Using Jasper 4, I have two little questions.

1.
After a jsp source changed, it's not recompiled.
In JspCompiler.isOutDated,

        jspRealLastModified = jspUrl.openConnection().getLastModified();

is 0.
What should I do?


2.
In TldLocationsCache.processJars,

        Set libSet = ctxt.getResourcePaths("/WEB-INF/lib");
        Iterator it = libSet.iterator();

throws NullPointerException.
I think this is a bug and null should be checked.



-- 
OH Jiung  [EMAIL PROTECTED]
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to