| Subject: | Re: [Carbon-dev] Skip authentication for jsps | |
|---|---|---|
| From: | Nuwan Bandara (nuw...@wso2.com) | |
| Date: | Aug 30, 2011 6:38:29 pm | |
| List: | org.wso2.carbon-dev | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Dimuthu Leelarathne | Aug 30, 2011 6:52 am | |
| Nuwan Bandara | Aug 30, 2011 6:38 pm |
| Subject: | Re: [Carbon-dev] Skip authentication for jsps | |
|---|---|---|
| From: | Nuwan Bandara (nuw...@wso2.com) | |
| Date: | Aug 30, 2011 6:38:29 pm | |
| List: | org.wso2.carbon-dev | |
Hi Dimuthu,
You can add, <component> <framework-configuration> <bypass> <authentication> <link>/index.jsp</link> </authentication> </bypass> </framework-configuration> ...... </component>
inside component.xml; we have done that in dashboard.ui pages.
Regards, /Nuwan
On Tue, Aug 30, 2011 at 7:22 PM, Dimuthu Leelarathne <dimu...@wso2.com>wrote:
Hi,
Does anyone know how to skip authentication for a set of jsps that doesn't have a menu item (other than modifying CarbonSecuredHttpContext) ?
The component.xml has <skip-authentication></skip-authentication> inside menu.
thanks, dimuthul
_______________________________________________ Carbon-dev mailing list Carb...@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
-- *Thanks & Regards,
Nuwan Bandara Senior Software Engineer WSO2 Inc. | http://wso2.com lean . enterprise . middleware
_______________________________________________ Carbon-dev mailing list Carb...@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

