Re: WARP + SSL + request.isSecure() & request.getScheme()

2002-07-08 Thread @Basebeans.com
Subject: Re: WARP + SSL + request.isSecure() & request.getScheme() From: "Sebastian Millies" <[EMAIL PROTECTED]> === If the problem is not a configuration mistake, but a connector bug (in that it is not passing the correct information to Tomcat), you could perhaps base all y

WARP + SSL + request.isSecure() & request.getScheme()

2002-07-08 Thread zaid haque
Hi All, I have a problem of using request.isSecure() & request.getScheme()with Apache connected to Tomcat through WARP Connection. Actually it doesn't work as it was intended. When I use request.isSecure() & request.getScheme()in the servlet/JSP running under SSL, it suppose to give true & https