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

Slash in organization name makes requests fail #424

Closed
salmar opened this issue May 9, 2018 · 4 comments
Closed

Slash in organization name makes requests fail #424

salmar opened this issue May 9, 2018 · 4 comments
Assignees
Labels

Comments

@salmar
Copy link
Contributor

salmar commented May 9, 2018

Having a slash in the organization name (like in Spring I/O) makes all requests containing the organization name fail. The following exception is thrown:

org.springframework.security.web.firewall.RequestRejectedException: The requestURI cannot contain encoded slash. Got /admin/api/extensions/setting/organization/Spring%20I%2FO/event/eventname

The affected version is 1.14.1. Also, by looking at the paths and URLs, seems that eventname is not properly replaced (compared to previous versions which contained the name of the event in the URL).

@syjer syjer self-assigned this May 10, 2018
@syjer syjer added the bug label May 10, 2018
@syjer
Copy link
Member

syjer commented May 10, 2018

Hi @salmar , you are right, my bad.

I'll push a fix asap.

syjer added a commit that referenced this issue May 10, 2018
@syjer
Copy link
Member

syjer commented May 10, 2018

@salmar , I've pushed a fix, could you try it ? Thank you.

@salmar
Copy link
Contributor Author

salmar commented May 10, 2018

Works great now, thx

@cbellone
Copy link
Member

ready to be released as part of 1.14.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants