Thanks, I'll take a look at that!

-warner

----- Original Message -----
From: "Reynir Hübner" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Saturday, November 30, 2002 7:44 AM
Subject: RE: url patterns


You could write a request filter that would be mapped onto /* and put your
logic in it.
By this you would be able to parse any Path-info from the url like you want.

Hope it helps
-reynir


> -----Original Message-----
> From: Warner Onstine [mailto:[EMAIL PROTECTED]]
> Sent: 30. nóvember 2002 03:26
> To: [EMAIL PROTECTED]
> Subject: url patterns
>
>
> I'm trying to figure out if this can be done with
> url-patterns. I need to protect a sub-string of this url
> /wo/c/ognl/admin/...
>
> I need to protect the ognl/admin part. The problem is that
> the preceding string before it can change depending on
> actions that I perform so I can't just do /wo/c/ognl/admin/*
> as that won't guarantee my security. I tried
> */ognl/admin/* but received an error when starting up saying
> that it had to start with a '.' or '/'.
>
> Any help on this is greatly appreciated.
>
> -warner
>
> +warner onstine+
>
>
> --
> To unsubscribe, e-mail:
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For
> additional commands,
> e-mail: <mailto:[EMAIL PROTECTED]>
>
>

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



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

Reply via email to