-
This is a daily summary of all recent changes in Confluence.
-
Updated Spaces:
-
Apache Cam
Author: mrdon
Date: Sat Jul 12 06:55:51 2008
New Revision: 676179
URL: http://svn.apache.org/viewvc?rev=676179&view=rev
Log:
Adding test to ensure action tags are executed without the method from the URI
polluting the result
WW-2290
Modified:
struts/struts2/trunk/core/src/test/java/org/apac
Author: mrdon
Date: Sat Jul 12 07:40:27 2008
New Revision: 676181
URL: http://svn.apache.org/viewvc?rev=676181&view=rev
Log:
Ensuring action context is setup by prepare dispatcher ahead of action execution
WW-2079
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatche
Author: mrdon
Date: Sat Jul 12 07:43:27 2008
New Revision: 676182
URL: http://svn.apache.org/viewvc?rev=676182&view=rev
Log:
Adding override annotations
WW-2691
Modified:
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ActionMappingParametersInteceptor.java
Modified:
Author: mrdon
Date: Sat Jul 12 08:55:58 2008
New Revision: 676195
URL: http://svn.apache.org/viewvc?rev=676195&view=rev
Log:
Adding ability to customize validation failure status code, refactoring content
type handler manager into
interface and impl for easier testing
WW-2358
Added:
struts/