[mapguide-trac] #1293: Make JSP pages thread safe

MapGuide Open Source trac_mapguide at osgeo.org
Tue Mar 9 14:38:58 EST 2010


#1293: Make JSP pages thread safe
----------------------------+-----------------------------------------------
   Reporter:  brucedechant  |       Owner:  brucedechant
       Type:  defect        |      Status:  new         
   Priority:  low           |   Milestone:  2.3         
  Component:  General       |     Version:  2.2.0       
   Severity:  trivial       |    Keywords:              
External_id:  1303042       |  
----------------------------+-----------------------------------------------
 Under load it is possible to have the same session ID used by the cached
 jsp pages for more than 1 concurrent user which is unexpected behavior and
 is a result of the jsp pages not being thread safe.

 The fix is to add the following line to the jsp pages in order to mark
 them as not thread safe:

 <%@ page isThreadSafe="false" %>

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1293>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list