Fix error looking at empty port in sp plugin.
This commit is contained in:
@@ -508,6 +508,8 @@ class SAML2Plugin(object):
|
|||||||
binding = BINDING_HTTP_REDIRECT
|
binding = BINDING_HTTP_REDIRECT
|
||||||
else:
|
else:
|
||||||
post = self._get_post(environ)
|
post = self._get_post(environ)
|
||||||
|
if post.list is None:
|
||||||
|
post.list = []
|
||||||
binding = BINDING_HTTP_POST
|
binding = BINDING_HTTP_POST
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user