I have a path that I'm matching with wildcards as:

    <map:match pattern="foo/*/*">

Unfortunately, that doesn't match if another / is appended, so I
switched to regexp matching:

    <map:match type="regexp" pattern="foo/(.*)/(.*)/?">

...which still doesn't work if a / is appended.

I can't find any useful documentation on the regexp matching.  Am
I doing something wrong?  Is there a way to do this with wildcard
matching?

--
John R. Daily                                        [EMAIL PROTECTED]
Director of Technology                            Progeny Linux Systems
                    Master of the ephemeral epiphany

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to