[CONF] Confluence Changes in the last 24 hours

2007-03-12 Thread confluence
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache CXF

svn commit: r517512 - /struts/struts2/trunk/apps/blank/src/main/resources/example.xml

2007-03-12 Thread mrdon
Author: mrdon Date: Mon Mar 12 20:32:26 2007 New Revision: 517512 URL: http://svn.apache.org/viewvc?view=rev&rev=517512 Log: Fixed result type renaming WW-1715 Modified: struts/struts2/trunk/apps/blank/src/main/resources/example.xml Modified: struts/struts2/trunk/apps/blank/src/main/resource

svn commit: r517511 - /struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/source/ViewSourceAction.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 20:28:08 2007 New Revision: 517511 URL: http://svn.apache.org/viewvc?view=rev&rev=517511 Log: WW-18O4 "Showcase - view source throws NumberFormatException". The problem is that config parameter on the URL is empty (config=). It can be fixed by checing if the param

svn commit: r517510 - /struts/struts2/branches/STRUTS_2_0_X/apps/showcase/src/main/java/org/apache/struts2/showcase/source/ViewSourceAction.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 20:24:41 2007 New Revision: 517510 URL: http://svn.apache.org/viewvc?view=rev&rev=517510 Log: WW-18O4 "Showcase - view source throws NumberFormatException". The problem is that config parameter on the URL is empty (config=). It can be fixed by checing if the param

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

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 20:13:07 2007 New Revision: 517506 URL: http://svn.apache.org/viewvc?view=rev&rev=517506 Log: WW-1526 "Error with handling static resources under WebSphere 6". Flush output after copy to appease WebLogic and possibly other containers. Submitted by Adam Czysciak.

svn commit: r517504 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/dispatcher/FilterDispatcher.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 20:12:20 2007 New Revision: 517504 URL: http://svn.apache.org/viewvc?view=rev&rev=517504 Log: WW-1526 "Error with handling static resources under WebSphere 6". Flush output after copy to appease WebLogic and possibly other containers. Submitted by Adam Czysciak.

svn commit: r517499 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/TokenSessionStoreInterceptor.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 19:31:35 2007 New Revision: 517499 URL: http://svn.apache.org/viewvc?view=rev&rev=517499 Log: WW-1787 "Token session interceptor faiing with redirect-action" Apply patch based on WebWork #1404. Modified: struts/struts2/trunk/core/src/main/java/org/apache/stru

svn commit: r517433 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/interceptor/TokenSessionStoreInterceptor.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 15:34:58 2007 New Revision: 517433 URL: http://svn.apache.org/viewvc?view=rev&rev=517433 Log: WW-1787 "Token session interceptor faiing with redirect-action" Apply patch based on WebWork #1404. Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/java

svn commit: r517426 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/TokenSessionStoreInterceptor.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 15:22:12 2007 New Revision: 517426 URL: http://svn.apache.org/viewvc?view=rev&rev=517426 Log: WW-1786 "using session-token interceptor generates FreeMarker template error" Apply patch submitted by Tom Schneider. The change synchronizes on the Ognl context so we do

svn commit: r517424 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/java/org/apache/struts2/interceptor/TokenSessionStoreInterceptor.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 15:18:44 2007 New Revision: 517424 URL: http://svn.apache.org/viewvc?view=rev&rev=517424 Log: WW-1786 "using session-token interceptor generates FreeMarker template error" Apply patch submitted by Tom Schneider. The change synchronizes on the Ognl context so we do

svn commit: r517412 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 14:36:16 2007 New Revision: 517412 URL: http://svn.apache.org/viewvc?view=rev&rev=517412 Log: WW-1754 "The current struts-default.xml prevents TypeConverter wiring." Swap ObjectFactory and XWorkConverter load order per suggestion of Nicolas Berthet. Modified:

svn commit: r517408 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 14:32:01 2007 New Revision: 517408 URL: http://svn.apache.org/viewvc?view=rev&rev=517408 Log: WW-1754 "The current struts-default.xml prevents TypeConverter wiring." Swap ObjectFactory and XWorkConverter load order per suggestion of Nicolas Berthet. Modified:

svn commit: r517380 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/interceptor/CookieInterceptor.java main/java/org/apache/struts2/interceptor/CookiesAware.java test/java/org/apache

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 13:33:53 2007 New Revision: 517380 URL: http://svn.apache.org/viewvc?view=rev&rev=517380 Log: WW-1678 - Port cookie interceptor from WW 2.2.5. Patch submitted by Nate Drake based on code contributed to WebWork2/Open Symphony by Toby Jee and Mathew Payne. Added:

svn commit: r517374 - in /struts/struts2/branches/STRUTS_2_0_X/core/src: main/java/org/apache/struts2/interceptor/ test/java/org/apache/struts2/interceptor/

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 13:25:06 2007 New Revision: 517374 URL: http://svn.apache.org/viewvc?view=rev&rev=517374 Log: WW-1678 - Port cookie interceptor from WW 2.2.5. Patch submitted by Nate Drake based on code contributed to WebWork2/Open Symphony by Toby Jee and Mathew Payne. Added:

svn commit: r517364 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/util/UrlHelper.java

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 13:05:24 2007 New Revision: 517364 URL: http://svn.apache.org/viewvc?view=rev&rev=517364 Log: WW-1619 URL component and URLHelper class do not handle multiple request parameters with the same name correctly when includeParams="get". Apply patch submitted by Tom Sc

svn commit: r517363 - in /struts/struts2/branches/STRUTS_2_0_X/core/src: main/java/org/apache/struts2/views/util/UrlHelper.java test/java/org/apache/struts2/components/URLTest.java test/java/org/apach

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 13:05:02 2007 New Revision: 517363 URL: http://svn.apache.org/viewvc?view=rev&rev=517363 Log: WW-1619 URL component and URLHelper class do not handle multiple request parameters with the same name correctly when includeParams="get". Apply patch submitted by Tom Sc

svn commit: r517343 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 12:13:34 2007 New Revision: 517343 URL: http://svn.apache.org/viewvc?view=rev&rev=517343 Log: WW-1707 Apply consistent naming for the results in struts-default.xml Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml Modified: struts/strut

svn commit: r517341 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml

2007-03-12 Thread husted
Author: husted Date: Mon Mar 12 12:13:13 2007 New Revision: 517341 URL: http://svn.apache.org/viewvc?view=rev&rev=517341 Log: WW-1707 Apply consistent naming for the results in struts-default.xml Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/struts-default.xml Modif

Issues Opened: week of 2007-03-12

2007-03-12 Thread dblevins
Struts2 - Monday, March 12, 2007 12 opened in last 7 days [WW-1796] @InterceptorRef and @InterceptorRefs annotations to configure actions with custom interceptor-refs Aadi Deshpande - Improvement - [] http://issues.apache.org/struts/browse/WW-1796 [WW-1798] erratic behavi