Simon Schuetz

Results 2 issues of Simon Schuetz

Fix for https://github.com/crewjam/saml/issues/468 : Responses may be valid XML documents with no root (e.g. only containing comments and/or whitespace). The `etree.Root()` function may return `nil` in this case, but the...

In version `0.4.9` and `0.4.10`: Regression added via commit https://github.com/crewjam/saml/commit/aee3fb1edeeaf1088fcb458727e0fd863d277f8b : When I call `ParseXMLResponse(decodedResponseXML []byte, possibleRequestIDs []string)` with an empty document (`[]byte{}`), `doc.Root()` is `nil` but gets passed into...