struts-cookbook-1.3.2: invalid path to source Java files in samples
-------------------------------------------------------------------
Key: STR-2855
URL: http://issues.apache.org/struts/browse/STR-2855
Project: Struts Action 1
Type: Bug
Components: Apps
Versions: 1.3.2
Reporter: Michael Jouravlev
Priority: Minor
The struts-cookbook-1.3.2 application allows to take a look at the
Java source code of examples. The links refer to
source.jsp?src=/WEB-INF/src/java/examples/simple/xxx.java, while the
actual source code is located under /WEB-INF/src/examples/ , no "java"
subdirectory.
For example, looking at the source code for Java files on page
/struts-cookbook-1.3.2/jsp/simple/source.jsp
results in exception like this:
javax.servlet.jsp.JspException: No resource
/WEB-INF/src/java/examples/simple/SimpleActionForm.java
available in this application
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|