id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2750	WMS requests are not urlencoded	geochuck	nowakpl	"It appears that GDAL WMS requests are not urlencoded.  This a space in the url ends up truncating the request.  Example:
  <ImageFormat>image/png; mode=24bit</ImageFormat>

Here is a test WMS file:
{{{
<GDAL_WMS>  	
  <Service name=""WMS"">
    <Version>1.1.1</Version>
    <ServerURL>http://giifmap.cnr.berkeley.edu/cgi-bin/naip.wms?</ServerUrl>
    <SRS>EPSG:4326</SRS>
    <ImageFormat>image/png; mode=24bit</ImageFormat>
    <Layers>naip2005</Layers>
  </Service> 	
	<DataWindow>
		<UpperLeftX>-124.45</UpperLeftX> 
		<UpperLeftY>42.0421</UpperLeftY>
		<LowerRightX>-113.222</LowerRightX>
		<LowerRightY>32.2006</LowerRightY>
		<SizeX>1247554</SizeX>
		<SizeY>1093499</SizeY>
	</DataWindow> 	
	<BandsCount>3</BandsCount>
	<ClampRequests>false</ClampRequests> 
</GDAL_WMS> 	
}}}

"	defect	new	normal		GDAL_Raster	unspecified	normal		wms urlencode	warmerdam
