Skip to content

Commit

Permalink
Merge pull request #22 from MaxDragonheart/bug_cors_origin_#21
Browse files Browse the repository at this point in the history
bug Solved CORS origin issue #21
  • Loading branch information
MaxDragonheart authored Jan 26, 2022
2 parents c7b5463 + bf49064 commit a09b339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoserver/files/tomcat/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
<url-pattern>*.shtml</url-pattern>
</filter-mapping>
-->

<!--
<filter>
<filter-name>CorsFilter</filter-name>
<filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
Expand All @@ -645,7 +645,7 @@
<filter-name>CorsFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

-->
<!-- ==================== Default Session Configuration ================= -->
<!-- You can set the default session timeout (in minutes) for all newly -->
<!-- created sessions by modifying the value below. -->
Expand Down

0 comments on commit a09b339

Please sign in to comment.