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

Invalid SMAP line entries when running with mappedfile=true

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable



------- Additional Comments From [EMAIL PROTECTED]  2003-08-04 06:43 -------
There are two reasons the Actual LineInfo differs from the Expected LineInfo:

1) When a TemplateText node spans more than one line in the JSP, Jasper SMAPs 
it as if all of the node's output source was generated by the first line of 
the node's input source, and the other lines in the node's input source 
contributed nothing.

2) Jasper SMAPs each node independently of the others, and makes no attempt to 
consolidate the resulting line section.  I'm not sure consolidation is 
actually required by the spec, but it reduces the size of the class files, so 
it's a good thing to do.

I will attach a patch that fixes both of these.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to