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/09/02 05:50:42 UTC

DO NOT REPLY [Bug 22833] - Generated SMAP looks wrong

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=22833>.
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=22833

Generated SMAP looks wrong





------- Additional Comments From ecarmich@alumni.rice.edu  2003-09-02 03:50 -------
The JSR-45 spec says:

"Each LineInfo has the form: 'InputStartLine # LineFileID , RepeatCount : 
OutputStartLine , OutputLineIncrement' where all but 'InputStartLine : 
OutputStartLine' are optional.... If absent LineFileID defaults to the most 
recent value (initially zero)."

In other words LineFileID is only required when it differs from the LineFileID 
of the previous LineInfo.  To the best of my knowledge Jasper is consistent 
with that.

You're absolutely right that Jasper should SMAP JSP declarations, but doesn't.