Bug 317 - server_data_manager.php: strtolower kills WMS servlets
: server_data_manager.php: strtolower kills WMS servlets
Status: CLOSED INVALID
: Chameleon
Widget
: 1.1
: PC Windows 2000
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-03-19 09:12 by
Modified: 2004-06-23 21:00 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-03-19 09:12:24
When a WMS server is added through server_data_manager, all URL's are set to 
lowercase, i.e for instance in addServer:

$szLowercaseURL = strtolower( $szURL );

This kills the functionality as the OnlineResource will not be reached anymore 
if your WMS is e.g. a Java servlet with mixed case. Also on Unix this can cause 
problems.
------- Comment #1 From 2004-03-19 11:54:12 -------
Also, the values of the parameters in a WMS URL are case sensitive... only the
parameter names are not.
------- Comment #2 From 2004-03-22 04:01:25 -------
Sorry guys, this bug was caused by a change done by one of our programmers.
------- Comment #3 From 2004-06-23 21:00:43 -------
closing this currently a none issue with chameleon ;)