hi all,
  I am using cocoon-2.1.2.
  This is how the main-sitemap looks like:

<map:sitemap .....
....
....
  <map:component-configurations>
  <authentication-manager>
    <handlers>
      <handler name="Securityhandler">
        <redirect-to uri="cocoon:/login.html"/>
        <authentication uri="cocoon:raw:/db-auth-func"/>
      </handler>
   </handlers>
  </authentication-manager>
  </map:component-configurations>

The auth-protect does everything as the doc says.

But in the sub-sitemap,which handles the child-webapp..i have the need
to access the authentication context info of the current logged in
user.On putting the auth-protect action in the sub-sitemap,the
sub-sitemap 
keeps saying "Unknown handler to check:Securityhandler"

This is how the sub-sitemap looks like:
<map:sitemap...
   <map:pipeline>
       <map:match pattern="*.html">
             <map:act type="auth-protect">
        <map:parameter name="handler" value="Securityhandler"/> 
            <map:match pattern="index.html">
              <map:call resource="show-page">
                 <map:parameter name="filename" value="index"/>
                 <map:parameter name="full-filename" value="index"/>
               </map:call>
              </map:act>
              <!-- something was wrong, redirect to login page -->
        <map:redirect-to uri="context://Mainapp/login.html"/>
            </map:match>
     </map:match>
</map:pipeline>

If someone could help me,as to how this can be done..i would highly
appreciate that.

with regards,
Gautam


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

Reply via email to