[Geoserver-users] Access to HttpServletRequest in FeatureReader

2016-05-17 Thread Shahak Nagiel
I'm just getting started with a custom data store, packaged and deployed to a GeoServer instance.  So far, so good. However, I need to access the HttpServletRequest to get the client PKI certificate (and likely some other attributes), and I'm not seeing any way to access them in my DataStore or

Re: [Geoserver-users] java.lang.StringIndexOutOfBoundsException

2016-05-17 Thread Andrea Aime
Hi, the source code this refers to is here: https://github.com/geoserver/geoserver/blob/2.6.2/src/wms/src/main/java/org/geoserver/wms/WMSWorkspaceQualifier.java The situation is weird, seems it's trying to qualify a request that has no layers in it... do you have any reference to the original HTTP

[Geoserver-users] java.lang.StringIndexOutOfBoundsException

2016-05-17 Thread Vanden Bulcke Francis
Hi, Can anyone help me out with this error or advice me how I can get more info about this error. I don't have a clue what causes this. See below for extract from the logfile: Geoserver version: 2.6.2 installed on MS Windows 2012 with IIS 7.0 as webserver Geotools: 12.2 We use a Esri SDE databas

Re: [Geoserver-users] How to use tiles

2016-05-17 Thread Jonathan Moules
Hi, GeoServer creates tiles and then OpenLayers (or any other OGC-standards compliant piece of software) uses those tiles. It's also possible for GeoServer to consume "tiles" from another service, and then feed them onward to OpenLayers (or whatever). This is called cascading. On Sun, 15