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 [EMAIL PROTECTED]Title: BugRat Report # 407
BugRat Report # 407
Project: Tomcat | Release: 3.1 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: serious |
Confidence:
public
|
Submitter:
_Anonymous ( [EMAIL PROTECTED] )
Date Submitted:
Nov 17 2000, 12:47:41 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- sendRedirect does not work with HTTPS
- Environment: (jvm, os, osrel, platform)
- java version "1.3.0beta_refresh, Linux, Red Hat Linux release 7.0 (Guinness), i386
- Additional Environment Description:
- Report 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 [EMAIL PROTECTED]
- Workaround:
- null