Re: Authentication Memcached + Tomcat

2014-11-02 Thread Igor Cicimov
On 01/11/2014 6:52 AM, Nilson Uehara nilueh...@gmail.com wrote: I'm testing Memcached to implement failover on my Tomcat servers. Is there any way of implementing security by user / password? From what I can see here

Re: From HTTP to HTTPS request.getHeader(referer)

2014-11-02 Thread Léa Massiot
Hello Mark, Chris and Terence. Thank you for your answers. After reading them and observing a few things I realized that my problem is not exactly the one I described at first. Christopher Schultz-2 wrote The Referer is going to be the URL that was showing in the web browser when the user

Re: From HTTP to HTTPS request.getHeader(referer)

2014-11-02 Thread Léa Massiot
Léa Massiot wrote Before I tried to make the webapp work with HTTPS, I was always using calls like these: -- response.sendRedirect(example1.jsp); -- Last

Re: From HTTP to HTTPS request.getHeader(referer)

2014-11-02 Thread Léa Massiot
Hi again. It looks like sendRedirect() is working if I pass it a HTTPS URL as an argument: - String s_prov = request.getScheme() + :// + request.getServerName() + request.getContextPath() + / + example1.jsp;

Re: Unable to disable SSL in Tomcat 6 !

2014-11-02 Thread Utkarsh Dave
Hi Chris, Yes. openssl s_client succeeds (displays no exception) when I have sslProtocols=TLSv1 set? The latest releases of our project uses Tomcat 7, but to support older releaes we may not upgrade from Tomcat 6 to 7. Is there any other way to disable SSL in Tomcat 6. -Utkarsh On Sun, Nov 2,

Re: Unable to disable SSL in Tomcat 6 !

2014-11-02 Thread Hassan Schroeder
On Sun, Nov 2, 2014 at 10:09 AM, Utkarsh Dave utkarshkd...@gmail.com wrote: Is there any other way to disable SSL in Tomcat 6. How many ways do you need? The process described in this thread works as indicated with 6.0.37. -- Hassan Schroeder