https://issues.apache.org/bugzilla/show_bug.cgi?id=55309

            Bug ID: 55309
           Summary: Concurrent issue of TagPluginManager
           Product: Tomcat 7
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: xs...@ebay.com

Created attachment 30629
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30629&action=edit
Patch on TagPluginManager

TagPluginManager is shared within ServletContext.
But it contains a variable "PageInfo pageInfo".
PageInfo should be aligned with specified page.

PageInfo is used for holding page information, such as "Import".
So when there are two pages are compiled in parallel.
It encounters concurrent issue.  One of the page can't be compiled unless the
server is restarted.

-- 
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