Opened 13 years ago
Closed 13 years ago
#2009 closed defect (fixed)
http connection rebuilds session on *any* server-side exception passed back
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-4.0-maintenance |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Do a series of GETIDENTITYPROPERTIES calls via the Maestro HTTP connection. Due to a flaw in this operation (see #1403), an exception gets thrown back to the client. However this is not an exception that requires a session rebuild.
It turns out the HTTP connection will rebuild the session on *any* exception that occurs while reading the response. This is wrong, it should only rebuild if the exception was a session expiry one.
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r6681) and 4.0.x (r6682)