Remy Maucherat wrote:
On Fri, 2008-05-16 at 14:08 +0100, Mark Thomas wrote:java.lang.NullPointerException at org.apache.jasper.compiler.Validator$DirectiveVisitor.comparePageEncodings(Validator.java:330)Yep, my bad. I'll take a look over the weekend. Fix should be simple.Woops, I hadn't rereviewed the thing, since it looked the sme as my own patch. There's a if (configEnc != null) { block just after it, which could be used. pageDirEnc cannot possibly be null, right ? Rémy
Based on the line number in the stacktrace, it is thePageDirEnc which is null. I need to do some testing for this one. It looks like there might always have been a NPE risk here.
Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
