After upgrading to GeoServer 2.10.1, GeoServer is enabling WMTS every time it
starts up.  I can disable WMTS from the UI but it just gets re-enabled when
I reload the server configuration or restart GeoServer.

I think that line 38 in org.geoserver.gwc.wmts.WMTSXStreamLoader may be the
cause of this:

35    @Override
36    protected WMTSInfo initialize(WMTSInfo service) {
37        service = super.initialize(service);
38        service.setEnabled(true);
39        if (service.getMaintainer() == null) {
40            service.setMaintainer("http://geoserver.org/com";);
41        }

Steve Ikeoka



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Disabling-WMTS-in-GeoServer-2-10-tp5302877.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to