Why is this necessary?

Isn't /*.do a subset of /* ???

> -----Original Message-----
> From: Ralf Rapude [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 05, 2003 6:28 AM
> To: Struts Users Mailing List
> Subject: Re: [OT] Athentication filter doesn't filter actions
> 
> 
> Hi,
> just repeat the <filter-mapping> tag like:
> 
>    <filter-mapping>
>       <filter-name>authenticationFilter</filter-name>
>       <url-pattern>/*</url-pattern>
>     </filter-mapping>
>  <filter-mapping>
>       <filter-name>authenticationFilter</filter-name>
>       <url-pattern>/*.do</url-pattern>
>     </filter-mapping>
> 
> Ralf Rapude
> 
> ______________________________________________________________
> ________________
> WEB.DE FreeMail wird 5 Jahre jung! Feiern Sie mit uns und 
> nutzen Sie die neuen Funktionen http://f.web.de/features/?mc=021130
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



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

Reply via email to