Details
Description
In BlockingServlet.service() the code assumes that a RuntimeException
means that the user session has expired. That's not really a good
assumption. In my case, as NullPointerException from InputFile was being
treated as an expired session. That made it hard to debug. I didn't
change the error message, but I did change the logging to include the
exception to make debugging easier.
Dave Dunkin
Technologist
DIS Corporation
360.647.4120
means that the user session has expired. That's not really a good
assumption. In my case, as NullPointerException from InputFile was being
treated as an expired session. That made it hard to debug. I didn't
change the error message, but I did change the logging to include the
exception to make debugging easier.
Dave Dunkin
Technologist
DIS Corporation
360.647.4120
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1064 | 12313 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Created an attachment (id=120)
patched source file