search for: whateley

Displaying 5 results from an estimated 5 matches for "whateley".

Did you mean: chatelet
2007 Oct 23
4
Weird application/x-www-form-urlencoded bug
Hello, I experienced a weird bug today, while implementing an AtomPub server. I pasted all the story and bug details here : http://p.caboo.se/110125 It maybe be related to http://code.whytheluckystiff.net/camping/ticket/142 ... I am using - mongrel 1.0.1 - camping 1.5 Cheers, -- Simon Rozet <simon at rozet.name>
2007 May 19
2
RV permissions -- can''t park in my lot!
I''m trying to setup RV and cannot get it started. I keep getting: Permission Denied : /var/log/rv.log I''ve tried running it as root to test and also using www-data and chrgrp of rv.log to www-data. Here''s the output: nohup su -c "/usr/bin/ruby rv_harness.rb 3301 127.0.0.1 < /dev/null 2>&1 > /dev/null" www-data < /dev/null 2>&1 >>
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
...-diff > Size: 4911 bytes > Desc: not available > Url : http://rubyforge.org/pipermail/camping-list/attachments/ > 20070929/baa051db/attachment-0001.bin > > ------------------------------ > > Message: 2 > Date: Fri, 28 Sep 2007 19:23:57 -0600 > From: Brendan Taylor <whateley at gmail.com> > Subject: Re: PUT (and friends) bug? > To: camping-list at rubyforge.org > Message-ID: <20070929012357.GB29057 at nyarlathotep> > Content-Type: text/plain; charset="us-ascii" > > On Fri, Sep 28, 2007 at 03:22:23PM -0400, Nathaniel Talbott wrote: &...
2008 May 23
8
An issue for consideration
We''ve just come across an issue for consideration. I am avoiding some words which would allow people to find this message in an internet search who have questionable intentions, but wish to communicate a strong sense of caution. Consider someone who adds extra methods to their controller which they use in their main get/post methods to do things or to get secret data. Consider
2007 Nov 22
2
How many CRLFs between header and body?
Just ran into a problem[1]. It seems to have been introduced by changeset 224 [2], a fix for ticket 126 [3]. The root is the number of CRLFs Camping puts between the headers and the body of the response. This has changed at least 3 times; right now we''re back to 1. (ie. every header ends in a CRLF, and then there''s the body) The HTTP RFC[4], the CGI spec[5] and the FastCGI