Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 14036 invoked from network); 25 Sep 2003 12:13:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Sep 2003 12:13:11 -0000 Received: (qmail 87469 invoked by uid 500); 25 Sep 2003 12:13:03 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 87430 invoked by uid 500); 25 Sep 2003 12:13:02 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 87413 invoked from network); 25 Sep 2003 12:13:02 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 25 Sep 2003 12:13:02 -0000 Received: (qmail 16162 invoked by uid 65534); 25 Sep 2003 12:13:01 -0000 Received: from p5092780D.dip.t-dialin.net (EHLO wstst06) (80.146.120.13) by mail.gmx.net (mp005) with SMTP; 25 Sep 2003 14:13:01 +0200 X-Authenticated: #1766531 Date: Thu, 25 Sep 2003 14:12:18 +0200 From: =?ISO-8859-1?Q?G=FCnter_Knauf?= Reply-To: =?ISO-8859-1?Q?G=FCnter_Knauf?= To: trawick@attglobal.net Cc: dev@httpd.apache.org Subject: Re: URLs containing colon: Win32 vs. Linux Message-ID: References: <3F72CA65.4080700@attglobal.net> X-Mailer: AK-Mail 3.5 [ger] (registered, single user license) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Jeff, > Does anybody have a quick answer, like "can't have colon anywhere in uri > path" or "we're busted" or something else? > URL is http://127.0.0.1:8080/dobedobedo;session=0:0 > dobedobedo doesn't really exist > Apache 2.0.47 on Win32: > -> 403 (no reason logged) > Apache 2.0.47 on Linux: > -> 404 Apache 2.0.47 on NetWare: -> 403 nothing in error log; access log shows: 1.2.3.4 - - [25/Sep/2003:14:08:01 +0200] "GET /dobedobedo;session=0:0 HTTP/1.1" 403 393 Guenter.