Hi,
 
We have an action with a statement:
SessionContext sessioncontext = (SessionContext)session.getAttribute("org.apache.cocoon.webapps.authentication.SessionContext");
 
//then from the session context we read authentication xml:

NodeList nodelist = sessioncontext.getNodeList("/demohandler/authentication");

Which worked in cocoon 2.1.dev version..

but not in cocoon 2.1.3 dev.

I think , the following string has changed.."org.apache.cocoon.webapps.authentication.SessionContext"
Anybody knows what is the new string..?
 
Any help is welcome.
 
From,
iyyappan
 

Reply via email to