You did read: http://www.aerialbear.com/cocoon/documents/developing/webapps/authentication.html (search for subsitemap) ?
Gautam Ganguly wrote:
hi Leon,
I tried that,but that creates a totally new security handler,which
takes me through the whole login process again.The docs talk about
accessing the parent sitemaps handler in the sub-sitemap,but i haven't
seen any examples yet,as to how to do that.Anything else...?
But still, i thank you for your suggestion and your time.
regards,
Gautam
I think you need to define the authentication manager in the[EMAIL PROTECTED] 04/18/04 01:30PM >>>
sub-sitemap also.
Leon
Gautam Ganguly wrote:
needhi 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
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
