struts-power.gif does not display
---------------------------------
Key: WW-2042
URL: https://issues.apache.org/struts/browse/WW-2042
Project: Struts 2
Issue Type: Bug
Components: Examples
Affects Versions: 2.0.8
Environment: Linux, struts2-core 2.0.8, jetty 6.1.0
Reporter: Peter Milne
This bug is still not fixed in 2.0.8
In the blank Maven prototype I used following code in Welcome.jsp
<p><a href="http://struts.apache.org/">
<img src="<s:url value="/struts-power.gif"/>"
alt="Powered by Struts" border="0px" /></a>
</p>
Only the alt text displays. struts-power.gif is located in context root. The
img tag is rendered correctly but http://localhost:8080/blank/struts-power.gif
reports
HTTP ERROR: 404
NOT_FOUND
RequestURI=/blank/struts-power.gif
Renaming struts-power.gif to strut.gif and amending s:url image then displays
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.