Opened 14 years ago

Closed 14 years ago

#607 closed defect (fixed)

WMS: Provider does not URL encode GetMap Requests

Reported by: gregboone Owned by: gregboone
Priority: minor Milestone: 3.5.0
Component: WMS Provider Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description (last modified by gregboone)

Connect to:

http://62.214.147.252:8080/cgi-bin/mapserv.exe?map=C%3a%5cProgram+Files%5cms4w%5cApache%5chtdocs%5cBB2009%5cBB2009.map&version=1.1.1

Execute a GetMap Request

The WMS Server fails to return data from the request.

Looking at the request and the reply from the WMS server. The WMS server replies with:

‘msEvalRegex(): Regular expression error. String (C:\Program) failed expression test.?

When looking at the GetMap request generated by the application, it looks like the path is not masked correctly. It should be: C%3a%5cProgram+Files%5cms4w%5cApache?but it looks like 'C:\Program Files\...? The space in the file name could be the cause of the issue - it should be masked correctly.

Change History (3)

comment:1 by gregboone, 14 years ago

Description: modified (diff)

comment:2 by gregboone, 14 years ago

Owner: changed from grfegboone to gregboone
Status: newassigned

comment:3 by gregboone, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.