Bug 40573 - SERVER_PORT_SECURE not set correctly
Summary: SERVER_PORT_SECURE not set correctly
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_isapi (show other bugs)
Version: 2.0-HEAD
Hardware: PC Windows XP
: P1 major with 1 vote (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-09-21 18:36 UTC by Matt Eaton
Modified: 2007-01-03 15:09 UTC (History)
0 users



Attachments
Patch against 2.0.59 (648 bytes, patch)
2006-09-21 18:38 UTC, Matt Eaton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Eaton 2006-09-21 18:36:54 UTC
The current code in 2.0/2.2/trunk does not set the SERVER_PORT_SECURE correctly.

When HTTPS is set to "on" then the mod_isapi code is supposed to set
SERVER_PORT_SECURE to 1. However, the code does not compare the string correctly.
Comment 1 Matt Eaton 2006-09-21 18:38:13 UTC
Created attachment 18896 [details]
Patch against 2.0.59

Trivial fix
Comment 2 William A. Rowe Jr. 2007-01-03 15:09:34 UTC
I concur...
http://svn.apache.org/viewvc?view=rev&revision=492341

Thanks for the submission!