Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1997) WMS-C IOException & HTTP 505 against GeoWebCache Layers with spaces in name

Issue Type: Bug Bug
Affects Versions: UDIG 1.4.0
Assignee: Unassigned
Components: catalog, metadata and search
Created: 29/May/13 7:33 AM
Description:

If the layer in geowebcache.xml is configured with spaces in name, e.g. nasa:Blue Marble the getMap requests get HTTP response code: 505

!ENTRY net.refractions.udig.catalog.internal.wms 4 0 2013-05-29 12:35:25.501
!MESSAGE error loading tile, placeholder created:
!STACK 0
java.io.IOException: Server returned HTTP response code: 505 for URL: http://my.mapserver.com/geowebcache/service/wms?version=1.1.1&service=WMS&request=getMap&tiled=true&width=256&height=256&format=image/png&srs=EPSG:4326&layers=nasa:Blue Marble&bbox=9.84375,59.0625,11.25,60.46875&styles=
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
	at net.refractions.udig.catalog.wmsc.server.TiledWebMapServer.issueRequest(TiledWebMapServer.java:320)
	at net.refractions.udig.catalog.wmsc.server.WMSTile.loadTile(WMSTile.java:263)
	at net.refractions.udig.catalog.wmsc.server.AbstractTileRange.internalLoadTile(AbstractTileRange.java:292)
	at net.refractions.udig.catalog.wmsc.server.AbstractTileRange.access$0(AbstractTileRange.java:291)
	at net.refractions.udig.catalog.wmsc.server.AbstractTileRange$1.run(AbstractTileRange.java:269)
	at net.refractions.udig.catalog.wmsc.server.TileWorkerQueue$PoolWorker.run(TileWorkerQueue.java:109)

Reason: The layers property value isn't correctly escaped. For the WMS layername nasa:Blue Marble the requested property value should look like this: nasa:Blue%20Marble.

Environment: server: tomcat 6.0.20, redhat EL, geowebcache 1.3-RC5, geoserver 2.1.4
client: 64bit windows
Project: uDIG
Priority: Major Major
Reporter: Frank Gasdorf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Back to the top