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

parameterized proxy URL matching query does not work with Spring Boot #173

Open
etasens opened this issue Mar 2, 2020 · 1 comment
Open

Comments

@etasens
Copy link

etasens commented Mar 2, 2020

Trying to set this up where the solr core is parameterized in a Spring Boot Application. The redirect url is
http://444.44.444.444:8983/solr/{_core}/select

This throws exception
java.net.URISyntaxException: Illegal character in path at index 32: http://444.44.444.444:8983/solr/{_core}/select

Is there a quick way around this?

@dsmiley
Copy link
Collaborator

dsmiley commented Mar 4, 2020

Sorry but you'll have to look at this in a debugger. I don't have time. Those squiggly brackets I recall are the syntax for the parameterized proxy and so shouldn't be put into a URI object. So something is going wrong.

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

No branches or pull requests

2 participants