tclhttpd

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: 2115c1e6553d17b6d9d2398e38dc80fe190616c1e77ba2f83211bfd8a03adf06
Ticket: a51d9ca89aa0443ce907ad89023d72f84bba81f9
Error in tclhttpd, mini1.1.tcl file
User & Date: anonymous 2019-06-03 13:56:23
Changes

  1. foundin changed to: "ffc189660f"
  2. icomment:
    Looking at mini1.1.tcl in tclhttpd (https://core.tcl.tk/tclhttpd/dir?ci=ffc189660f15a776&name=bin/mini), search the the line: 
    
        append data(mime,$data($key)) " " $value 
    
    it should be 
        append data(mime,$data(key)) " " $value 
    
    From Ralf Fassel: Looks like an obvious copy/paste error to me (data(key) is set in the first branch as a lookup-cache for the second branch).
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "3010a758e9cda4cc2dc3eda98e1142ce5e951b01"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Error in tclhttpd, mini1.1.tcl file"
  9. type changed to: "Code_Defect"