svn commit: r1130536 - /struts/struts2/trunk/

2011-06-02 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Jun  2 13:20:56 2011
New Revision: 1130536

URL: http://svn.apache.org/viewvc?rev=1130536&view=rev
Log:
Adds url to Apache's Reviewboard

Modified:
struts/struts2/trunk/   (props changed)

Propchange: struts/struts2/trunk/
--
reviewboard:url = https://reviews.apache.org




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/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java

struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/debugging/DebuggingInterceptor.java
struts/struts2/trunk/pom.xml

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/annotations/AnnotationWorkflowInterceptor.java

struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/WildcardUtil.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CheckboxInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CheckboxInterceptor.java?rev=1130878&r1=1130877&r2=1130878&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CheckboxInterceptor.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/CheckboxInterceptor.java
 Fri Jun  3 00:17:27 2011
@@ -24,7 +24,7 @@ package org.apache.struts2.interceptor;
 import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.util.logging.Logger;
 import com.opensymphony.xwork2.util.logging.LoggerFactory;
-import com.opensymphony.xwork2.interceptor.Interceptor;
+import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
 
 import java.util.Map;
 import java.util.Set;
@@ -48,7 +48,7 @@ import java.util.Iterator;
  * 
  * 
  */
-public class CheckboxInterceptor implements Interceptor {
+public class CheckboxInterceptor extends AbstractInterceptor {
 
 /** Auto-generated serialization id */
 private static final long serialVersionUID = -586878104807229585L;
@@ -57,12 +57,6 @@ public class CheckboxInterceptor impleme
 
 private static final Logger LOG = 
LoggerFactory.getLogger(CheckboxInterceptor.class);
 
-public void destroy() {
-}
-
-public void init() {
-}
-
 public String intercept(ActionInvocation ai) throws Exception {
 Map parameters = ai.getInvocationContext().getParameters();
 Map newParams = new HashMap();

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java?rev=1130878&r1=1130877&r2=1130878&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java
 (original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/MessageStoreInterceptor.java
 Fri Jun  3 00:17:27 2011
@@ -31,7 +31,7 @@ import org.apache.struts2.dispatcher.Ser
 import com.opensymphony.xwork2.ActionContext;
 import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.ValidationAware;
-import com.opensymphony.xwork2.interceptor.Interceptor;
+import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
 import com.opensymphony.xwork2.util.logging.Logger;
 import com.opensymphony.xwork2.util.logging.LoggerFactory;
 
@@ -145,7 +145,7 @@ import com.opensymphony.xwork2.util.logg
  *
  * @version $Date$ $Id$
  */
-public class MessageStoreInterceptor implements Interceptor {
+public class MessageStoreInterceptor extends AbstractInterceptor {
 
 private static final long serialVersionUID = 4491997514314242420L;
 
@@ -164,8 +164,6 @@ public class MessageStoreInterceptor imp
 public static final String actionErrorsSessionKey = 
"__MessageStoreInterceptor_ActionErrors_SessionKey";
 public static final String actionMessagesSessionKey = 
"__MessageStoreInterceptor_ActionMessages_SessionKey";
 
-
-
 public void setAllowRequestParameterSwitch(boolean 
allowRequestParameterSwitch) {
 this.allowRequestParameterSwitch = allowRequestParameterSwitch;
 }
@@ -173,7 +171,6 @@ public class MessageStoreInterceptor imp
 return this.allowRequestParameterSwitch;
 }
 
-
 public void setRequestParameterSwitch(String requestParameterSwitch) {
 this.requestParameterSwitch = requestParameterSwitch;
 }
@@ -181,8 +178,6 @@ public class MessageStoreInterceptor imp
 return this.requestParameterSwitch;
 }
 
-
-
 public void setOperationMode(String operationMode) {
 this.operationMode = operationMode;
 }
@@ -190,13 +185,6 @@ public class MessageStoreInterceptor imp
 return this.operationMode;
 }
 
-
-public void destroy() {
-}
-
-public void init() {
-}
-
 public String intercept(ActionInvoc

[CONF] Confluence Changes in the last 24 hours

2011-06-02 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ACE (https://cwiki.apache.org/confluence/display/ACE)

Pages
-
Downloads edited by  marrs  (04:09 PM)
https://cwiki.apache.org/confluence/display/ACE/Downloads



Apache ActiveMQ (https://cwiki.apache.org/confluence/display/ACTIVEMQ)

Pages
-
Web Console edited by  dejanb  (06:41 AM)
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Web+Console



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Camel Configuration Utilities edited by  dvaleri  (03:56 PM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+Configuration+Utilities

Camel 2.8.0 Release edited by  mrt1nz  (11:34 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.8.0+Release

Aggregator2 edited by  davsclaus  (07:28 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Aggregator2

User Stories edited by  davsclaus  (04:24 AM)
https://cwiki.apache.org/confluence/display/CAMEL/User+Stories



Apache CXF (https://cwiki.apache.org/confluence/display/CXF)

Pages
-
FAQ edited by  dkulp  (09:50 AM)
https://cwiki.apache.org/confluence/display/CXF/FAQ



Apache Geronimo v3.0 (https://cwiki.apache.org/confluence/display/GMOxDOC30)

Pages
-
Annotations edited by  chirun...@gmail.com  (12:10 AM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Annotations



Apache Lucene.NET (https://cwiki.apache.org/confluence/display/LUCENENET)

Pages
-
Simple Faceted Search edited by  digy  (04:48 PM)
https://cwiki.apache.org/confluence/display/LUCENENET/Simple+Faceted+Search



Apache Mahout (https://cwiki.apache.org/confluence/display/MAHOUT)

Pages
-
SVD - Singular Value Decomposition edited by  danbri  (05:20 AM)
https://cwiki.apache.org/confluence/display/MAHOUT/SVD+-+Singular+Value+Decomposition



OFBiz (Open For Business) Project Open Wiki 
(https://cwiki.apache.org/confluence/display/OFBIZ)

Pages
-
Is OFBiz for Me edited by  skitz...@hotmail.com  (11:53 AM)
https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me

Eclipse Tips edited by  jacques.le.roux  (06:36 AM)
https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips



Apache PhotArk Wiki (https://cwiki.apache.org/confluence/display/PHOTARKxWIKI)

Pages
-
GSoC Project Progress- Adding Social Features to PhotArk edited by  umashanthi  
(06:42 PM)
https://cwiki.apache.org/confluence/display/PHOTARKxWIKI/GSoC+Project+Progress-+Adding+Social+Features+to+PhotArk



Apache Shiro (https://cwiki.apache.org/confluence/display/SHIRO)

Pages
-
Version 2 Brainstorming edited by  kaosko  (04:18 PM)
https://cwiki.apache.org/confluence/display/SHIRO/Version+2+Brainstorming



Apache Sling Website (https://cwiki.apache.org/confluence/display/SLINGxSITE)

Pages
-
Discover Sling in 15 minutes edited by  fmeschbe  (12:58 PM)
https://cwiki.apache.org/confluence/display/SLINGxSITE/Discover+Sling+in+15+minutes

MavenTipsAndTricks edited by  fmeschbe  (09:54 AM)
https://cwiki.apache.org/confluence/display/SLINGxSITE/MavenTipsAndTricks


Comments
https://cwiki.apache.org/confluence/display/SLINGxSITE/Discover+Sling+in+15+minutes
 (1)

Apache Tapestry (https://cwiki.apache.org/confluence/display/TAPESTRY)

Pages
-
Using Select With a List created by bobharner (08:59 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Using+Select+With+a+List




Change your notification preferences: 
https://cwiki.apache.org/confluence/users/viewnotifications.action