[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1041: -d0 causes different application behavior
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1041: -d0 causes different application behavior |
Date: |
Wed, 18 Sep 2013 17:32:47 -0000 |
#1041: -d0 causes different application behavior
-----------------------+----------------------------------------------------
Reporter: mario | Owner:
Type: defect | Status: reopened
Priority: critical | Milestone: 4.9.0
Component: unknown | Version: 4.8.x
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment(by andyjpb):
{{{
cd /tmp; mkdir -p web/x; echo "hi" >> web/x/hello.txt; sudo chown -R
root.root web/x; sudo chmod 755 web/x; sudo chmod 600 web/x/hello.txt; csi
-e '(use spiffy) (start-server)';
}}}
In another shell:
{{{
curl -v http://localhost:8080/x/hello.txt
}}}
I get a 200 response and then the text "HTT". The server throws and
exception.
I was expecting a 403.
In my original case (for which I was trying to make a simple repro) I was
getting a 403 but the HTTP connection was getting wedged.
Spiffy 5, Chicken 4.7.0.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1041#comment:7>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #1041: -d0 causes different application behavior,
Chicken Trac <=