1860
by rgielen on
13 September 2008, 09:51:19 -0500
(2 months 18 days ago)
XW-623: Change MULTI_TEXTVALUE_SPARATOR into a property configurable by injection of constant named xwork.validatorfileparser.multi_textvalue_separator
1854
by musachy on
13 August 2008, 09:38:32 -0500
(3 months 18 days ago)
WW-2761 Parameters interceptor does not properly exclude parameters with OGNL expressions as the name
1836
by rainerh on
21 June 2008, 08:26:46 -0500
(5 months 10 days ago)
WW-2683 Request parameters with no corresponding setter cause errors to be logged o if devMode is enabled, those will be logged with warn level now
1834
by rainerh on
21 June 2008, 07:09:59 -0500
(5 months 10 days ago)
XW-643 validation annotation message attribute required even if using key attribute
1833
by rainerh on
21 June 2008, 04:29:39 -0500
(5 months 10 days ago)
XW-615 Fix generics in all codebase XWork Java5 enhancements o added generics where possible o use parameterizes Collection classes where possible o converted for to for-each loops o optimized imports…
1831
by mrdon on
17 June 2008, 08:06:26 -0500
(5 months 14 days ago)
Adding a new property to force the usage of the configured autowire strategy WW-2479
1828
by rainerh on
14 June 2008, 08:30:22 -0500
(5 months 17 days ago)
WW-2507 I18nInterceptor's intercept method is not thread safe o synchonized access to session
1827
by rainerh on
14 June 2008, 06:32:13 -0500
(5 months 17 days ago)
XW-583 Annotation based parameter filtering o applied patch submitted by Tom Schneider
1826
by rainerh on
14 June 2008, 06:20:06 -0500
(5 months 17 days ago)
XW-637 Patches for WW-2203 prevented action parameters from other places than the request parameters from being included in ParameterAware map. o added new config param to allow configuration of param…
1824
by mrdon on
13 June 2008, 21:37:17 -0500
(5 months 17 days ago)
Better handling of ognl exceptions, now thrown as ReflectionExceptions, fixed ReflectionExceptionHandler not being used in ObjectFactory, better document runtime exceptions thrown WW-2676
1817
by rainerh on
13 June 2008, 10:26:11 -0500
(5 months 18 days ago)
XW-641 XWork ParameterInterceptors bypass (OGNL statement execution) o optimized previous patch
1815
by rainerh on
12 June 2008, 09:43:33 -0500
(5 months 19 days ago)
added javadoc to methods, refine class level javadoc o ported fix from xwork 1.2 branch
1814
by rainerh on
12 June 2008, 09:41:56 -0500
(5 months 19 days ago)
added javadoc explaining how validation message could be internationalized. A user have doubts in this area as it is not documented. see http://forums.opensymphony.com/thread.jspa?threadID=109693 o po…