Ignore:
Timestamp:
2000-11-01T12:19:42+13:00 (24 years ago)
Author:
paynter
Message:

Resolve partial URLs like "phindcgi" and /cgi-bin/library" with respect to
the URL of the document containing the applet. Also lets us pass in extra
parameters to cgi scripts, which will let us keep the Greenstone settings
stored in the "e=...." argument to library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/client/ResultCanvas.java

    r1637 r1640  
    438438            try {
    439439            String address = phind.library_address
    440                 + "?a=d&c=" + phind.collection
     440                + "a=d&c=" + phind.collection
    441441                + "&d=" + item.rule;
    442442            url = new URL(address);
Note: See TracChangeset for help on using the changeset viewer.