DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24506>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24506

New line elimination at end of directives

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-09-07 22:46 -------
the current trimSpaces implementation is too eager to remove spaces.

frequently, whitespace in html IS significant - for instance:
"<img .../> some text here"
and
"<img .../>some text here"
will display differently.

the current trimSpaces implementation takes this:
"${bullet} some text here"
and turns it into
"${bullet}some text here"
which is not the right thing (tm)

freemarker seems to use much more sophisticated rules for white space
elimination, sure would be nice if tomcat could copy it for jsp.

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

Reply via email to