Skip to content

Commit

Permalink
datadir aligned with geoserver 2.15.x on master
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed May 22, 2019
1 parent 485c19f commit 8b39a95
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
30 changes: 29 additions & 1 deletion global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<charset>UTF-8</charset>
<numDecimals>6</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<proxyBaseUrl>https://georchestra.mydomain.org/geoserver</proxyBaseUrl>
<proxyBaseUrl>${X-Forwarded-Proto}://${X-Forwarded-Host}/geoserver</proxyBaseUrl>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<metadata>
Expand All @@ -31,6 +31,32 @@
<allowNativeMosaic>false</allowNativeMosaic>
<allowNativeWarp>false</allowNativeWarp>
<pngEncoderType>PNGJ</pngEncoderType>
<jaiext>
<jaiExtOperations class="sorted-set">
<string>Affine</string>
<string>BandCombine</string>
<string>BandMerge</string>
<string>BandSelect</string>
<string>Binarize</string>
<string>Border</string>
<string>ColorConvert</string>
<string>Crop</string>
<string>ErrorDiffusion</string>
<string>Format</string>
<string>ImageFunction</string>
<string>Lookup</string>
<string>Mosaic</string>
<string>Null</string>
<string>OrderedDither</string>
<string>Rescale</string>
<string>Scale</string>
<string>Stats</string>
<string>Translate</string>
<string>Warp</string>
<string>algebric</string>
<string>operationConst</string>
</jaiExtOperations>
</jaiext>
</jai>
<coverageAccess>
<maxPoolSize>10</maxPoolSize>
Expand All @@ -42,7 +68,9 @@
<updateSequence>0</updateSequence>
<featureTypeCacheSize>0</featureTypeCacheSize>
<globalServices>true</globalServices>
<useHeadersProxyURL>true</useHeadersProxyURL>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
<xmlExternalEntitiesEnabled>false</xmlExternalEntitiesEnabled>
<webUIMode>DEFAULT</webUIMode>
<resourceErrorHandling>SKIP_MISCONFIGURED_LAYERS</resourceErrorHandling>
</global>
3 changes: 1 addition & 2 deletions security/filter/exception/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<id>-e3457ae:13cce0c47c6:-7ff2</id>
<name>exception</name>
<className>org.geoserver.security.filter.GeoServerExceptionTranslationFilter</className>
<accessDeniedErrorPage>/accessDenied.jsp</accessDeniedErrorPage>
</exceptionTranslation>
</exceptionTranslation>

0 comments on commit 8b39a95

Please sign in to comment.