I upgraded from 5.5.12 to 5.5.15 and notices that the trimSpaces setting
in tomcat's web.xml is not functioning the same.  We have a few jsp tags
(written as tag files in the /WEB-INF/tags directory).

Code (a javascript generated by jsp ):

    var someArray = [ 'a', 'b', '<some jsp tag:do something />' ];

Old output:

    var someArray = [ 'a', 'b', 'something' ];

New output:

    var someArray = [ 'a', 'b', '










something' ];

That won't work for us unfortunately.

Is this a bug perhaps?  I searched around for docs or changes with the
trimSpaces setting and didn't find anything to indicate that it
shouldn't work as it always has.

Thoughts?

Thanks
Dennis

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

Reply via email to