Re: [Geoserver-devel] GEOS-6086 and WfsDispatcher in virtual WMS DescribeLayer response

2013-10-11 Thread Ian Schneider
The complete death of the WfsDispatcher here: https://github.com/geoserver/geoserver/pull/356 Do you reckon it would be okay to cherry-pick to 2.3.x, too? On Fri, Oct 11, 2013 at 11:34 AM, Andrea Aime wrote: > On Fri, Oct 11, 2013 at 6:11 PM, Ian Schneider < > ischnei...@boundlessgeo.com> wrote

Re: [Geoserver-devel] Spaces in custom dimension values

2013-10-11 Thread Andrea Aime
On Fri, Oct 11, 2013 at 6:51 PM, carlo cancellieri < carlo.cancelli...@geo-solutions.it> wrote: > Hi all, > I'm trying to build a mosaic using a custom domain which contains spaces. > > The result in the getCapabilities is: > > default="Crop value" > units="">Cropvalue,Yield > ... > > Sho

Re: [Geoserver-devel] Commas in custom dimensions and getCapabilities

2013-10-11 Thread Andrea Aime
On Fri, Oct 11, 2013 at 7:46 PM, Andrea Aime wrote: > In other words, to a compliant standard, the above list defines the > following possible values: > Ah hem... "to a standard compliant client, the above list..." Cheers Andrea -- == Our support, Your Success! Visit http://opensdi.geo-solutio

Re: [Geoserver-devel] Commas in custom dimensions and getCapabilities

2013-10-11 Thread Andrea Aime
On Fri, Oct 11, 2013 at 7:05 PM, carlo cancellieri < carlo.cancelli...@geo-solutions.it> wrote: > Hi all, > I'm trying to build a mosaic using a custom domain which contains special > characters (commas, apostrophe, etc) in dimension values. > > In my CROP dimension I have > 1 Cereals > 2 Oil, cr

Re: [Geoserver-devel] test failures in WMS module (master branch)

2013-10-11 Thread Andrea Aime
On Fri, Oct 11, 2013 at 7:15 PM, carlo cancellieri < carlo.cancelli...@geo-solutions.it> wrote: > Hi, > I'm having test failures on the master branch in the WMS module: > > > Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.253 sec > <<< FAILURE! > testGroupWorkspaceQualified(or

Re: [Geoserver-devel] GEOS-6086 and WfsDispatcher in virtual WMS DescribeLayer response

2013-10-11 Thread Andrea Aime
On Fri, Oct 11, 2013 at 6:11 PM, Ian Schneider wrote: > The ticket outlines the issue in more depth but the crux of the problem is > that DescribeLayer returns URLs with 'WfsDispatcher' on the end, something > like: http://localhost:8080/geoserver/tiger/poi/wfs/WfsDispatcher? > > These URLs are no

[Geoserver-devel] test failures in WMS module (master branch)

2013-10-11 Thread carlo cancellieri
Hi, I'm having test failures on the master branch in the WMS module: Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.253 sec <<< FAILURE! testGroupWorkspaceQualified(org.geoserver.wms.wms_1_1_1.GetMapIntegrationTest) Time elapsed: 25 sec <<< FAILURE! org.junit.ComparisonFail

[Geoserver-devel] Commas in custom dimensions and getCapabilities

2013-10-11 Thread carlo cancellieri
Hi all, I'm trying to build a mosaic using a custom domain which contains special characters (commas, apostrophe, etc) in dimension values. In my CROP dimension I have 1 Cereals 2 Oil, crops 3 Root The result in the getCapabilities is: Cereals,Oil,crops,Root ... Which is exactly what the

[Geoserver-devel] Spaces in custom dimension values

2013-10-11 Thread carlo cancellieri
Hi all, I'm trying to build a mosaic using a custom domain which contains spaces. The result in the getCapabilities is: Cropvalue,Yield ... Should be: Crop value,Yield ... I'll provide a simple pull req for this. Cheers, Carlo -- == Our support, Your Success! Visit http://opensdi.ge

[Geoserver-devel] GEOS-6086 and WfsDispatcher in virtual WMS DescribeLayer response

2013-10-11 Thread Ian Schneider
The ticket outlines the issue in more depth but the crux of the problem is that DescribeLayer returns URLs with 'WfsDispatcher' on the end, something like: http://localhost:8080/geoserver/tiger/poi/wfs/WfsDispatcher? These URLs are not usable as an exception occurs noting that the service can't be

[Geoserver-devel] [jira] (GEOS-6087) Forms don't handle non-ASCII characters correctly

2013-10-11 Thread John Doe (JIRA)
John Doe

[Geoserver-devel] [jira] (GEOS-6086) WFS URL from DescribeLayer response on virtual service is not usable

2013-10-11 Thread Ian Schneider (JIRA)
Ian Schne

[Geoserver-devel] [jira] (GEOS-6085) Add color gradient fill for polygons

2013-10-11 Thread JIRA
Christoph

[Geoserver-devel] [jira] (GEOS-6084) Schema not added to Oracle SQL Views

2013-10-11 Thread Jonathan Moules (JIRA)
Jonathan

[Geoserver-devel] [jira] (GEOS-6083) Wrong character encoding

2013-10-11 Thread Henrik Uggla (JIRA)
Henrik Ug

Re: [Geoserver-devel] J2EEAuthenticationFilter

2013-10-11 Thread Mauro Bartolomeoli
2013/10/11 Christian Mueller > Hi Mauro > > Sorry for the late reply, I was out yesterday. > > I think the usage of J2EE isUserInRole() does only make sense if the user > is authenticated in the J2EE Container. If the user is not authenticated in > the container, isUserInRole() will always retur

Re: [Geoserver-devel] J2EEAuthenticationFilter

2013-10-11 Thread Christian Mueller
Hi Mauro Sorry for the late reply, I was out yesterday. I think the usage of J2EE isUserInRole() does only make sense if the user is authenticated in the J2EE Container. If the user is not authenticated in the container, isUserInRole() will always return false. There is no j2ee authentication