DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16395>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16395 Incorrect SMAP mapping information Summary: Incorrect SMAP mapping information Product: Tomcat 4 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Jasper 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've got following included jsps: hello.jsp: ---------- <HTML> <HEAD> <TITLE>Hello example</TITLE> </HEAD> <BODY> <%@ include file="greeting.jsp" %> </BODY> </HTML> greeting.jsp: ------------- Hello there!<P> Goodbye on January When the hello.jsp is compiled, SMAP information included in the classfile looks like this: SMAP hello_jsp.java JSP *S JSP *F 0 hello.jsp 1 greeting.jsp *L 0:0,0 0:45 1:46 2:47 2:48 3:49 4:50 5:0,0 0#1:0,0 0:51 0:52 5#0:53 6:54 7:55 *E where line 5:0,0 is incorrectly mapped. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>