Here is what I did, and it seems to work without needing jsonp. It is just a start and will probably need to be improved.
vim /usr/share/tomcat/webapps/geoserver/WEB-INF/web.xml
Add CORS stuff next to last filter tag. See: http://enable-cors.org/server_tomcat.html
<filter>
<filter-name>CorsFilter</filter-name>
<filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>CorsFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
--
You received this message because you are subscribed to the Google Groups "Tethys Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tethysplatfor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tethysplatform/e1fd1bfe-0e4d-4d4d-8a27-d766f5442462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.