vopdcteam team mailing list archive
-
vopdcteam team
-
Mailing list archive
-
Message #00042
[Bug 652824] [NEW] wrong path to lib in package's example
Public bug reported:
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>
** Affects: websampconnector
Importance: Undecided
Status: New
--
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: New
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>
Follow ups
References