Hi,

 

I have Cocoon version 2.1.10

 

Do regexpUriMatcher work with Ungreedy Matching:

Example: <map:match type="regexp" pattern="^temp/(.*?)/$">   

 

Usually ungreedy matcher are in a form (.*?)  and suppose to match something 
like temp/hello/ or temp/hi/ 

but not matching something like temp/hello/dir/  (that's what happen to me)

 

Do Cocoon version  2.1.10 still use that link for regexp ?  (I saw that in 
mailing list archive 2005)

http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html

 

 

Denis

Reply via email to