Commit Graph

6622 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 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
Lukasz Lenart 3891a6bc5c Merge pull request #693 from atlassian/WW-5314-log-jakarta
WW-5314 Do not log warnings for bad user input from JakartaMultiPartRequest
2023-06-27 08:45:47 +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
Lukasz Lenart 3ef77471dd Merge pull request #690 from JCgH4164838Gh792C124B5/localS2_62_SecurityMemberTestUpdate1
WW-5288 follow-up test case updates
2023-05-29 08:37:41 +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
Lukasz Lenart 88c847e535 Merge pull request #687 from atlassian/WW-5301-velocity-bean-selection
WW-5301 Fix custom VelocityManager bean selection
2023-05-23 07:24:20 +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 23bbb10fe5 Merge pull request #681 from apache/dependabot/maven/org.springframework-spring-core-5.3.27
Bump spring-core from 5.3.26 to 5.3.27
2023-05-16 20:56:55 +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 92705b92cf Merge pull request #684 from apache/dependabot/maven/org.testng-testng-7.5.1
Bump testng from 7.5 to 7.5.1
2023-05-16 19:54:18 +02:00
dependabot[bot] 5d9736747a Bump spring-core from 5.3.26 to 5.3.27
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 17:50:43 +00: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
Lukasz Lenart b5e51bcf8c Merge pull request #679 from apache/WW-5280-no-params
[WW-5280] Cleans up NoParameters interfaces
2023-05-16 19:46:54 +02:00
Lukasz Lenart 0e85c6349a Merge pull request #683 from gregh3269/WW-5308-min-max-length
WW-5308 Java templates plugin, add minlength and maxlength to textarea.
2023-05-16 19:46:24 +02:00
dependabot[bot] 191fb8d130 Bump testng from 7.5 to 7.5.1
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.5.1.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/7.5...7.5.1)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 19:01:11 +00:00
Greg Huber 9085d144d7 WW-5308 Java templates plugin, add minlength and maxlength to textarea. 2023-05-09 09:40:54 +01: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 72d16da58e Merge pull request #674 from atlassian/WW-5298-strutsvelocitycontext
WW-5298 Clean up StrutsVelocityContext
2023-04-07 15:28:34 +02:00
Lukasz Lenart 7d1c821015 Merge pull request #677 from apache/WW-5295-local-time
[WW-5295] Adds support for java.time.LocalTime to <s:date/> tag
2023-04-07 15:13:12 +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 d31c8c4027 WW-5298 Clean up StrutsVelocityContext 2023-03-29 19:52:03 +11: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