Ticket Change Details
Not logged in
Overview

Artifact ID: 85ac932aff45de5925657f1d48869e1e0dae70c6
Ticket: e95f7c93370be8c868958b48c8c4bf94ef9d0f46
HTTPS CGI variable might be "ON", not "on".
User & Date: anonymous 2011-05-08 13:07:14
Changes

  1. comment changed to:
    The Jetty web server sets the CGI HTTPS environment variable to 'ON', not 'on' like other web servers. This breaks redirects as fossil gets the base URL wrong.
    
    Changing line 811 of main.c to
    
        if( strcmp(zMode,"on")==0 || strcmp(zMode,"ON")==0 ){
    
    solves the problem.
    
  2. foundin changed to: "047e06193b"
  3. private_contact changed to: "50da7412b8b802b1c9f7ddc204270d069d3c2e2b"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to: "HTTPS CGI variable might be "ON", not "on"."
  7. type changed to: "Code_Defect"