Raghu Kanchustambham wrote:
Hi,
Shouldnt session.invalidate() log me out?
request.getSession().invalidate();
try {
response.sendRedirect("home.jsp");
} catch (IOException e) {
e.printStackTrace();
}
I am using JAAS Basic authentication on tomcat. When the above code is
executed and the redirec
Good Afternoon-
Scrounging the jaas mail -lists I found this from Jan Bertel
you haven't specified a
element in the element of your web.xml file.
So, if you want to avoid the exception, you can just specify a
that is the same as your jboss-web.xml
element minus the java:jaas prefix.
(excerp
2 matches
Mail list logo