Bugzilla – Bug 6378
SOAP message handle reuse clears security attributes between calls
Last modified: 2008-09-24 12:40:30
You need to log in before you can comment on or make changes to this bug.
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.
Proposed patch: http://www.mcs.anl.gov/~bester/patches/bug6378.diff
Any feedback on this patch?
Committed to 4.2. branch and trunk.
(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!