costin 01/04/28 13:52:17
Modified:src/share/org/apache/jasper/runtime JspWriterImpl.java
Log:
Get rid of the annoying warning compiling jasper ( with jikes )
Revision ChangesPath
1.8 +4 -4
jakarta-tomcat/src/share/org/apache/jasper/runtime/JspWriterImpl.java
- Original Message -
From: <[EMAIL PROTECTED]>
[...]
> Someone who needs only jasper can take the utils and jasper package.
> ( duplicating some of the classes in 2 package may have negative impact on
> class loading - it may throw "Sealing" exceptions )
My apologize for my intervention
costin 01/02/11 11:27:32
Modified:src/share/org/apache/jasper/runtime JspWriterImpl.java
Log:
Fix the System.getProperty("line.separator") problem in JspWriter.
( it was causing most of the failures in the nightly tests for sandboxed
tomcat ).
This adds another dependency