vopdcteam team mailing list archive
-
vopdcteam team
-
Mailing list archive
-
Message #00043
[Bug 652824] Re: wrong path to lib in package's example
Thx for reporting this bug. The URL has been changed in
http://vo.imcce.fr/webservices/wsc/lib/websampconnector.js, but I forgot
to update the script in this release. It will be fixed asap.
** Changed in: websampconnector
Importance: Undecided => High
** Changed in: websampconnector
Assignee: (unassigned) => JBerthier (berthier)
** Changed in: websampconnector
Status: New => Confirmed
--
wrong path to lib in package's example
https://bugs.launchpad.net/bugs/652824
You received this bug notification because you are a member of VO-PDC
Team, which is subscribed to WebSampConnector.
Status in VO-PDC WebSampConnector: Confirmed
Bug description:
In latest WSC tgz package, when running
http://localhost/WebSampConnector-1.5/example/example.html
one gets the following popup warning:
---------------------------------------------------
Error: the WebSampConnector namespace is undefined.
Load websampconnector.js before this script.
---------------------------------------------------
looking further in source code, it appears that the following link is not
accessible any more:
<script type="text/javascript" src="http://vo.imcce.fr/webservices/samp/lib/websampconnector.js"></script>
replacing with the following works.
<script type="text/javascript" src="../lib/websampconnector.js"></script>
References