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

Remove HttpResolver url prefix #139

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

whikloj
Copy link
Member

@whikloj whikloj commented Aug 26, 2019

GitHub Issue: Islandora/documentation#1226 and possibly Islandora/documentation#1121

Other Relevant Links

What does this Pull Request do?

Removes the HttpResolver url prefix. We will send the entire URL now.

What's new?

  • Does this change require documentation to be updated? no
  • Does this change add any new dependencies? no
  • Does this change require any other modifications to be made to the repository
    (ie. Regeneration activity, etc.)? no
  • Could this change impact execution of existing code? no

How should this be tested?

See associated PR for testing instructions.

A description of what steps someone could take to:

  • Reproduce the problem you are fixing (if applicable)
  • Test that the Pull Request does what is intended.
  • Please be as detailed as possible.
  • Good testing instructions help get your PR completed faster.

Additional Notes:

Any additional information that you think would be helpful when reviewing this
PR.

Interested parties

@Islandora-Devops/committers

@@ -63,4 +63,4 @@ cantaloupe_cache_source: FilesystemCache
cantaloupe_cache_derivative: FilesystemCache
cantaloupe_create_FilesystemCache_dir: yes
cantaloupe_resolver_static: HttpResolver
cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: "http://{{ hostvars[groups['webserver'][0]].ansible_host }}:{{ apache_listen_port }}/"
cantaloupe_HttpResolver_BasicLookupStrategy_url_prefix: ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even need this then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dannylamb
Copy link
Member

vagrant up

Copy link
Member

@dannylamb dannylamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Islandora/openseadragon#13 and we're good to go.

@dannylamb dannylamb merged commit f23aa2f into Islandora-Devops:dev Aug 30, 2019
whikloj added a commit to whikloj/claw-playbook that referenced this pull request Dec 18, 2019
@whikloj whikloj deleted the issue-1226 branch September 24, 2021 16:21
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