Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Christian Mueller
Hi Vikas Please stay on the mailing list, this topic might be of interest for other people. Normally, developers do not answer personal mails. CAS does not need an Authentication Provider, the filter should be enough. A good idea is to enable Session Creation for each filter chain containing the

[Geoserver-users] Geowebcache Direct integration with GeoServer WMS and SQLview

2014-06-26 Thread Uli Strötz
I configured my Geoserver with GeoWebCache direct integration as described here http://docs.geoserver.org/stable/en/user/geowebcache/using.html#direct-integration-with-geoserver-wms . It works fine and the WMS tiles are cached as expected. Though for one of my Geoserver layers it is not working.

Re: [Geoserver-users] SLD filter function usage

2014-06-26 Thread shariq
Hi, I changed the geometry, so that I can use the startPoint() function :). Anyways thanks for the info. I was curious how this thing could be achieved in SLD structure. Afterall its an XML structure with name value pairs, so understanding passing a value to a filter function, like in this case

Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Vikas Mishra
Hi Christian, Is it possible to have a filter chain without a authentication provider? Here's how my security/config.xml file looks like security roleServiceNamedefault/roleServiceName authProviderNames stringcustomAuthProvider/string stringdefault/string

Re: [Geoserver-users] SLD filter function usage

2014-06-26 Thread Jonathan Moules
Hi Shariq, I guess that means it works. Could you share the relevant XML section with the list, others may benefit. I know I had the exact same problem as you (figuring out the structuring) when I first wanted to use one of these some time ago. Happy to help, Jonathan On 26 June 2014 06:02,

Re: [Geoserver-users] Help integrating CAS extension

2014-06-26 Thread Christian Mueller
No, no need for the customAuthProvider. Did you remove this provider using the admin GUI ? Editing the config xml files directly circumvents the validation code. You should remvoe the remeberMe service, otherwise the logout cannot succeed. Cheers Christian On Thu, Jun 26, 2014 at 9:32 AM,

[Geoserver-users] ECW JPEG2000

2014-06-26 Thread marco casella
Hello I have been trying to convert some tif files in ecw format using Gdal solutions. I have used this line: gdal_translate -of ECW -co TARGET=0 -a_srs EPSG:*** input.tif output.ecw Once I send the command I receive the following message: *Output driver 'ECW' not recognised.* Anyone can give

Re: [Geoserver-users] ECW JPEG2000

2014-06-26 Thread Daniele Romagnoli
Hi Marco, I think you are sending your question to the wrong mailing list. I suggest to send it to the GDAL one instead: http://lists.osgeo.org/mailman/listinfo/gdal-dev That being said, as far as I know, you should have your GDAL lib being built with support for ECW library (which is a third

Re: [Geoserver-users] Possible Image Mosaic time bug

2014-06-26 Thread Max Stephan
Hi, I am trying to get the sorting to work with an ImageMosaic layer using the parameter above (in my case time D, as time is the time-parameter in the database granule index (Oracle Spatial). When trying to request the layer, an error occurs because the sorting goes wrong (see logfile excerpt

Re: [Geoserver-users] Geowebcache Direct integration with GeoServer WMS and SQLview

2014-06-26 Thread Kevin Smith
You need to use a Parameter Filter to let GWC know which values to allow for caching. Each combination of possible parameters (Gridset, Format, Style, etc) leads to another cache so this is something to be careful about. The GWC documentation on Parameter Filters is here: