dims 01/08/28 09:31:38 Modified: src/org/apache/cocoon/matching RequestParamMatcher.java Log: Patch for ThreadSafe RequestParamMatcher from Christian Schmitt <[EMAIL PROTECTED]> Revision Changes Path 1.6 +3 -2 xml-cocoon2/src/org/apache/cocoon/matching/RequestParamMatcher.java Index: RequestParamMatcher.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/matching/RequestParamMatcher.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- RequestParamMatcher.java 2001/08/20 13:55:16 1.5 +++ RequestParamMatcher.java 2001/08/28 16:31:38 1.6 @@ -15,6 +15,7 @@ * Standard imports */ import org.apache.avalon.framework.parameters.Parameters; +import org.apache.avalon.framework.thread.ThreadSafe; import org.apache.cocoon.Constants; import org.apache.cocoon.environment.Request; @@ -34,9 +35,9 @@ * </pre> * * @author <a href="mailto:[EMAIL PROTECTED]">Marcus Crafter</a> - * @version CVS $Revision: 1.5 $ + * @version CVS $Revision: 1.6 $ */ -public class RequestParamMatcher implements Matcher { +public class RequestParamMatcher implements Matcher, ThreadSafe { /** * Match method to see if the request parameter exists. If it does * have a value the parameter is added to the array list for later ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]