https://bz.apache.org/bugzilla/show_bug.cgi?id=62757

--- Comment #3 from Jordi <jlla...@gmail.com> ---
Created attachment 36169
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36169&action=edit
patch for the reported bug


I've found the problem, JspServletWrapper's loadTagFile should check whether it
has to reload by only checking the reload attribute, and not by using
getReloadInternal() method, otherwise during application startup
JspRuntimeContext's checkCompile can prevent some tag files to be loaded,
because it changes the value of the flag compileCheckInProgress, as we saw in
the stacktrace that comes from the TagFileProcessor.

I attach a patch file where I also have added some extra checks or code
reordering to avoid possible paranoic scenarios, maybe I am too paranoic right
now :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to