You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Christian Schmitt <cs...@ffzj0ia9.bank.dresdner.net> on 2001/08/29 11:24:02 UTC

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/matching RequestParamMatcher.java

Hi dims,
would it be possible to commit this patch to the cocoon_20_branch
as well?

Thanks,
Christian


On Tue, Aug 28, 2001 at 04:31:38PM -0000, dims@apache.org wrote:
> dims        01/08/28 09:31:38
> 
>   Modified:    src/org/apache/cocoon/matching RequestParamMatcher.java
>   Log:
>   Patch for ThreadSafe RequestParamMatcher from
>   Christian Schmitt <cs...@ffzj0ia9.bank.dresdner.net>
>   
>   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:Marcus.Crafter@osa.de">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:     webmaster@xml.apache.org
> To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-cvs-help@xml.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org