Bug 6378 - SOAP message handle reuse clears security attributes between calls
: SOAP message handle reuse clears security attributes between calls
Status: RESOLVED FIXED
: C WS Core
Serialization/Transport
: 4.2.0
: All All
: P3 normal
: 4.2.1
Assigned To:
:
: LIGO
:
:
  Show dependency treegraph
 
Reported: 2008-09-11 14:27 by
Modified: 2008-09-24 12:40 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-09-11 14:27:47
If a https handle is reused, the soap engine removes all attributes, including
the GSSAPI peer name. This is causing problems for the LIGO DataFindService.
------- Comment #1 From 2008-09-11 15:46:19 -------
Proposed patch: http://www.mcs.anl.gov/~bester/patches/bug6378.diff
------- Comment #2 From 2008-09-19 14:10:15 -------
Any feedback on this patch?
------- Comment #3 From 2008-09-24 12:38:56 -------
Committed to 4.2. branch and trunk.
------- Comment #4 From 2008-09-24 12:40:30 -------
(In reply to comment #2)
> Any feedback on this patch?
> 

Patching the official 4.2.0 source with this patch seems to have fixed my
problem of not being able to do successive connections with the service without
first terminating the client.

Thank you!