You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluating request.getContextPath() against "/mapfishapp" or "/mapfishapp-private" is not the correct way to check whether we're running under jetty or tomcat (the sec-proxy can live in a different tomcat).
The goal of this check is to choose the proxy for cross domain XHRs: either the security proxy when running under tomcat, or the local ogc proxy when running with jetty (dev mode).
The text was updated successfully, but these errors were encountered:
There is a problem with this code in mapfishapp:
https://github.com/georchestra/georchestra/blob/master/mapfishapp/src/main/filtered-resources/WEB-INF/jsp/index.jsp#L133
Evaluating request.getContextPath() against "/mapfishapp" or "/mapfishapp-private" is not the correct way to check whether we're running under jetty or tomcat (the sec-proxy can live in a different tomcat).
The goal of this check is to choose the proxy for cross domain XHRs: either the security proxy when running under tomcat, or the local ogc proxy when running with jetty (dev mode).
The text was updated successfully, but these errors were encountered: