Bug 253

Summary: [SectStudio]Not opening context from local installation and local brower
Product: MapLab Reporter: Normand Savard <nsavard@mapgears.com>
Component: SECT (Studio)Assignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: NEW    
Severity: normal    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2004-02-26 14:57:26
Not opening context from local installation when Web server path is set to
"localhost" instead of the IP address in "cwc2.xml" and the browser is started
on the local host.

I clicked on "Open Context" and select a local or remote context file.  I than
clicked "Ok".  The "Upload Map Context" or "Map Context URL:" entry is erased.

Since the browser is started from the same computer as chameleon installation it
should work.

PHP:
None

JavaScript console:
Error: uncaught exception: Permission denied to get property Window.OpenContextCB

Apache:
None
------- Comment #1 From 2004-02-26 15:07:57 -------
localhost is evil and often causes all sorts of problems, I would recommend
using IP addresses instead (the machine's real IP, or 127.0.0.1)