Commit Graph

3275 Commits

Author SHA1 Message Date
Lukasz Lenart fbf98f6b19 Sets proper Maven version 2023-09-11 13:32:23 +02:00
Lukasz Lenart bb9869134d Always delete uploaded file 2023-09-11 13:26:28 +02:00
Lukasz Lenart bb7cce26e9 [maven-release-plugin] prepare release STRUTS_6_2_0 2023-06-28 09:13:07 +02:00
Lukasz Lenart 7a92cdcbec Merge pull request #692 from apache/WW-5310-fragment
[WW-5310] Supports fragment in URL
2023-06-28 08:55:46 +02:00
Lukasz Lenart 4a85b6c4f4 WW-5310 Deprecates the old API in favour of new one 2023-06-27 20:18:38 +02:00
Kusal Kithul-Godage 71050c446d WW-5314 Update log level in JakartaStreamMultiPartRequest 2023-06-27 13:04:09 +10:00
Kusal Kithul-Godage de5d741b61 WW-5314 Do not log warnings for bad user input from JakartaMultiPartRequest 2023-06-27 12:55:52 +10:00
Lukasz Lenart 13013e7565 Merge pull request #691 from apache/WW-5261-tag-utils
[WW-5261] Avoids creating ValueStack if no ActionContext is available
2023-06-19 09:27:17 +02:00
Yasser Zamani 5a67d58b75 add some improvements 2023-06-04 14:22:49 +04:30
Lukasz Lenart 93304a3ee5 WW-5261 Avoids creating ValueStack if no ActionContext is available 2023-05-29 15:55:22 +02:00
Lukasz Lenart 97137bd0f9 WW-5310 Supports fragment in URL 2023-05-29 15:52:38 +02:00
JCgH4164838Gh792C124B5 269a102749 Update:
- Add a few additional tests to SecurityMemberAccessTest.
- Rename some existing tests involving non-static methods to more
accurately reflect that.
- Add one minor optimization to SecurityMemberAccess.
2023-05-28 19:43:47 -04:00
Lukasz Lenart 6d0a4bb0c6 Merge pull request #689 from apache/WW-5310-equal-sign
[WW-5310] Properly parses param value with equal sign
2023-05-28 09:12:56 +02:00
Lukasz Lenart c92f542180 Merge pull request #688 from JCgH4164838Gh792C124B5/localS2_62_ExecWaitCleanup
[WW-5312] Attempt to fix ExecuteAndWaitInterceptor inconsistent processing
2023-05-28 09:07:46 +02:00
Lukasz Lenart b97339e31e WW-5310 Properly parses param value with equal sign 2023-05-24 07:06:15 +02:00
JCgH4164838Gh792C124B5 dd01a47ddb Update:
- Improve ExecuteAndWaitInterceptor state behaviour, added debug and trace
logging.
- Ensure StrutsBackgroundProcess thread done state always set on
completion.
- Fix SessionMap processing issue caused by divergence of method
signatures, which can result in the ancestor methods getting called
(bypassing actual session processing).
- Update SessionMapTest to correspond to changes, add tests to try and
detect some (put/remove) method signature behaviour changes.
2023-05-20 18:05:04 -04:00
Kusal Kithul-Godage 9a7398f9af WW-5301 Fix custom VelocityManager bean selection 2023-05-20 19:56:11 +10:00
Lukasz Lenart 50be77a788 Merge pull request #686 from apache/WW-5309-named-matcher
[WW-5309] Supports patterns starting with variable
2023-05-19 12:21:50 +02:00
Lukasz Lenart c057761776 Merge pull request #685 from apache/WW-5296-dtds
[WW-5296] Uses proper DTDs
2023-05-17 17:04:52 +02:00
Lukasz Lenart 1df2f0a365 WW-5309 Supports patterns starting with variable 2023-05-16 20:44:55 +02:00
Lukasz Lenart c99526ce1f WW-5296 Uses proper DTDs 2023-05-16 20:22:03 +02:00
Lukasz Lenart 1eedfe329b Merge pull request #678 from apache/WW-5302-unevaluated-id
[WW-5302] Evaluates the name attribute before assigning it to the id attribute
2023-05-16 20:18:17 +02:00
Lukasz Lenart f9f05dc979 WW-5302 Adds additional test case to cover evaluating action & method attribute at the same time 2023-05-16 20:00:18 +02:00
Lukasz Lenart 639f6f22ea Merge pull request #682 from fischey/master
Improve [WW-4434] - add documentation and rename existing ftl to achieve the wanted behaviour
2023-05-16 19:49:13 +02:00
Lukasz Lenart d87c4d2ec6 Merge pull request #680 from apache/WW-5304-depreacted
[WW-5304] Drops deprecated methods and fields in ActionContext
2023-05-16 19:47:28 +02:00
Rene Fischer 16df737502 renamed datetext.ftl to datetextfield.ftl to align with the intended behaviour see https://issues.apache.org/jira/browse/WW-4434 2023-05-05 13:27:04 +02:00
Rene Fischer 6f5aee13c0 Improve doc on s:datetextfield 2023-05-05 13:06:58 +02:00
Lukasz Lenart f0f9e42fa9 WW-5304 Drops deprecated methods and fields in ActionContext 2023-04-10 15:12:11 +02:00
Lukasz Lenart a6608c16d2 WW-5302 Evaluates attributes before using them to generate the id attribute 2023-04-10 11:01:48 +02:00
Lukasz Lenart 73eafddd73 WW-5280 Cleans up NoParameters interfaces 2023-04-09 12:00:20 +02:00
Lukasz Lenart 7f3c1c2944 Merge pull request #676 from atlassian/WW-5300-dispatcher
WW-5300 Make Dispatcher methods overridable
2023-04-07 15:30:12 +02:00
Lukasz Lenart f9042a75bd Merge pull request #675 from atlassian/WW-5299-actionchainresult
WW-5299 Clean up ActionChainResult
2023-04-07 15:29:44 +02:00
Lukasz Lenart 34208e6960 WW-5295 Adds support for java.time.LocalTime to <s:date/> tag 2023-03-30 19:45:56 +02:00
Lukasz Lenart 365f39e9f4 Merge pull request #673 from apache/WW-5289-executor
[WW-5289] Fixes creating executor to avoid locking JVM on shutdown
2023-03-30 19:26:29 +02:00
Kusal Kithul-Godage d47fa818ed WW-5299 Clean up ActionChainResult 2023-03-29 11:35:16 +11:00
Kusal Kithul-Godage 63ab83632c WW-5300 Make Dispatcher methods overridable 2023-03-29 11:31:43 +11:00
Lukasz Lenart 1a3af1907a WW-5289 Fixes creating executor to avoid locking JVM on shutdown 2023-03-26 14:11:10 +02:00
Kusal Kithul-Godage c11334c600 WW-5293 Add JavaDoc for XmlDocConfigurationProvider class 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage bd805cd686 WW-5293 Make more methods overridable 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 4bc790dd50 WW-5293 Split #buildResultTypeConfig from #addResultTypes and remove unused field and param 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage c27cf4833a WW-5293 Fix trying to clear immutable list 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 7fa67c290e WW-5293 Add protected #loadClass 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 3689d3f25f WW-5293 Define protected field addedResultTypes and split #buildResultConfig from #buildResults 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage fb03589c7b WW-5293 Split #buildInterceptorConfig from #loadInterceptors 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage f2e2c05950 WW-5293 Split #buildActionConfig from #addAction 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 8db9e39439 WW-5293 Split XmlConfigurationProvider into XmlDocConfigurationProvider Part 2 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 4f5e0ef49e WW-5293 Split XmlConfigurationProvider into XmlDocConfigurationProvider Part 1 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 250aeb3e0f WW-5293 Hide documents in XmlConfigurationProvider 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 92ac50c795 WW-5293 Make Struts DTDs static 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 6aee0eb20d WW-5293 Update deprecations 2023-03-22 13:29:38 +11:00