Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML-14: Fixed fatal error due to course shortname. #17

Closed
wants to merge 1 commit into from

Conversation

tbannister
Copy link

A fatal error could be triggered by course shortnames with
characters that are valid in shortnames but not valid in
admin settings. Invalid characters will now be filtered out.

A fatal error could be triggered by course shortnames with
characters that are valid in shortnames but not valid in
admin settings.  Invalid characters will now be filtered out.
@tbannister
Copy link
Author

I made a small update to the previous commit, since one of our support staff ran into a issue with course shortnames that were too long. I added a substr call to limit the admin setting to using the first 60 characters of the string after the invalid characters have been stripped out.

@tbannister tbannister closed this Jul 17, 2019
@tbannister
Copy link
Author

This issue has now been addressed by a July 16th commit that took a more expansive approach to fixing the problem.

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.

1 participant