Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1293 closed defect (fixed)

JSP pages are not thread safe

Reported by: brucedechant Owned by: brucedechant
Priority: low Milestone: 2.3
Component: General Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID: 1303042

Description

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

Change History (4)

comment:1 by brucedechant, 14 years ago

Summary: Make JSP pages thread safeJSP pages are not thread safe

comment:2 by brucedechant, 14 years ago

Status: newassigned

Fixed. sandbox/adsk/2.2gp r4643

comment:3 by brucedechant, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed. trunk r4644

comment:4 by brucedechant, 14 years ago

Fixed. sandbox/adsk/2.1 r4738

Note: See TracTickets for help on using tickets.