Re: thttpd-2.24
From: Byron Sonne (blsonne_at_rogers.com)
Date: 11/10/03
- Previous message: methodic: "thttpd-2.24"
- In reply to: methodic: "thttpd-2.24"
- Next in thread: Nicob: "Re: thttpd-2.24"
- Reply: Nicob: "Re: thttpd-2.24"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 10 Nov 2003 02:50:56 -0500 To: methodic <methodic@libpcap.net>, vuln-dev@securityfocus.com
> hmm, i wonder where the first i in index.html went to? can anyone
> reproduce? thoughts?
My first hypothesis would be that an assumption is made; this assumption
being that the document/document path is always prefaced with a /.
If this '/' is always supposed to be present (i.e. by protocol or spec)
than one could assume it is not hugely relevant (it acts as a delimeter)
so somehwere some code eliminates it, and generalized it as simply
'remove the first character' instead of 'check for a slash and remove it
if present'.
-- For good, return good. For evil, return justice.
- Previous message: methodic: "thttpd-2.24"
- In reply to: methodic: "thttpd-2.24"
- Next in thread: Nicob: "Re: thttpd-2.24"
- Reply: Nicob: "Re: thttpd-2.24"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|