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

Sistema de legendas não funciona? Habilite o CORS do Geoserver (no Tomcat) #14

Closed
paschendale opened this issue Sep 30, 2021 · 1 comment

Comments

@paschendale
Copy link
Owner

Em novas instalações do WebGENTE + Geoserver as legendas podem não funcionar, resultando em erros no console do navegador do tipo:

Access to XMLHttpRequest at '....' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Este tipo de erro é devido às configurações de CORS do Geoserver¹, e a correção é razoavelmente simples.

Na pasta de instalação do Tomcat (ou Jetty), procure dentro do Geoserver pelo arquivo geoserver\WEB-INF\web.xml e abra o arquivo em qualquer editor de texto.

Procure pelo termo CORS in Tomcat e remova os comentários da tag <filter>...</filter>.

image

Procure agora pelo termo enable CORS e remova os comentários da tag <filter-mapping>...</filter-mapping>.

image

@paschendale
Copy link
Owner Author

;)

@paschendale paschendale reopened this Sep 30, 2021
@paschendale paschendale pinned this issue Sep 30, 2021
@paschendale paschendale changed the title Sistema de legendas não funciona? Habilite o CORS do Geoserver Sistema de legendas não funciona? Habilite o CORS do Geoserver (no Tomcat) Oct 6, 2021
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