Commit Graph

4606 Commits

Author SHA1 Message Date
Lukasz Lenart cf676d9244 Fixes failing test 2016-09-28 10:35:06 +02:00
gregh3269 607fd00af0 ConversionErrorInterceptor to extend MethodFilterIntercept
See WW-4676
2016-08-04 09:49:44 +01:00
gregh3269 51a49201ad Revert "WW-4628: proper decoding of parameters in query-string"
This reverts commit ef9c66118e.
2016-08-04 08:57:25 +01:00
gregh3269 b6be359b0e Merge remote-tracking branch 'upstream/master' 2016-08-04 08:47:22 +01:00
gregh3269 50fa26533a Add java doc for MethodFilterInterceptor 2016-08-04 08:31:32 +01:00
cnenning ef9c66118e WW-4628: proper decoding of parameters in query-string 2016-08-03 13:02:16 +02:00
gregh3269 5e07b9574c ConversionErrorInterceptor to extend MethodFilterIntercept. See WW-4676 2016-08-03 10:50:44 +01:00
cnenning 7fdc103e8a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/struts 2016-08-01 15:34:07 +02:00
cnenning a6b3301856 WW-4628: new issues were introduced by last change, restoring old behavior and ignoring new tests 2016-08-01 15:33:21 +02:00
Lukasz Lenart ec9a24ec2a Adds Jenkins build status 2016-08-01 13:33:33 +02:00
cnenning af50018f11 WW-4628: avoid double encoding of url parameters, e.g. when spaces are present in parameter values 2016-08-01 13:09:12 +02:00
Lukasz Lenart 8b559afc76 Converts value of single parameter 2016-07-31 13:39:37 +02:00
Lukasz Lenart 0b24437ed6 Fixes issue with posting multiple values 2016-07-31 13:39:22 +02:00
Lukasz Lenart 5acc71f7c3 WW-4669 Returns default action/method instead of throwing exception 2016-07-29 10:09:24 +02:00
Lukasz Lenart d19b9eaa82 WW-4671 makes URLValidator case insensitive 2016-07-28 13:09:21 +02:00
Lukasz Lenart 0bd2e70589 WW-4670 Upgrades JFreeChart to the latest version 2016-07-27 08:37:00 +02:00
Lukasz Lenart c6d07d3ab6 WW-4669 Reverts back to default RegEx 2016-07-27 08:28:00 +02:00
Andrea Ligios 1643568095 Change to the documentation
To make it clear that the behavior is not limited to validation errors, but also extendend to conversion errors and (most important) to action errors, that will be stored and retrieved by the Message Store Interceptor during a redirection, and that will generate an undesired result.
2016-07-25 17:18:04 +02:00
Lukasz Lenart abf7bfa343 WW-4638 Upgrades TestNG and Surefire plugin 2016-07-18 08:01:08 +02:00
victorsosa 7f28bfd2d2 Merge remote-tracking branch 'origin/master' into WW-4638 2016-07-15 08:26:05 -04:00
victorsosa 90ab489c40 update maven-surefire-plugin 2.19.1 2016-07-15 08:19:12 -04:00
Lukasz Lenart 70fdc00f66 Merge remote-tracking branch 'upstream/master' into http-parameters 2016-07-15 10:53:50 +02:00
Lukasz Lenart cdbf697ad8 WW-4652 Fixes concurrency issue in addDefaultResourceBundle 2016-07-15 10:48:36 +02:00
Lukasz Lenart 7f5c8b620d WW-4654 Includes params when bulding URL to action 2016-07-15 10:40:19 +02:00
Lukasz Lenart ca42e4ea56 WW-4653 Drops duplicated source jar deployment 2016-07-15 09:33:53 +02:00
Lukasz Lenart 79beb5679a WW-4653 Drops duplicated source jar deployment 2016-07-15 09:23:58 +02:00
Lukasz Lenart 889e6db562 Updates assemblies 2016-07-14 20:14:11 +02:00
Lukasz Lenart d948a85a8d Drops unused patterns 2016-07-14 20:14:03 +02:00
Lukasz Lenart 7a350b02af WW-4316 Moves archetypes into its own repo 2016-07-14 19:48:15 +02:00
Lukasz Lenart f21a3fd10f WW-4660 Moves example portlet app into struts-examples 2016-07-14 11:47:08 +02:00
Lukasz Lenart 633552d112 Upgrades Log4j2 to the latest version 2016-07-14 09:23:47 +02:00
Lukasz Lenart 8db9d8352f WW-4646 Replaces ASM3 with the latest version of ASM5 2016-07-14 09:18:19 +02:00
Lukasz Lenart a317668213 WW-4601 Hides webconsole when not in devMode 2016-07-08 06:40:01 +02:00
Lukasz Lenart 78f9bac5e7 [maven-release-plugin] prepare for next development iteration 2016-07-07 10:49:08 +02:00
Lukasz Lenart 17e14ef42b [maven-release-plugin] prepare release STRUTS_2_5_2 STRUTS_2_5_2 2016-07-07 10:48:45 +02:00
Lukasz Lenart d75a890482 WW-4655 Cleans up code and uses more user friendly logic to process parameters 2016-07-03 10:55:14 +02:00
Przemek Bruski 39ec62ac35 WW-4652 fixed a concurrency issue in addDefaultResourceBundle 2016-07-01 16:36:36 +02:00
Lukasz Lenart d06689120d Uses the latest OGNL version 2016-06-29 20:41:57 +02:00
Lukasz Lenart fb92c67d13 Cleans up test 2016-06-29 20:34:03 +02:00
victorsosa 59b0e40e00 merge 2016-06-27 09:59:30 -04:00
victorsosa ad5cc58680 change version surefire-plugin 2016-06-24 10:51:01 -04:00
victorsosa e170ae1feb Merge branch 'master' into WW-4638 2016-06-24 10:49:06 -04:00
victorsosa abdb0a3351 rollback change 2016-06-24 09:48:51 -04:00
victorsosa 0cd7b831e0 Merge branch 'master' of https://github.com/apache/struts into WW-4638
# Conflicts:
#	core/src/main/resources/template/xhtml/controlheader.ftl
#	core/src/main/resources/template/xhtml/styles.css
2016-06-24 09:46:37 -04:00
victorsosa 7c308253ce change maven-surefire-plugin update version 2016-06-24 09:35:05 -04:00
victorsosa 6e07a63797 WW-4650 Json deserialization does not work in 2.5.1
logic need to be changed as accept can be a list; the check need to be
done in the list itself.

Accept:application/json, text/plain, */*
2016-06-24 09:06:52 -04:00
victorsosa b462286589 Merge branch 'apache-master' 2016-06-24 08:26:27 -04:00
victorsosa 4f07433626 Merge branch 'master' of https://github.com/apache/struts into apache-master 2016-06-24 08:25:42 -04:00
Lukasz Lenart cd13846e19 Fixes test and conflicts 2016-06-22 11:10:26 +02:00
Lukasz Lenart f096dd611e Adds test to guard pre-evaulation of name attribute 2016-06-22 11:10:04 +02:00