The path doesn't seem to matter - if I use /foo/*, I get the same issue. It
seems to be related to struts.enable.SlashesInActionNames since I have to
set it to false in order to get /foo/action.action to work.

Matt


Musachy Barroso wrote:
> 
> I didn't "know" about it, but kind of expected it, as "struts" is used
> to map to the resources inside the jar file, so is probably getting
> confused and building wrong paths. (should be fixable anyway :) )
> 
> musachy
> 
> On 8/21/07, mraible <[EMAIL PROTECTED]> wrote:
>>
>> Namespaces don't seem to work when my filter-mapping has a path like the
>> following:
>>
>>     <filter-mapping>
>>         <filter-name>struts</filter-name>
>>         <url-pattern>/struts/*</url-pattern>
>>     </filter-mapping>
>>
>> However, they seem to work fine when my url-pattern is /* or *.action. Is
>> this a known issue?
>>
>> Thanks,
>>
>> Matt
>> --
>> View this message in context:
>> http://www.nabble.com/Namespaces-don%27t-work-when-Struts-is-mapped-to--struts-*-tf4309131.html#a12267282
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Namespaces-don%27t-work-when-Struts-is-mapped-to--struts-*-tf4309131.html#a12268025
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to