We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gs-shell>layer get --name 'getty:sunset buildings' Command failed java.lang.IllegalArgumentException: Invalid uri 'http://geoserver:8080/geoserver/rest/layers/getty:sunset buildings.xml': escaped absolute path not valid Invalid uri 'http://geoserver:8080/geoserver/rest/layers/getty:sunset buildings.xml': escaped absolute path not valid gs-shell>layer get --name 'getty:sunset%20buildings' sunset buildings Title: null Type: VECTOR
The text was updated successfully, but these errors were encountered:
This is probably a problem for other values as well, I only just ran into it here.
Sorry, something went wrong.
Could we just use the URLUtil.encode function here? It is replacing all spaces with %20.
No branches or pull requests
The text was updated successfully, but these errors were encountered: