Hi everyone,

I am wondering how to automatically create a user context.

My login will create a guest user if no parameters are passed.
How do I make a guest user without calling the auth-action?

Ie, to load this page....
   <map:match pattern="testpage">
    <map:act type="auth-protect">
     <map:parameter name="handler" value="protection-handler"/>
     <map:generate src="docs/test.xml"/>
     <map:transform src="resources/styles/2html.xsl"/>
     <map:serialize/>
    </map:act>
   </map:match>

I always have to perform a login with blank fields to generate the guest
user. How do I do this automatically?

JD


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to