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

Feature/deduce request information #30

Closed
wants to merge 5 commits into from

Conversation

jechols
Copy link
Member

@jechols jechols commented Sep 20, 2019

Closes #27

- Handles slashes embedded in URLs far more effectively
- Fixes two potential panics I somehow never ran into before now
- Forces caller to decide how to handle invalid URLs - maybe they're
  base URI requests, but maybe not....
Since IIIF no longer does this for us, the router has to.  This has the
major benefit that we actually only redirect when the request was for a
legitimate ID to begin with.
- Changes settings to split up web base path from the hostname since
  hostname can now be inferred
- Changes the demos to use /iiif since that's the default web path now
Also simplifies the setup by using minio since testing this is way too
painful to set up with actual S3
@jechols jechols closed this Sep 20, 2019
@jechols jechols deleted the feature/deduce-request-information branch September 20, 2019 19:22
@jechols jechols restored the feature/deduce-request-information branch September 20, 2019 19:22
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.

Get URL from Apache / nginx environment
1 participant