Opened 9 years ago
Closed 9 years ago
#914 closed defect (fixed)
Fail to connect to WMS server http://geodienste-hamburg.de/HH_WMS_Statistische_Gebiete?
Reported by: | christinebao | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 4.1.0 |
Component: | WMS Provider | Version: | 4.0.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Reported by Autodesk QA:
- Connect to http://geodienste-hamburg.de/HH_WMS_Statistische_Gebiete?.
- Report error:
Connection Failed. FDO connection could not be opened. Unexpected error when accessing the server. The requested URL returned error: '400 Missing HTTP version in request:'.
Attachments (1)
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Cause:
The defect was caused by a submission in FDO r7180, which caused an unnecessary “&” in request http://geodienste-hamburg.de/HH_WMS_Statistische_Gebiete?version=1.3.0&&service=WMS&REQUEST=GetCapabilities , and the server cannot parse the request so return error.
Fix:
Fix the algorithm of generating url.