[Reference:<_A2968@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en
[DeleGate-En] Re: java redirect with AUTHORIZER
In message <_A2968@delegate-en.ML_> on 06/04/05(01:34:26)
you "James Brooks" <ppufqbdyi-mxhgu4zar33w.ml@delegate.org> wrote:
|Here is the fix I have found so far:
|delegate -f -v -P81 ADMIN="admin@berea.." RELAY=proxy,delegate:*:*:*
|PERMIT="http:firstsearch.oclc.org/*:*"
|PERMIT="http:www.berea.edu:www.berea.edu" MOUNT="/WebZ/*
|http://firstsearch.oclc.org/WebZ/*" AUTHORIZER=ftp.berea.edu/21
|
|So then I mounted the /WebZ/* part of the url on the return as
|http://firstsearch.oclc.org/WebZ/*
|This seems to work fine, but it will only work if the returning java
|script has WebZ returned. Is there a better work around?
A URL in a response messasge which matches with a right-hand URL
pattern of a MOUNT parameter will be rewritten. A URL which not
matches any of such pattern will not be rewritten.
So you need to add a MOUNT to cover any URL pattern in a response
messeage to be rewritten.
MOUNT="/X/* http://serverA/X/*"
MOUNT="/Y/* http://serverA/Y/*"
MOUNT="/Z/* http://serverA/Z/*"
...
But it is natural and easy in usual to make a single MOUNT onto
the top of the server like this.
MOUNT="/A/* http://serverA/*"
|Now the url:
|http://www.berea.edu:81/-_-http://firstsearch.oclc.org/done=referer;dbna
|me=WorldCat;FSIP
|works with above fix and even uses AUTHORIZER...
Sorry but I could not understand what this means. Why you see /-_-
with explicit MOUNT ?
Cheers,
Yutaka
--
D G Yutaka Sato <pfqcabdyi-mxhgu4zar33w.ml@delegate.org> http://delegate.org/y.sato/
( - ) National Institute of Advanced Industrial Science and Technology
_< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan
Do the more with the less -- B. Fuller
|