DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35615>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35615


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2005-07-17 18:58 -------
I don't believe this is a Struts issue.

The way you have the action servlet mapping, *ANY* request to the context will 
go through Struts.  So by requesting an image, your asking Struts to find a 
mapping in the form "/images/g_logo_rciworks" in struts-config.xml, which 
there almost certainly is not.

The easiest way to fix this would be to use extension mapping instead... make 
your <url-pattern> entry "*.do", and then only requests that end in .do will 
go through Struts, all others will be served by the container (or web server 
if you have one in front of your app server).

Anyone else concur?  Although I'll probably regret it later :) I'm going to 
mark this as INVALID since I'm quite certain this isn't actually a Struts 
issue.  If I'm wrong, feel free to re-open it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to