https://bz.apache.org/bugzilla/show_bug.cgi?id=62792
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62792
--- Comment #2 from Julien Béti ---
I would suggest to keep the "if(reload)" outside the synchronized block, and
check again inside with "getReloadInternal()"
Something like
if(reload) {
synchronized (this) {
if(getReloadInternal()) {
https://bz.apache.org/bugzilla/show_bug.cgi?id=62792
--- Comment #1 from Julien Béti ---
Sorry, the caused-by part of the trace was missing:
Caused by: java.lang.NullPointerException: null
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:458)
... 74 c
https://bz.apache.org/bugzilla/show_bug.cgi?id=62792
Julien Béti changed:
What|Removed |Added
Depends on||62603
Referenced Bugs:
https://bz.apac