Issue Details (XML | Word | Printable)

Key: DS-40
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Andrea Bollini
Reporter: Andrea Bollini
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
DSpace 1.x

SubmissionController is not thread safe

Created: 27/Feb/09 08:55 AM   Updated: 06/Apr/09 07:22 PM
Component/s: JSPUI
Affects Version/s: 1.5.1
Fix Version/s: 1.5.2

Time Tracking:
Not Specified


 Description  « Hide
The SubmissionController servlet uses a local field to maintain request related value (currentStepConfig). Concurrent access to the servlet can change the value of the field interfering with request processing

 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Andrea Bollini added a comment - 28/Feb/09 10:08 AM
I have changed the local field with a local variable in doPOST method and sended it through the private methods call stack.
See patch S.F. #2645776