DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15900>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15900

regexp matcher fails on certain patterns

           Summary: regexp matcher fails on certain patterns
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When trying to match an entry (eg. 2003/01/27/promo.txt), when the match

<map:match type="regexp" pattern="(\d{4}/\d{2}/\d{2})/promo\.txt">

is used, the match fails with an internal servlet error.  If, however, the match

<map:match type="regexp" pattern="(\d\d\d\d/\d\d/\d\d)/promo\.txt">

is used, the match succeeds.  These should be identical, but the regexp matcher
doesn't seem to handle pattern sequences.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to