svn commit: r1228497 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/impl/ActionConfigMatcher.java

2012-01-06 Thread jafl
Author: jafl Date: Fri Jan 6 23:19:32 2012 New Revision: 1228497 URL: http://svn.apache.org/viewvc?rev=1228497&view=rev Log: WW-3740 apply allowed-methods filter to wildcard actions Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/

svn commit: r1133949 - /struts/struts2/trunk/pom.xml

2011-06-09 Thread jafl
Author: jafl Date: Thu Jun 9 15:43:58 2011 New Revision: 1133949 URL: http://svn.apache.org/viewvc?rev=1133949&view=rev Log: WW-3264 revert change to root pom Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/str

svn commit: r1133947 - in /struts/struts2/trunk: ./ core/src/main/java/org/apache/struts2/config/ core/src/main/resources/ xwork-core/src/main/java/com/opensymphony/xwork2/ xwork-core/src/main/java/co

2011-06-09 Thread jafl
Author: jafl Date: Thu Jun 9 15:43:04 2011 New Revision: 1133947 URL: http://svn.apache.org/viewvc?rev=1133947&view=rev Log: WW-3264 add allowed-methods configuration for action Added: struts/struts2/trunk/core/src/main/resources/struts-2.3.dtd (with props) struts/struts2/trunk/x

svn commit: r1133590 - in /struts/struts2/trunk: plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.java xwork-core/src/main/java/com/opensymphony/xwork2/DefaultActionInvocation.j

2011-06-08 Thread jafl
Author: jafl Date: Wed Jun 8 22:40:33 2011 New Revision: 1133590 URL: http://svn.apache.org/viewvc?rev=1133590&view=rev Log: WW-3518 remove duplicated code from RestActionInvocation Modified: struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest/RestActionInvocation.

svn commit: r1130878 - in /struts/struts2/trunk: ./ core/src/main/java/org/apache/struts2/interceptor/ core/src/main/java/org/apache/struts2/interceptor/debugging/ xwork-core/src/main/java/com/opensym

2011-06-02 Thread jafl
Author: jafl Date: Fri Jun 3 00:17:27 2011 New Revision: 1130878 URL: http://svn.apache.org/viewvc?rev=1130878&view=rev Log: WW-3640 extend AbstractInterceptor Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CheckboxInterceptor.java struts/str

svn commit: r1129979 - in /struts/struts2/trunk/xwork-core/src: main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java test/java/com/opensymphony/xwork2/interceptor/ParametersInterce

2011-05-31 Thread jafl
Author: jafl Date: Wed Jun 1 00:30:25 2011 New Revision: 1129979 URL: http://svn.apache.org/viewvc?rev=1129979&view=rev Log: XW-386 allow x['y'] as well as x.y Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.ja

svn commit: r1129976 - in /struts/struts2/trunk/plugins/json/src: main/java/org/apache/struts2/json/JSONWriter.java test/java/org/apache/struts2/json/JSONWriterTest.java test/resources/org/apache/stru

2011-05-31 Thread jafl
Author: jafl Date: Wed Jun 1 00:06:22 2011 New Revision: 1129976 URL: http://svn.apache.org/viewvc?rev=1129976&view=rev Log: WW-3489 if excludeNullProperties, ignore nulls in maps Added: struts/struts2/trunk/plugins/json/src/test/resources/org/apache/struts2/json/jsonwriter-write-bea

svn commit: r1129873 - in /struts/struts2/trunk/plugins/json/src: main/java/org/apache/struts2/json/JSONInterceptor.java main/java/org/apache/struts2/json/JSONUtil.java test/java/org/apache/struts2/js

2011-05-31 Thread jafl
Author: jafl Date: Tue May 31 19:36:53 2011 New Revision: 1129873 URL: http://svn.apache.org/viewvc?rev=1129873&view=rev Log: WW-3635 return application/json instead of application/json-rpc Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/

svn commit: r1129864 - in /struts/struts2/trunk/plugins/json/src/test: java/org/apache/struts2/json/ resources/org/apache/struts2/json/

2011-05-31 Thread jafl
Author: jafl Date: Tue May 31 19:24:27 2011 New Revision: 1129864 URL: http://svn.apache.org/viewvc?rev=1129864&view=rev Log: WW-3638 additional unit test for multi-level array in includeProperties Added: struts/struts2/trunk/plugins/json/src/test/resources/org/apache/struts2/json/jso

svn commit: r1070550 - in /struts/struts2/trunk/plugins/json/src/main: java/org/apache/struts2/json/JSONInterceptor.java java/org/apache/struts2/json/JSONResult.java java/org/apache/struts2/json/JSONU

2011-02-14 Thread jafl
Author: jafl Date: Mon Feb 14 16:18:28 2011 New Revision: 1070550 URL: http://svn.apache.org/viewvc?rev=1070550&view=rev Log: WW-3514 remove JSONUtil.PATTERN_PREFIX; add JSONInterceptor.setExcludeWildcards() Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/

svn commit: r1070546 - /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.java

2011-02-14 Thread jafl
Author: jafl Date: Mon Feb 14 16:14:15 2011 New Revision: 1070546 URL: http://svn.apache.org/viewvc?rev=1070546&view=rev Log: WW-3514 remove blank lines Modified: struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderActionsTest.

svn commit: r1070019 - /struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/rpc/RPCResponse.java

2011-02-11 Thread jafl
Author: jafl Date: Sat Feb 12 03:48:08 2011 New Revision: 1070019 URL: http://svn.apache.org/viewvc?rev=1070019&view=rev Log: WW-3570 fix parameter name Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/rpc/RPCResponse.java Modified: struts/struts2/t

svn commit: r1068626 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java

2011-02-08 Thread jafl
Author: jafl Date: Tue Feb 8 22:24:30 2011 New Revision: 1068626 URL: http://svn.apache.org/viewvc?rev=1068626&view=rev Log: WW-3513 one more way to make customization easier Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java Modi

svn commit: r1068561 - in /struts/struts2/trunk: apps/blank/src/main/resources/ apps/jboss-blank/src/main/resources/ apps/mailreader/src/main/resources/ apps/portlet/src/main/resources/ apps/showcase/

2011-02-08 Thread jafl
Author: jafl Date: Tue Feb 8 20:35:46 2011 New Revision: 1068561 URL: http://svn.apache.org/viewvc?rev=1068561&view=rev Log: WW-3548 update copyright to 2011 Modified: struts/struts2/trunk/apps/blank/src/main/resources/NOTICE.txt struts/struts2/trunk/apps/jboss-blank/src/main/resou

svn commit: r1068552 - in /struts/struts2/trunk/plugins/json/src: main/java/org/apache/struts2/json/rpc/ test/resources/org/apache/struts2/json/

2011-02-08 Thread jafl
Author: jafl Date: Tue Feb 8 20:23:12 2011 New Revision: 1068552 URL: http://svn.apache.org/viewvc?rev=1068552&view=rev Log: WW-3570 slot for debugging information in RPCResponse Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/rpc/RPCResponse.

svn commit: r1066692 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/entities/

2011-02-02 Thread jafl
Author: jafl Date: Wed Feb 2 23:27:33 2011 New Revision: 1066692 URL: http://svn.apache.org/viewvc?rev=1066692&view=rev Log: XW-387 enable derived classes of config and derived classes of config bulders Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/co

svn commit: r1066628 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java xwork-core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java

2011-02-02 Thread jafl
Author: jafl Date: Wed Feb 2 21:13:23 2011 New Revision: 1066628 URL: http://svn.apache.org/viewvc?rev=1066628&view=rev Log: WW-3513 allow derived classes to create derived classes of some objects Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispat

svn commit: r1066613 - in /struts/struts2/trunk: plugins/json/src/main/java/org/apache/struts2/json/ plugins/json/src/test/java/org/apache/struts2/json/ xwork-core/src/main/java/com/opensymphony/xwork

2011-02-02 Thread jafl
Author: jafl Date: Wed Feb 2 20:28:20 2011 New Revision: 1066613 URL: http://svn.apache.org/viewvc?rev=1066613&view=rev Log: WW-3514 fix/enhance support for include/exclude parameters Added: struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONCleanerTest.

svn commit: r1065880 - in /struts/struts2/trunk/plugins/json/src: main/java/org/apache/struts2/json/JSONResult.java main/java/org/apache/struts2/json/smd/SMDGenerator.java test/java/org/apache/struts2

2011-01-31 Thread jafl
Author: jafl Date: Tue Feb 1 01:22:39 2011 New Revision: 1065880 URL: http://svn.apache.org/viewvc?rev=1065880&view=rev Log: WW-3498 JSONResult should serialize model, just like JSONInterceptor injects into model Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/str

svn commit: r1065829 - in /struts/struts2/trunk/plugins/gxp/src/main: java/org/apache/struts2/views/gxp/inject/ java/org/apache/struts2/views/gxp/inject/InjectedObjectContainer.java resources/ resourc

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 22:14:54 2011 New Revision: 1065829 URL: http://svn.apache.org/viewvc?rev=1065829&view=rev Log: WW-3475 add missing files from contributed zip (WW-2754) Added: struts/struts2/trunk/plugins/gxp/src/main/java/org/apache/struts2/views/gxp/inject/ st

svn commit: r1065764 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2: dispatcher/Dispatcher.java dispatcher/FilterDispatcher.java interceptor/FileUploadInterceptor.java

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 20:43:25 2011 New Revision: 1065764 URL: http://svn.apache.org/viewvc?rev=1065764&view=rev Log: WW-3490 clean up file uploads when action throws exception Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.

svn commit: r1065743 - in /struts/struts2/trunk/plugins/json/src: main/java/org/apache/struts2/json/JSONInterceptor.java test/java/org/apache/struts2/json/JSONInterceptorTest.java

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 20:16:38 2011 New Revision: 1065743 URL: http://svn.apache.org/viewvc?rev=1065743&view=rev Log: WW-3498 Inject values into top of stack (model or action) instead of always using action. This does not break backward compatibility because nobody could use a m

svn commit: r1065735 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/dispatcher/ core/src/main/java/org/apache/struts2/interceptor/debugging/ plugins/json/src/main/java/org/apache/st

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 20:00:58 2011 New Revision: 1065735 URL: http://svn.apache.org/viewvc?rev=1065735&view=rev Log: WW-3546 provide API for overriding devMode per request, and check for override where appropriate Modified: struts/struts2/trunk/core/src/main/java/org/ap

svn commit: r1065717 - in /struts/struts2/trunk: apps/jboss-blank/ archetypes/ archetypes/struts2-archetype-convention/ archetypes/struts2-archetype-dbportlet/ archetypes/struts2-archetype-plugin/ arc

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 19:18:32 2011 New Revision: 1065717 URL: http://svn.apache.org/viewvc?rev=1065717&view=rev Log: XW-388 ignore maven target directories Modified: struts/struts2/trunk/apps/jboss-blank/ (props changed) struts/struts2/trunk/archetypes/ (props cha

svn commit: r1065716 - in /struts/struts2/trunk/xwork-core: ./ src/main/java/com/opensymphony/xwork2/interceptor/annotations/ src/test/java/com/opensymphony/xwork2/interceptor/annotations/

2011-01-31 Thread jafl
Author: jafl Date: Mon Jan 31 19:16:35 2011 New Revision: 1065716 URL: http://svn.apache.org/viewvc?rev=1065716&view=rev Log: WW-3500 If top of stack is not the action, assume it is the model and check for annotiations. Added: struts/struts2/trunk/xwork-core/src/test/java/com/opensymp

svn commit: r1065357 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java

2011-01-30 Thread jafl
Author: jafl Date: Sun Jan 30 19:21:43 2011 New Revision: 1065357 URL: http://svn.apache.org/viewvc?rev=1065357&view=rev Log: WW-3501 avoid cast by using existing generics Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interce

svn commit: r1065355 - /struts/struts2/trunk/xwork-core/pom.xml

2011-01-30 Thread jafl
Author: jafl Date: Sun Jan 30 19:13:44 2011 New Revision: 1065355 URL: http://svn.apache.org/viewvc?rev=1065355&view=rev Log: XW-388 fix pattern to match relocation Modified: struts/struts2/trunk/xwork-core/pom.xml Modified: struts/struts2/trunk/xwork-core/pom.xml URL:

svn commit: r1065351 - /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/StubValueStack.java

2011-01-30 Thread jafl
Author: jafl Date: Sun Jan 30 19:09:44 2011 New Revision: 1065351 URL: http://svn.apache.org/viewvc?rev=1065351&view=rev Log: WW-3496 fix StubValueStack to avoid infinite loop Modified: struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/StubValueStack.java Modi

svn commit: r1065350 - /struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml

2011-01-30 Thread jafl
Author: jafl Date: Sun Jan 30 19:05:23 2011 New Revision: 1065350 URL: http://svn.apache.org/viewvc?rev=1065350&view=rev Log: WW-3512 remove nonexistent SessionContextAutowiringInterceptor Modified: struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml Modified: st

svn commit: r1065348 - /struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONInterceptor.java

2011-01-30 Thread jafl
Author: jafl Date: Sun Jan 30 19:00:06 2011 New Revision: 1065348 URL: http://svn.apache.org/viewvc?rev=1065348&view=rev Log: WW-3525 JSONInterceptor extends AbstractInterceptor Modified: struts/struts2/trunk/plugins/json/src/main/java/org/apache/struts2/json/JSONInterceptor.java Modi

svn commit: r1064288 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java

2011-01-27 Thread jafl
Author: jafl Date: Thu Jan 27 20:18:44 2011 New Revision: 1064288 URL: http://svn.apache.org/viewvc?rev=1064288&view=rev Log: XW-385 remove unused code Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java Modi

svn commit: r1063947 - /struts/site/src/site/xdoc/dev/dev-mail.xml

2011-01-26 Thread jafl
Author: jafl Date: Thu Jan 27 01:24:20 2011 New Revision: 1063947 URL: http://svn.apache.org/viewvc?rev=1063947&view=rev Log: update broken link (WW-3520) Modified: struts/site/src/site/xdoc/dev/dev-mail.xml Modified: struts/site/src/site/xdoc/dev/dev-mail.xml URL: http://svn.apache

svn commit: r1060554 - /struts/site/src/site/xdoc/dev/volunteers.xml

2011-01-18 Thread jafl
Author: jafl Date: Tue Jan 18 20:13:58 2011 New Revision: 1060554 URL: http://svn.apache.org/viewvc?rev=1060554&view=rev Log: add myself to list of committers Modified: struts/site/src/site/xdoc/dev/volunteers.xml Modified: struts/site/src/site/xdoc/dev/volunteers.xml URL: