Commit Graph

28 Commits

Author SHA1 Message Date
Donald J. Brown 0b8fcdf609 Adding ability to customize validation failure status code, refactoring content type handler manager into
interface and impl for easier testing
WW-2358


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@676195 13f79535-47bb-0310-9956-ffa450edef68
2008-07-12 15:55:58 +00:00
Donald J. Brown 78e853bcb3 Repackaging new dispatchers, adding "unsupported" servlet dispatcher, fixing a spring issue where
it was needlessly tied to WebApplicationContext and a rest issue where the autowiring of returned
result objects wasn't copied into the rest plugin from xwork
WW-2193


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@674498 13f79535-47bb-0310-9956-ffa450edef68
2008-07-07 14:10:42 +00:00
Jeromy Evans 0f08615c62 WW-2702 Codebehind unknown handler can now instantiate PackageConfig.defaultClassRef instead of only ActionSupport.
Rest plugin provides defaultClassImpl impl with index() method to support unknown actions.


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@673081 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 13:49:01 +00:00
Jeromy Evans f36ac2fcc0 WW-2641 Separated the request and response ContentTypeHandlers. Added x-www-form-urlencoded handler
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@672721 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 07:54:36 +00:00
Rainer Hermanns f54ce89923 WW-2623 Struts 2.1.3 omnibus ticket
o optimzed imports

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@666756 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 18:11:00 +00:00
Musachy Barroso 9efd7fcfd9 WW-2667 REST should not extend Codebehind
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@663605 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 13:31:01 +00:00
Musachy Barroso 92cea867a3 WW-2667 REST should not extend Codebehind
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@663603 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 13:29:25 +00:00
David Newton 565b8f8642 Changed name to "Struts 2 REST Plugin" (was "Struts 2 Plugin").
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@655091 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 14:01:25 +00:00
Donald J. Brown 09b43b1838 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@652751 13f79535-47bb-0310-9956-ffa450edef68
2008-05-02 03:47:24 +00:00
Donald J. Brown 373988eb4a [maven-release-plugin] prepare release STRUTS_2_1_2
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@652749 13f79535-47bb-0310-9956-ffa450edef68
2008-05-02 03:47:03 +00:00
Antonio Petrelli 974e051bc5 WW-2147
Fixed license headers where needed.
Re-enabled RAT plugin and fixed its configuration.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@651946 13f79535-47bb-0310-9956-ffa450edef68
2008-04-27 13:41:38 +00:00
Donald J. Brown f02befcd8f Adding new settings to disable classpath action scanning for the codebehind and rest plugins
WW-2506


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649873 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20 03:09:23 +00:00
Donald J. Brown 17c6b53a7f Changing return code to 201 when location header is present
WW-2605


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649820 13f79535-47bb-0310-9956-ffa450edef68
2008-04-19 14:15:51 +00:00
Donald J. Brown 3f90a6cbe0 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@649036 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 10:01:30 +00:00
Rainer Hermanns cae6a55f03 Update all S2 Wiki docs and S2/XW JavaDocs to reflect camelCase interceptor and result names.
Issue Number: WW-2491

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@642323 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28 18:07:22 +00:00
Jeromy Evans 69f5373afb WW-2518 Applied Sarat Pediredla's patch so the RestWorkflowInterceptor uses the method names overridden by the configuration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@631829 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 03:37:12 +00:00
Jeromy Evans ecbdc6091a WW-2512 DefaultHttpHeaders no longer attempts to generate an ETag if the model/target is null
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@631421 13f79535-47bb-0310-9956-ffa450edef68
2008-02-26 23:03:54 +00:00
Jeromy Evans 641d81f4c5 WW-2428 Reversing patch applied at r628299 for alwaysSelectFullNamespace as it breaks the default use case (no configuration)
(alwaysSelectFullNamespace defaults to true somewhere)


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@629491 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 15:02:28 +00:00
Donald J. Brown 9c00c3fcfb Adding support for always select full namespace
WW-2428


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@628299 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 14:03:26 +00:00
Wesley Wannemacher f43c0d77e0 fixes IllegalStateException when running with Jetty 6.1.6, addresses WW-2350
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@627920 13f79535-47bb-0310-9956-ffa450edef68
2008-02-15 00:31:23 +00:00
Antonio Petrelli 3b3593d81e WW-2437
Added XWork, XStream, XPP3 licenses and notice.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@615603 13f79535-47bb-0310-9956-ffa450edef68
2008-01-27 14:06:24 +00:00
Antonio Petrelli 420510aae3 WW-2437
Added FreeMarker, JSON-lib and EZMorph notices.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614986 13f79535-47bb-0310-9956-ffa450edef68
2008-01-24 20:53:03 +00:00
Donald J. Brown f86377ce17 Updating junit to 3.8.2
WW-2453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614532 13f79535-47bb-0310-9956-ffa450edef68
2008-01-23 13:40:42 +00:00
Antonio Petrelli 4e7c6b76c6 WW-2421
Fixed Subversion properties.
Removed "velocity-tools" wrong transitive dependencies.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614309 13f79535-47bb-0310-9956-ffa450edef68
2008-01-22 20:26:23 +00:00
Donald J. Brown 7cd9c9165a Updating Struts to support the new immutable object scheme and the
new xwork capability to limit methods that are called.  Still more to do
here.

WW-2363 XW-595 XW-594


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@602665 13f79535-47bb-0310-9956-ffa450edef68
2007-12-09 12:11:25 +00:00
Donald J. Brown 9b6309df91 Fixing tests WW-2321
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@594777 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 05:37:41 +00:00
Donald J. Brown 8334897347 Moving rest app over the apps area
WW-2312


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@594767 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 05:06:19 +00:00
Donald J. Brown e0dfb08c9d Renaming rest plugin dir, adding plugin to build, removing unnecessary files
WW-2321


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@594766 13f79535-47bb-0310-9956-ffa450edef68
2007-11-14 05:02:55 +00:00