You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/01/24 16:16:02 UTC

DO NOT REPLY [Bug 16395] New: - Incorrect SMAP mapping information

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: tomcat-dev@jakarta.apache.org
        ReportedBy: martin.grebac@sun.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>