Is it possible to have a page in the Xwiki visible and viewable to the "public" that is not under the control of the custom authentication class defined in the config?
Currently, I have a JSP file that collects user credentials that are placed in the HTTP session used for login. However, when the user is authenticated and redirected to the /xwiki web application those session values are no longer there so the Xwiki just loops back to the JSP file looking for credentials. What I would like to do is have something like /xwiki/public/login where the user is prompted to enter their credentials which is then processed by the custom authentication and sends the user to /xwiki/private. By setting the xwiki.authentication.authclass to a custom authentication class... it seems like it is an all or nothing approach to where I cannot have a subset of pages open to the public. -- View this message in context: http://xwiki.475771.n2.nabble.com/Public-pages-within-a-secured-private-Xwiki-app-with-custom-authentication-tp7581393.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

