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

Fix Language Menu for Records with Slashes #1596

Closed
wants to merge 2 commits into from

Conversation

crhallberg
Copy link
Contributor

Core Problem: Adding parameters and invoking the URL helper with null name and [] parameters causes the base URL to lose escaping.

Solution: escape id parameters for the path name. This solution feels a little too narrow but is a starting point for solving the issue.

Fixes VUFIND-1392

@crhallberg
Copy link
Contributor Author

Running full headless tests.

@demiankatz
Copy link
Member

Thanks, @crhallberg, this sent me on a deep dive into Zend/Laminas code, which revealed a simpler solution: disable the normalize_path option. I've implemented that fix at commit 8c61eb2, so I'm going to close this PR.

@demiankatz demiankatz closed this Mar 30, 2020
@demiankatz
Copy link
Member

This Laminas issue may be of some interest too: laminas/laminas-router#1

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