In particular, what happens if you add the extra match <map:match type="request-parameter" pattern="userid"> into your simplified "authenticate" pipeline above?
<map:match pattern="authenticate"> <map:match type="request-parameter" pattern="userid"> <map:generate src="/tmp/authenticate.xml" /> <map:serialize type="xml" /> </map:match> </map:match>
Authentication works. But the same file is being used of course (/tmp/authenticate.xml), so it should work.
Cheers, Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Andre H. Juffer | Phone: +358-8-553 1161
The Biocenter and | Fax: +358-8-553-1141
the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland | WWW: www.biochem.oulu.fi/Biocomputing/--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
