[CONF] Confluence Changes in the last 24 hours
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Sling (SLING) http://cwiki.apache.org/confluence/display/SLING | |-Pages Added or Edited in This Space |-- x Drafts for doc update was last edited by mykee (10:59 AM). | http://cwiki.apache.org/confluence/display/SLING/x+Drafts+for+doc+update |-- Status of documentation progress was last edited by mykee (08:37 AM). | http://cwiki.apache.org/confluence/display/SLING/Status+of+documentation+progress Apache Wink (WINK) http://cwiki.apache.org/confluence/display/WINK | |-Pages Added or Edited in This Space |-- Index was created by dims (07:31 AM). | http://cwiki.apache.org/confluence/display/WINK/Index Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL | |-Pages Added or Edited in This Space |-- HTTP was last edited by jonathan.co...@bbc.co.uk (05:57 AM). | http://cwiki.apache.org/confluence/display/CAMEL/HTTP |-- Team was last edited by jonathan.co...@bbc.co.uk (04:35 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Team |-- Source was last edited by davsclaus (01:57 AM). | http://cwiki.apache.org/confluence/display/CAMEL/Source Apache Sling Website (SLINGxSITE) http://cwiki.apache.org/confluence/display/SLINGxSITE | |-Pages Added or Edited in This Space |-- Documentation was last edited by fmeschbe (02:32 PM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Documentation |-- Navigation was last edited by mykee (12:48 PM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Navigation |-- Apache Sling was last edited by mykee (08:42 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Apache+Sling |-- Getting Started was created by mykee (06:57 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Getting+Started |-- Tutorials & How-Tos was created by mykee (07:30 AM). | http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=119113 |-- Old Stuff was created by mykee (07:24 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Old+Stuff |-- Configuration was last edited by mykee (07:40 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Configuration |-- Launch Sling was last edited by mykee (07:40 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Launch+Sling |-- Architecture was last edited by mykee (07:40 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Architecture |-- Manipulating Content - The SlingPostServlet (servlets.post) was last edited by mykee (07:38 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Manipulating+Content+-+The+SlingPostServlet+%28servlets.post%29 |-- Installing and Upgrading Bundles was last edited by mykee (07:34 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Installing+and+Upgrading+Bundles |-- Bundles was created by mykee (07:12 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Bundles |-- Internationalization Support (i18n) was last edited by mykee (07:16 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Internationalization+Support+%28i18n%29 |-- MIME Type Support (commons.mime) was last edited by mykee (07:13 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/MIME+Type+Support+%28commons.mime%29 |-- Development was last edited by mykee (07:10 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/Development |-- The Sling Engine was created by mykee (07:00 AM). | http://cwiki.apache.org/confluence/display/SLINGxSITE/The+Sling+Engine Apache Geronimo v2.2 (GMOxDOC22) http://cwiki.apache.org/confluence/display/GMOxDOC22 | |-Pages Added or Edited in This Space |-- LDAP Realm was last edited by chirun...@gmail.com (11:38 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/LDAP+Realm |-- Initial configuration was last edited by chirun...@gmail.com (09:24 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Initial+configuration |-- Substituting one module with another was last edited by chirun...@gmail.com (09:20 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Substituting+one+module+with+another |-- Configuring JAX-WS engine was last edited by chirun...@gmail.com (09:16 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+JAX-WS+engine |-- var directory was last edited by chirun...@gmail.com (09:10 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/var+directory |-- Deployment framework was last edited by chirun...@gmail.com (09:05 PM). | http://cwiki.apache.org/confluence/display/GMOxDOC22/Deployment+framework |-- Using Eclipse XML tools in Apache Geronimo was last edited by chirun...@gmail.com (09:04 PM). | http://cwiki.apache.org/confluence/
svn commit: r781032 - in /struts/struts2/trunk/core/src/main/java/org/apache/struts2: dispatcher/multipart/JakartaMultiPartRequest.java interceptor/FileUploadInterceptor.java
Author: wesw Date: Tue Jun 2 13:50:54 2009 New Revision: 781032 URL: http://svn.apache.org/viewvc?rev=781032&view=rev Log: WW-3143 lowering log level for file upload messages Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java?rev=781032&r1=781031&r2=781032&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java Tue Jun 2 13:50:54 2009 @@ -136,7 +136,7 @@ } } } catch (FileUploadException e) { -LOG.error("Unable to parse request", e); +LOG.warn("Unable to parse request", e); errors.add(e.getMessage()); } } Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java?rev=781032&r1=781031&r2=781032&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java Tue Jun 2 13:50:54 2009 @@ -251,7 +251,7 @@ validation.addActionError(error); } -LOG.error(error); +LOG.warn(error); } } @@ -295,10 +295,10 @@ } } } else { -LOG.error(getTextMessage(action, "struts.messages.invalid.file", new Object[]{inputName}, ac.getLocale())); +LOG.warn(getTextMessage(action, "struts.messages.invalid.file", new Object[]{inputName}, ac.getLocale())); } } else { -LOG.error(getTextMessage(action, "struts.messages.invalid.content.type", new Object[]{inputName}, ac.getLocale())); +LOG.warn(getTextMessage(action, "struts.messages.invalid.content.type", new Object[]{inputName}, ac.getLocale())); } } @@ -349,28 +349,28 @@ validation.addFieldError(inputName, errMsg); } -LOG.error(errMsg); +LOG.warn(errMsg); } else if (maximumSize != null && maximumSize < file.length()) { String errMsg = getTextMessage(action, "struts.messages.error.file.too.large", new Object[]{inputName, filename, file.getName(), "" + file.length()}, locale); if (validation != null) { validation.addFieldError(inputName, errMsg); } -LOG.error(errMsg); +LOG.warn(errMsg); } else if ((!allowedTypesSet.isEmpty()) && (!containsItem(allowedTypesSet, contentType))) { String errMsg = getTextMessage(action, "struts.messages.error.content.type.not.allowed", new Object[]{inputName, filename, file.getName(), contentType}, locale); if (validation != null) { validation.addFieldError(inputName, errMsg); } -LOG.error(errMsg); +LOG.warn(errMsg); } else if ((! allowedExtensionsSet.isEmpty()) && (!hasAllowedExtension(allowedExtensionsSet, filename))) { String errMsg = getTextMessage(action, "struts.messages.error.file.extension.not.allowed", new Object[]{inputName, filename, file.getName(), contentType}, locale); if (validation != null) { validation.addFieldError(inputName, errMsg); } -LOG.error(errMsg); +LOG.warn(errMsg); } else { fileIsAcceptable = true; }
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 859 has FAILED (9 tests failed, no failures were new). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-859 failed. --- Code has been updated by Wes Wannemacher. 9/1011 tests failed. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-859/ -- Code Changes -- Wes Wannemacher (781032): >WW-3143 lowering log level for file upload messages -- Tests -- Failed Tests (9) - PortletResultTest: Do execute event location has query params (Existing) - PortletResultTest: Do execute event location is action (Existing) - PortletResultTest: Do execute event location is jsp (Existing) - PortletResultTest: Do execute render (Existing) - PortletResultTest: Title and content type (Existing) - Jsr168DispatcherTest: Mode change using portlet widgets (Existing) - Jsr168DispatcherTest: Process action ok (Existing) - Jsr168DispatcherTest: Render ok (Existing) - PortletFreemarkerResultTest: Do execute event location is jsp (Existing) -- Error Summary -- [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1136 has FAILED (9 tests failed, no failures were new). Change made by Wes Wannemacher
--- STRUTS-MAIN-1136 failed. --- Code has been updated by Wes Wannemacher. 9/1011 tests failed. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1136/ -- Code Changes -- Wes Wannemacher (781032): >WW-3143 lowering log level for file upload messages -- Tests -- Failed Tests (9) - PortletResultTest: Do execute event location has query params (Existing) - PortletResultTest: Do execute event location is action (Existing) - PortletResultTest: Do execute event location is jsp (Existing) - PortletResultTest: Do execute render (Existing) - PortletResultTest: Title and content type (Existing) - Jsr168DispatcherTest: Mode change using portlet widgets (Existing) - Jsr168DispatcherTest: Process action ok (Existing) - Jsr168DispatcherTest: Render ok (Existing) - PortletFreemarkerResultTest: Do execute event location is jsp (Existing) -- Error Summary -- [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
svn commit: r781086 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java
Author: wesw Date: Tue Jun 2 17:26:17 2009 New Revision: 781086 URL: http://svn.apache.org/viewvc?rev=781086&view=rev Log: WW-3107, fixing NPE, good catch Andrey Vasenin Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java?rev=781086&r1=781085&r2=781086&view=diff == --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletRedirectResult.java Tue Jun 2 17:26:17 2009 @@ -167,17 +167,19 @@ } ResultConfig resultConfig = invocation.getProxy().getConfig().getResults().get(invocation.getResultCode()); -Map resultConfigParams = resultConfig.getParams(); -for (Iterator i = resultConfigParams.entrySet().iterator(); i.hasNext();) { -Map.Entry e = (Map.Entry) i.next(); - -if (!getProhibitedResultParams().contains(e.getKey())) { -requestParameters.put(e.getKey().toString(), -e.getValue() == null ? "" : -conditionalParse(e.getValue().toString(), invocation)); -String potentialValue = e.getValue() == null ? "" : conditionalParse(e.getValue().toString(), invocation); -if (!supressEmptyParameters || ((potentialValue != null) && (potentialValue.length() > 0))) { -requestParameters.put(e.getKey().toString(), potentialValue); +if (resultConfig != null ) { +Map resultConfigParams = resultConfig.getParams(); +for (Iterator i = resultConfigParams.entrySet().iterator(); i.hasNext();) { +Map.Entry e = (Map.Entry) i.next(); + +if (!getProhibitedResultParams().contains(e.getKey())) { +requestParameters.put(e.getKey().toString(), +e.getValue() == null ? "" : + conditionalParse(e.getValue().toString(), invocation)); +String potentialValue = e.getValue() == null ? "" : conditionalParse(e.getValue().toString(), invocation); +if (!supressEmptyParameters || ((potentialValue != null) && (potentialValue.length() > 0))) { +requestParameters.put(e.getKey().toString(), potentialValue); +} } } } @@ -232,7 +234,7 @@ /** * Sets the supressEmptyParameters option * - * @param suppress The new value for this option + * @param supressEmptyParameters The new value for this option */ public void setSupressEmptyParameters(boolean supressEmptyParameters) { this.supressEmptyParameters = supressEmptyParameters;
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 860 has FAILED (9 tests failed, no failures were new). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-860 failed. --- Code has been updated by Wes Wannemacher. 9/1011 tests failed. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-860/ -- Code Changes -- Wes Wannemacher (781086): >WW-3107, fixing NPE, good catch Andrey Vasenin -- Tests -- Failed Tests (9) - PortletResultTest: Do execute event location has query params (Existing) - PortletResultTest: Do execute event location is action (Existing) - PortletResultTest: Do execute event location is jsp (Existing) - PortletResultTest: Do execute render (Existing) - PortletResultTest: Title and content type (Existing) - Jsr168DispatcherTest: Mode change using portlet widgets (Existing) - Jsr168DispatcherTest: Process action ok (Existing) - Jsr168DispatcherTest: Render ok (Existing) - PortletFreemarkerResultTest: Do execute event location is jsp (Existing) -- Error Summary -- [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1137 has FAILED (9 tests failed, no failures were new). Change made by Wes Wannemacher
--- STRUTS-MAIN-1137 failed. --- Code has been updated by Wes Wannemacher. 9/1011 tests failed. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1137/ -- Code Changes -- Wes Wannemacher (781086): >WW-3107, fixing NPE, good catch Andrey Vasenin -- Tests -- Failed Tests (9) - PortletResultTest: Do execute event location has query params (Existing) - PortletResultTest: Do execute event location is action (Existing) - PortletResultTest: Do execute event location is jsp (Existing) - PortletResultTest: Do execute render (Existing) - PortletResultTest: Title and content type (Existing) - Jsr168DispatcherTest: Mode change using portlet widgets (Existing) - Jsr168DispatcherTest: Process action ok (Existing) - Jsr168DispatcherTest: Render ok (Existing) - PortletFreemarkerResultTest: Do execute event location is jsp (Existing) -- Error Summary -- [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. [INFO] [INFO] For more information, run Maven with the -e switch -- This message is automatically generated by Atlassian Bamboo
svn commit: r781096 - /struts/struts2/trunk/plugins/portlet/pom.xml
Author: wesw Date: Tue Jun 2 17:47:00 2009 New Revision: 781096 URL: http://svn.apache.org/viewvc?rev=781096&view=rev Log: trying to make bamboo happy Modified: struts/struts2/trunk/plugins/portlet/pom.xml Modified: struts/struts2/trunk/plugins/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=781096&r1=781095&r2=781096&view=diff == --- struts/struts2/trunk/plugins/portlet/pom.xml (original) +++ struts/struts2/trunk/plugins/portlet/pom.xml Tue Jun 2 17:47:00 2009 @@ -155,5 +155,11 @@ 1.1.1 test + +cglib +cglib +2.2 +test +
[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 861 was SUCCESSFUL (with 1013 tests). Change made by Wes Wannemacher
--- STRUTS-MAINJ6-861 was successful. --- Code has been updated by Wes Wannemacher. 1013 tests in total. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-861/ -- Code Changes -- Wes Wannemacher (781096): >trying to make bamboo happy -- Tests -- Fixed Tests (9) - PortletResultTest: Do execute event location has query params - PortletResultTest: Do execute event location is action - PortletResultTest: Do execute event location is jsp - PortletResultTest: Do execute render - PortletResultTest: Title and content type - Jsr168DispatcherTest: Mode change using portlet widgets - Jsr168DispatcherTest: Process action ok - Jsr168DispatcherTest: Render ok - PortletFreemarkerResultTest: Do execute event location is jsp -- Error Summary -- [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/java not found. [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAINJ6/apps/src/main/resources not found. -- This message is automatically generated by Atlassian Bamboo
[OSS Bamboo] Struts 2 SVN - Main Build build 1138 was SUCCESSFUL (with 1013 tests). Change made by Wes Wannemacher
--- STRUTS-MAIN-1138 was successful. --- Code has been updated by Wes Wannemacher. 1013 tests in total. http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-1138/ -- Code Changes -- Wes Wannemacher (781096): >trying to make bamboo happy -- Tests -- Fixed Tests (9) - PortletResultTest: Do execute event location has query params - PortletResultTest: Do execute event location is action - PortletResultTest: Do execute event location is jsp - PortletResultTest: Do execute render - PortletResultTest: Title and content type - Jsr168DispatcherTest: Mode change using portlet widgets - Jsr168DispatcherTest: Process action ok - Jsr168DispatcherTest: Render ok - PortletFreemarkerResultTest: Do execute event location is jsp -- Error Summary -- warning: Annotation types without processors: [java.lang.Override, com.opensymphony.xwork2.inject.Inject, java.lang.annotation.Target, java.lang.annotation.Retention, java.lang.SuppressWarnings] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/java not found. [copy] Warning: /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/apps/src/main/resources not found. warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated] 1 warning Unable to copy artifact java-1.4 since directory /opt/j2ee/domains/bamboo.atlassian.com/opensource/home/xml-data/build-dir/STRUTS-MAIN/backport does not exist. -- This message is automatically generated by Atlassian Bamboo