You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/08 06:57:39 UTC

BugRat Report #86 - req.isSecure() returns false even for https

Report #86 Details

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: Sun JDK 1.3
   Operating System: Windows NT Workstation
   OS Release: 4.0
   Platform: x86

Synopsis: 
req.isSecure() returns false even for https

Description:
To find out if the request was invoked using the HTTPS protocol, I tried using req.isSecure(), it returns false in HTTPS.