Bug 21765 - wrong paths on debug tool
Summary: wrong paths on debug tool
Status: RESOLVED FIXED
Alias: None
Product: Xindice
Classification: Unclassified
Component: Driver: embed (show other bugs)
Version: cvs head (1.1)
Hardware: Macintosh All
: P3 minor
Target Milestone: ---
Assignee: Xindice Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 13:48 UTC by jason lane
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jason lane 2003-07-21 13:48:24 UTC
Paths on the debug tool are broken, at the moment it reads

http://127.0.0.1:8080/Xindice?/db

were as it should be

http://127.0.0.1:8080/Xindice/?db
Comment 1 Dave Viner 2003-08-06 17:36:14 UTC
using jetty, i can navigate to http://127.0.0.1:8888/xindice?/db or
http://127.0.0.1:8888/xindice?/db//system without a problem.  

why should it point to /xindice/ instead of /xindice?  i believe that the
servlet name is "/xindice", right?

dave
Comment 2 Vadim Gritsenko 2003-12-11 15:42:48 UTC
'/xindice' is a context name, and under this context, xindice servlet is mapped
to the '/'.

While it works ok in Jetty, I can imagine that this might fail in some other
obscure environment. I'd changed URL to be /xindice/?/db, which should work
everywhere.

Fixed in CVS.