http-only cookies

2009-01-07 Thread Diego Armando Gusava
Http-Only is support Tomcat 6? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
k". But the data transfer from client browser to tomcat will be still a plain text. i want to encrypt this and obviously i need to use https. So how to combine both and how tomcat wil help me doping this?? 2009/1/6 Mark Thomas : > Gregor Schneider wrote: >> On Tue, Jan 6, 2009 at

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
if i try /login/login.jsp work, but when i try an action and has restrict access, and havent user logged, tomcat redirect to login page with http !!! 2009/1/6 Caldarale, Charles R : >> From: Diego Armando Gusava [mailto:diegogus...@gmail.com] >> Subject: Re: j_se

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
no man, example, email when u login, your username and password will be transport https, but after that, you are in http! u dont need https because, you are only reading messages(emails) 2009/1/6 Caldarale, Charles R : >> From: Diego Armando Gusava [mailto:diegogus...@gmail.com] >>

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
t " secure transport mechanism (HTTPS)" how can i do it? 2009/1/6 Diego Armando Gusava : > let me explain > > when i try to access mySecurePath for example, tomcat show me a login > page with https but after that i dont need for example be with https, > because i only

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
let me explain when i try to access mySecurePath for example, tomcat show me a login page with https but after that i dont need for example be with https, because i only need to send protected username and password. i want to only need login.jsp with https!! 2009/1/6 Pid : > Diego Arma

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
i dont know how to request j_security_check on https! i attemped http://wiki.apache.org/tomcat/SSLWithFORMFallback but didnt work /login.do /login/loginError.jsp tomcat redirect to Http! c