reason why your key is not working properly ?
Thanks
Dhiraj Ramakrishnan
On 11/8/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Michael Casale [mailto:[EMAIL PROTECTED]
> Subject: SSL not working on Tomcat
>
> I'm struggling through setting up Tomcat with SS
Hi ,
How is the url mapping for the servlet in the web.xml? it should not
include /myContext in the url mapping.
The servlet url mapping in the web.xml should only be for
/somePath/MyServlet
What do you get when you just type in
https://localhost:8443/myContextPath ?
Hope that h
details are
getting logged in the database.
Please let me know if you have any other ideas
Thanks
Dhiraj Ramakrishnan
On 8/11/06, David Smith <[EMAIL PROTECTED]> wrote:
A little googling confirmed my earlier suspicion. The 401 response
contains the error page. This is why you can'
being called after the authentication is
done, that is only if it is a valid user the filter is being called.
The filter is not called at all in case the authentication has failed.
Any ideas on this problem will be much appreciated.
Thanks
Dhiraj Ramakrishnan
/unsecured/ UnAuthenticatedErrorServlet
it still shows up the dialogue box though i have explicitly stated that it
shouldnot authenticate for this URL
Please let me know your ideas on this. Any other suggestions are also
welcome.
Thanks
Dhiraj Ramakrishnan
for X's password from
'SUPERUSER'.
Is it possible to have such a behaviour within TOMCAT ? One of the
easiest ways is to subsitute the user principal with 'X' once such a request
for impersonation comes in.
What are the other ways in which i could induce such a behaviour ?
Thanks & Regards,
Dhiraj Ramakrishnan
HI,