-
Notifications
You must be signed in to change notification settings - Fork 118
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
added additional exception #857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that the PR fixes the WSOD when a bad URL is submitted.
Unfortunately, github actions are not happy about something. |
Yeah - I'm seeing this
So, nothing I touched? No idea what's going on. |
Isn't cantaloupe expecting a HTTPS connection? Wondering if it's an http connection that would make the content a mismatch that most current browsers won't allow. |
The default in isle-dc is |
@DonRichards, yeah a mismatch between TLS between Drupal and Cantaloupe does cause openseadragon to fail on Chrome and others, but that is unrelated to this particular PR which is solely focused on the form working correctly. @ajstanley , migrate_tools 5.x-dev now requires Drupal 9.1. We need to adjust our composer.json to use migrate_tools:5.0 until we drop support for Drupal 8. Should we do that as a separate PR or roll that into this one? |
The CI blockers are based on unrelated issues. I'm going to trust @ajstanley when he says coder isn't complaining and this won't break any tests, so I'm going to use Admin powers to merge. |
GitHub Issue: Issue 1992
What does this Pull Request do?
Adds an additional exception so we won't see a whitescreen when configuring iiif
What's new?
One new catch statement
How should this be tested?
Navigate to admin/config/islandora/iiif and enter a bogus (but well-formed) URL. You should see your URL rejected, but no WSOD.
Documentation Status
No changes required
Interested parties
Tag @Islandora/8-x-committers