Commit Graph

5441 Commits

Author SHA1 Message Date
Lukasz Lenart b608549933 WW-4963 Implements new ServletContextAware interface and fixes actions
that uses withServletContext instead of setServletContext
2018-09-25 10:02:58 +02:00
Lukasz Lenart 8cf787b39c WW-4963 Implements new ServiceAware interface
that uses withServices instead of setServices
2018-09-25 09:53:50 +02:00
Lukasz Lenart 56fc731670 WW-4963 Implements new ParametersAware interface
that uses withParameters instead of setHttpParameters
and cleans up logic a bit
2018-09-25 09:44:51 +02:00
Lukasz Lenart 5428252d57 WW-4963 Implements new PortletResponseAware interface with a test
that uses withPortletResponse instead of setPortletReponse
2018-09-25 09:03:29 +02:00
Lukasz Lenart ec4a44567d WW-4963 Implements new PortletRequestAware interface
that uses withPortletRequest instead of setPortletRequest
2018-09-25 08:51:16 +02:00
Lukasz Lenart f59860026c WW-4963 Implements new PortletPreferencesAware interface
that uses withPortletPreferences instead of setPortletPreferences
2018-09-25 08:40:27 +02:00
Lukasz Lenart 42245be546 WW-4963 Implements new PortletContextAware interface
that uses withPortletContext instead of setPortletContext
2018-09-25 08:36:32 +02:00
Lukasz Lenart 23e9c88135 WW-4963 Implements new CookiesAware interface
that uses withCookies instead of setCookiesMap
2018-09-25 08:32:54 +02:00
Lukasz Lenart 01016b458e WW-4963 Implements new BundleContextAware interface
that uses withBundleContext instead of setBundleContext
2018-09-25 08:23:45 +02:00
Lukasz Lenart 384d418039 WW-4963 Implements new PrincipalAware interface
that uses withPrincipalProxy instead of setPrincipalProxy
2018-09-25 08:10:36 +02:00
Lukasz Lenart dc7138ee2e WW-4963 Implements new ApplicationAware interface
that uses withApplication instead of setApplication
2018-09-19 16:46:27 +02:00
Lukasz Lenart e0fb8031ce WW-4963 Implements new ServletResponseAware interface
that uses withResponseServlet instead of setResponseServlet
2018-09-19 16:38:37 +02:00
Lukasz Lenart 3820eae31f WW-4963 Implements new ServletRequestAware interface
that uses withRequest instead of setRequest
2018-09-19 16:26:24 +02:00
Lukasz Lenart d38efae5f0 WW-4963 Implements new SessionAware interface
that uses withSession instead of setSession
2018-09-19 09:20:42 +02:00
Lukasz Lenart 3e29573a2e WW-4951 Upgrades to the latest struts master to support SHA256/512 2018-09-18 09:51:48 +02:00
Yasser Zamani 0a3e2fa8a4 monitor file only if needed
See also: WW-4948

(cherry picked from commit b816cc1)
2018-09-17 11:02:26 +04:30
Yasser Zamani 4714fe889c delete temp files on close instead of on JVM exists
(cherry picked from commit b802baa)
2018-09-17 11:02:02 +04:30
Lukasz Lenart 45689e94cc Merge pull request #251 from zmacomber/patch-1
Fixed grammar
2018-09-13 07:21:50 +02:00
Zack Macomber 0d209f8e01 Fixed grammar 2018-09-12 17:36:59 -04:00
Aleksandr Mashchenko cf7cd1f671 Merge pull request #249 from apache/WW-4954-struts-2-5
WW-4954 Moves XWorkList out of util package
2018-09-04 20:30:40 +03:00
Lukasz Lenart f523a341d4 WW-4954 Moves XWorkList out of util package 2018-09-04 07:27:54 +02:00
Lukasz Lenart b3e51d8a3f Merge pull request #246 from aleksandr-m/feature/package_excluded_log
Better logging message (for WW-4954)
2018-09-03 08:11:35 +02:00
Lukasz Lenart 537a1b1abb Adds missing header with license 2018-09-03 07:20:05 +02:00
Aleksandr Mashchenko fd63512318 WW-4956 Upgrade to Log4j2 2.11.1 2018-09-02 22:08:33 +03:00
Aleksandr Mashchenko be1a93b0d5 Improve log messages in SecurityMemberAccess 2018-08-31 22:25:05 +03:00
Aleksandr Mashchenko b213d58f54 Better logging message (for WW-4954) 2018-08-31 00:05:42 +03:00
Lukasz Lenart 6420f4068f WW-4954 Adds a test case to cover accessing ArrayList 2018-08-29 07:57:32 +02:00
Lukasz Lenart 899b4a6025 Merge pull request #241 from benelog/patch-1
Fix logging messages
2018-08-27 13:44:01 +02:00
Sanghyuk Jung 6b8d5735d1 Fix logging messages 2018-08-27 20:26:58 +09:00
Lukasz Lenart 7bb1ea25e0 Adds additional test to check is ArrayList.size() is accessible 2018-08-24 13:05:02 +02:00
Lukasz Lenart 6f4d6feee8 WW-4955 Upgrades OGNL to version 3.2.6 2018-08-24 10:34:19 +02:00
Lukasz Lenart 0fb7daf095 Fixes conflicts after cherry-picked changes from 2.5.x branch 2018-08-24 10:34:06 +02:00
Yasser Zamani 2f3d33aead add an extra unit test 2018-08-24 10:26:12 +02:00
Lukasz Lenart e88f1fa45f Fixes how dependencies are injected into constructor 2018-08-24 10:26:00 +02:00
Yasser Zamani 6af8531cea delete redundant code for performance 2018-08-24 10:25:05 +02:00
Lukasz Lenart eec0d8e877 Validates action, namespace and method in the same way 2018-08-24 10:24:57 +02:00
Lukasz Lenart 9b4301c495 Adds more general exclusion 2018-08-24 10:24:44 +02:00
Lukasz Lenart c2b2511f85 Adds proper handling of primitive types 2018-08-24 10:23:36 +02:00
Lukasz Lenart faf1ac96b5 Makes OgnlUtil more immutable 2018-08-24 10:21:36 +02:00
Lukasz Lenart 45cb68c57c Upgrades Jackson libs to version 2.9.5 2018-08-24 10:18:58 +02:00
Lukasz Lenart 8d86442ce7 Increases scope when location parsing is avoided 2018-08-24 10:18:49 +02:00
Lukasz Lenart 2877a656e0 Avoids parsing namespace when using existing namespace 2018-08-24 10:18:38 +02:00
Lukasz Lenart 2a9fc1ace9 Adds Maven wrapper to allow use the latest Maven version 2018-08-23 13:58:13 +02:00
Yasser Zamani 7fd1622ca0 Merge pull request #240 from ThrawnCA/readme-typos
fix typos in README
2018-08-04 10:07:07 +04:30
thrawnca b7e7665560 fix more typos in README 2018-07-30 09:25:45 +10:00
thrawnca 2a1f4cca72 fix typos in README 2018-07-27 09:13:39 +10:00
Lukasz Lenart 9a860679d0 Merge pull request #236 from sullis/DispatcherTest-init
add unit test for Dispatcher init()
2018-06-20 07:38:12 +02:00
Yasser Zamani 1d06d24161 Merge pull request #239 from sullis/excludedPackageNames-xwork2-ognl
add 'com.opensymphony.xwork2.ognl.' to excludedPackageNames
2018-06-20 09:11:52 +04:30
Sean Sullivan 31cb2ce21a add 'com.opensymphony.xwork2.ognl.' to excludedPackageNames 2018-06-19 17:42:26 -07:00
Sean Sullivan 43da055994 add unit test for Dispatcher init() 2018-06-19 10:00:25 -07:00