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/11/17 19:47:41 UTC

BugRat Report #407 has been filed.

Bug report #407 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/407>

REPORT #407 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: java version "1.3.0beta_refresh
   Operating System: Linux
   OS Release: Red Hat Linux release 7.0 (Guinness)
   Platform: i386

Synopsis: 
sendRedirect does not work with HTTPS

Description:
It seems that response.sendRedirect(rel-path) does no
work properly with HTTPS, because http is used as scheme 
instead of https.  request.getScheme() returns
http instead of https even if it is a https request.

Robert Buessow
buessow@novedia.de