Skip to content

Do not append " | " to OneLogin::RubySaml::Response#status_code unnecessarily#585

Merged
pitbulk merged 1 commit intoSAML-Toolkits:masterfrom
caioeps:fix-trailing-char-on-status-code
May 10, 2021
Merged

Do not append " | " to OneLogin::RubySaml::Response#status_code unnecessarily#585
pitbulk merged 1 commit intoSAML-Toolkits:masterfrom
caioeps:fix-trailing-char-on-status-code

Conversation

@caioeps
Copy link
Copy Markdown
Contributor

@caioeps caioeps commented May 8, 2021

It turns out that OneLogin::RubySaml::Response#status_code only work as expected when we have multiple status codes in the response. When it has only one status code it is appending " | " unecessarily to the end.

Steps to reproduce can be found on #584.

@caioeps caioeps changed the title Do not append " | " to OneLogin::RubySaml::Response#status_code unecessarily Do not append " | " to OneLogin::RubySaml::Response#status_code unnecessarily May 8, 2021
@caioeps
Copy link
Copy Markdown
Contributor Author

caioeps commented May 8, 2021

In my opinion, if we're returning multiple status codes we should probably be returning an array, not a string with a separator.

As doing so could break existing code that relies on this behaviour I choose to keep it as is.

@pitbulk pitbulk merged commit 712c76d into SAML-Toolkits:master May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants