Bug 317

Summary: server_data_manager.php: strtolower kills WMS servlets
Product: Chameleon Reporter: Bart van den Eijnden <bartvde@osgis.nl>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: CLOSED INVALID    
Severity: normal    
Priority: P2    
Version: 1.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ;)