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

Zooma 2 is incompatible with modern tomcat due to unescaped URL characters #48

Open
matentzn opened this issue Aug 28, 2020 · 0 comments

Comments

@matentzn
Copy link
Contributor

zooma-ui uses [ in URL parameters when communicating query settings (source/ontology selections and the like), which is not allowed in modern tomcat instances (all major versions, 7,8,8.5 have been updated to that behaviour). Now there are settings to permit those characters in server.xml, but using those only lets the error messages go away - the webservice however seems to no get the exact sequence of characters it expects and therefore does not function. I have discussed this with @udp and the recommendation is to wait until the frontend is fixed, until then Zooma2 can only be deployed on tomcat versions lower than 7.0.73, 8.0.39, 8.5.7. This issue is only for documentation and wont be directly acted on; we can close it when the new UI is there.

See also stack overflow.

@matentzn matentzn changed the title Zooma 2 is incompatible with modern tomcat due two unescaped URL characters Zooma 2 is incompatible with modern tomcat due to unescaped URL characters Aug 28, 2020
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

1 participant