Opened 12 years ago

Closed 12 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.

Change History (1)

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed trunk (r6681) and 4.0.x (r6682)

Note: See TracTickets for help on using tickets.