Change "/*.do" to "*.do" and you should be ok.

> -----Original Message-----
> From: Canning, Chuck [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 28, 2003 3:56 PM
> To: 'Struts Users Mailing List'
> Subject: ServletMapping and possible bug in getActionMappingURL()
> 
> Is this a valid servlet mapping?
> 
>     <servlet-mapping>
>         <servlet-name>StrutsController</servlet-name>
>         <url-pattern>/*.do</url-pattern>
>     </servlet-mapping>
> 
> if so, the RequestUtils.getActionMappingURL() will not handle it in
> struts1.1 (not sure about earlier versions). It causes it to ignore
the
> action mapping.
> 
> Chuck
> 
> ---------------------------------------------------------------------
> 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