[Geoserver-devel] Build failed in Jenkins: geoserver-2.4.x #12

2013-10-02 Thread monitor
See Changes: [jdeolive] fixing web-csw parent ref and version number -- [...truncated 9007 lines...] at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractC

Re: [Geoserver-devel] Little annoying thing about the CSS scale treatment

2013-10-02 Thread Rahkonen Jukka
Hi, I do not like using "scale" when it means the number in the denominator. Even Mapnik css seems to be using [scale-denominator>=40] as an alternative for [zoom>10] http://mapnik-utils.googlecode.com/svn/trunk/serverside/cascadenik/doc/index.html. However, the battle may be lost. Mapser

[Geoserver-devel] [jira] (GEOS-6068) Status Page is not extensible

2013-10-02 Thread Kevin Smith (JIRA)
Kevin Smi

Re: [Geoserver-devel] New community module: NetCDF output format

2013-10-02 Thread Daniele Romagnoli
Hi guys, I have created a couple of pull requests (one for 2.4.x and one for trunk) for NetCDF output support. https://github.com/geoserver/geoserver/pull/345 https://github.com/geoserver/geoserver/pull/344 I have also created pull request for the community module to include the NetCDF coverage s

Re: [Geoserver-devel] J2EEAuthenticationFilter

2013-10-02 Thread Christian Mueller
Nice improvement. Go ahead modifying the filter and dont forget to add two check boxes on the configuration panel. Please ping me for a review of the patch. Christian On Wed, Oct 2, 2013 at 3:59 PM, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi everybody, > to implement

[Geoserver-devel] J2EEAuthenticationFilter

2013-10-02 Thread Mauro Bartolomeoli
Hi everybody, to implement authentication in Geoserver for a customer I would need to use the J2EEAuthenticationFilter to inherit the user from an Apache frontend, but also to assign roles to that user using a GeoServerRoleService (in particular a new one fetching roles from LDAP). Currently the J