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

MembraneAuthorizationService: Handling of Spaces in Path Configurations #1562

Open
predic8 opened this issue Feb 3, 2025 · 1 comment
Open
Milestone

Comments

@predic8
Copy link
Member

predic8 commented Feb 3, 2025

In MembraneAuthorizationService:

Line 84:
String[] urls = src.split(Pattern.quote(" "),2);

paths are split by space, but what if a path contains a space?

@predic8 predic8 added this to the 6.0.0 milestone Feb 3, 2025
@rrayst
Copy link
Contributor

rrayst commented Feb 3, 2025

You could switch to the file:// notation and encode the space using %20

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

No branches or pull requests

2 participants