Commit Graph

3332 Commits

Author SHA1 Message Date
Lukasz Lenart 9841b848c8 [maven-release-plugin] prepare for next development iteration 2023-12-05 07:04:12 +01:00
Lukasz Lenart ad95ab30f2 [maven-release-plugin] prepare release STRUTS_6_3_0_2 2023-12-05 07:04:02 +01:00
Lukasz Lenart 2eecd16888 Sets a proper SNAPSHOT version 2023-12-04 06:43:08 +01:00
Lukasz Lenart d8c69691ef Makes HttpParameters case-insensitive 2023-12-04 06:41:51 +01:00
Lukasz Lenart 236ae15c66 [maven-release-plugin] prepare release STRUTS_6_3_0_1 2023-09-11 09:49:42 +02:00
Lukasz Lenart 4c044f1256 Always delete uploaded file 2023-09-11 09:41:50 +02:00
Lukasz Lenart f4253ff8ff [maven-release-plugin] prepare for next development iteration 2023-09-11 09:22:20 +02:00
Lukasz Lenart 0ba2d69af9 [maven-release-plugin] prepare release STRUTS_6_3_0_1 2023-09-11 09:22:12 +02:00
Lukasz Lenart a0185f2483 [maven-release-plugin] prepare for next development iteration 2023-09-01 08:01:39 +02:00
Lukasz Lenart 1a88f78a7e [maven-release-plugin] prepare release STRUTS_6_3_0 2023-09-01 08:01:30 +02:00
Lukasz Lenart 20e2110614 Reverts version to 6.3.0-SNAPSHOT 2023-09-01 07:44:47 +02:00
Lukasz Lenart 32e42b3ecd [maven-release-plugin] prepare for next development iteration 2023-08-23 07:30:16 +02:00
Lukasz Lenart 04e9246389 [maven-release-plugin] prepare release STRUTS_6_3_0 2023-08-23 07:30:08 +02:00
Kusal Kithul-Godage 6e5a1a07f0 WW-5336 Move XML comment to be clearer 2023-08-22 16:37:04 +10:00
Kusal Kithul-Godage 215541146d WW-5336 Correct assertions and add test case 2023-08-22 16:35:29 +10:00
Kusal Kithul-Godage 3b515b1a78 WW-5336 Fix visibility warnings 2023-08-22 16:34:29 +10:00
Kusal Kithul-Godage 6b13e8ac3a WW-5336 Switch to HashMap as concurrency handling not required 2023-08-22 11:57:30 +10:00
Kusal Kithul-Godage 0f068d37ae WW-5336 Reduce cognitive complexity #makeSelectList 2023-08-22 11:57:30 +10:00
Kusal Kithul-Godage 85e8d819ef WW-5336 Deprecate OGNL in template context 2023-08-22 11:57:30 +10:00
Kusal Kithul-Godage 12cd92cb62 WW-5336 Clean up StrutsUtil 2023-08-22 11:57:30 +10:00
Kusal Kithul-Godage e8614a99dd WW-5336 Deprecate OgnlTool 2023-08-22 11:29:17 +10:00
Kusal Kithul-Godage 709434eebc WW-5336 Tidy up FreemarkerManager 2023-08-22 11:29:17 +10:00
Kusal Kithul-Godage e75f8d82b5 Merge pull request #736 from apache/WW-5337-exclusion-performance
WW-5337 Make SecurityMemberAccess exclusion checking more performant
2023-08-22 11:28:36 +10:00
Lukasz Lenart 0ef086c89b Merge pull request #731 from apache/WW-5334-velocity-manager
WW-5334 Misc VelocityManager code cleanup
2023-08-21 21:06:20 +02:00
Kusal Kithul-Godage 783063c66f WW-5337 Initialise default exclusions one-time in SecurityMemberAccess (more performant) 2023-08-22 00:29:03 +10:00
Kusal Kithul-Godage 270ec4ad71 WW-5337 Fix #testPackageNameExclusionAsCommaDelimited 2023-08-21 23:59:00 +10:00
Kusal Kithul-Godage a228b14a48 WW-5337 Drop superinterface/superclass banning test 2023-08-21 23:58:42 +10:00
Kusal Kithul-Godage b0f1ef1f8b WW-5337 Revert Object special handling 2023-08-21 23:58:24 +10:00
Lukasz Lenart f31ba637c8 Merge pull request #727 from apache/fix/WW-5331-proper-get
[WW-5331] Uses proper signature of get()
2023-08-21 15:39:16 +02:00
Kusal Kithul-Godage 72a5d21332 WW-5337 Update struts-excluded-classes.xml to not have trailing periods 2023-08-21 23:38:15 +10:00
Kusal Kithul-Godage 746c754132 WW-5337 Make #isExcludedPackageNames runtime proportional to no. of package parts rather than no. of excluded packages 2023-08-21 23:37:32 +10:00
Kusal Kithul-Godage e53dd7dd5e WW-5337 Make #isClassExcluded (semantics changes) and #isExcludedPackageExempt constant time 2023-08-21 23:34:47 +10:00
Kusal Kithul-Godage 4145d1af14 WW-5337 Make #isExcludedPackageNamePatterns more succinct 2023-08-21 23:33:52 +10:00
Kusal Kithul-Godage 841705cadf WW-5337 Strip trailing periods from package names provided as not needed 2023-08-21 23:33:30 +10:00
Kusal Kithul-Godage 393eb8c0f8 WW-5337 Minor clean up OgnlUtil 2023-08-21 23:32:04 +10:00
Kusal Kithul-Godage bb68ce6ae5 WW-5337 Catch PatternSyntaxException and ensure ConfigurationException thrown 2023-08-21 23:31:31 +10:00
Lukasz Lenart 4a678f6bbb WW-5331 Adds missing @Override annotations 2023-08-21 15:06:44 +02:00
Kusal Kithul-Godage 6d9bfb6afe WW-5334 Remove unused import XWorkTestCase 2023-08-20 20:25:17 +10:00
Kusal Kithul-Godage 2d6fe84301 WW-5334 Remove unused imports ContextUtil 2023-08-20 20:25:17 +10:00
Lukasz Lenart ea124a4757 Merge pull request #732 from apache/WW-5334-fix-cyclic
WW-5334 Enable usage of junit-plugin inside velocity-plugin
2023-08-19 08:24:50 +02:00
Kusal Kithul-Godage 81ede1181f WW-5334 Lift log4j dependencies 2023-08-19 11:51:58 +10:00
Lukasz Lenart 710ec2edb9 WW-5331 Adds tests covering ApplicationMap 2023-08-17 13:22:06 +02:00
Lukasz Lenart e8287ddeef WW-5331 Adds missing header with licence 2023-08-17 12:53:55 +02:00
Lukasz Lenart e1a80789f1 WW-5331 Covers new logic with tests 2023-08-17 12:51:20 +02:00
Lukasz Lenart 2e0764f9da Merge pull request #729 from apache/fix/WW-5327-removes-duplicate
[WW-5327] Removes duplicated exclusion
2023-08-17 12:41:29 +03:00
Lukasz Lenart fc0eae3ef6 WW-5327 Removes all duplicated excluded classes 2023-08-17 10:58:30 +02:00
Lukasz Lenart 5aa1d076b2 Increases wait time to avoid failing test 2023-08-17 10:52:01 +02:00
Lukasz Lenart 956a956efb WW-5327 Removes duplicated exclusion
Refs #715
2023-08-17 10:47:29 +02:00
Lukasz Lenart 298eefe8c8 WW-5331 Uses proper signature of get() 2023-08-17 10:24:09 +02:00
Kusal Kithul-Godage 9780e70648 WW-5332 Add additional test cases 2023-08-17 13:48:22 +10:00