On Thursday, 25. April 2002 20:07, Matt Sergeant wrote: > Steve Willer and Jorg were both at one time working on being able to call
I was? Good to know :-) Sorry, I just fiddled with subrequests for authentication, I never actually ran the subrequest once I had my perly fingers on a $r object. OTOH, from what I recall, subrequests behave just fine, the only thing to be done would be someone recognizing and parsing a different URI prefix (like Matt suggested) or perhaps a match against http://my.host.name/ so it works automagically. Well, and of course, the "exit if I am a subrequest" issue. One thing to mind is, though, that you will get into deep troubles if your XSP or your taglibs touch $r in the wrong way; the request as a whole may fail in mysterious ways. For example, the Session plugin does a lot of trickery with $r, and it could lead to strange results if access privileges were changed in one of the subrequests. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
