You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Filip Polsakiewicz <Fi...@innoface.de> on 2003/06/25 13:39:21 UTC

[OT] url-pattern

Hi,

i have a problem with url-patterns in web.xml
i need a pattern that matches /webdav/*, /webdav/hello/* and so on. I.e.
webdav and all subdirectories.
i tried
<url-pattern>
          /webdav/*
</url-pattern>

but it doesn't work. Help please

Filip Polsakiewicz


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [OT] url-pattern

Posted by Erik Price <ep...@ptc.com>.

Filip Polsakiewicz wrote:
> Hi,
> 
> i have a problem with url-patterns in web.xml
> i need a pattern that matches /webdav/*, /webdav/hello/* and so on. I.e.
> webdav and all subdirectories.
> i tried
> <url-pattern>
>           /webdav/*
> </url-pattern>

Maybe:

/webdav/*/*




Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org