Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11306 invoked from network); 18 Jun 2006 02:10:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jun 2006 02:10:05 -0000 Received: (qmail 44097 invoked by uid 500); 18 Jun 2006 02:09:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44084 invoked by uid 500); 18 Jun 2006 02:09:49 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44073 invoked by uid 99); 18 Jun 2006 02:09:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 19:09:49 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_YAHOO_RCVD,FROM_HAS_ULINE_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jun 2006 19:09:48 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Frmj5-0007KU-J8 for users@httpd.apache.org; Sun, 18 Jun 2006 04:09:23 +0200 Received: from c-69-255-36-42.hsd1.va.comcast.net ([69.255.36.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Jun 2006 04:09:23 +0200 Received: from m_d_berger_1900 by c-69-255-36-42.hsd1.va.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Jun 2006 04:09:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Mike - EMAIL IGNORED Date: Sat, 17 Jun 2006 22:09:14 -0400 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-69-255-36-42.hsd1.va.comcast.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] /my.html#mySection X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have seen in several browsers that requests such as http://www.xxx.net/my.html#mySection get to the server without the #mySection . The page is delivered and the #mySection is resolved locally by the browser, as would seem to be appropriate. Now my CGI does not know about #mySection. If it were to get a GET with the #mySection on it, it would throw an exception, and return a 403. This is exactly what just happened. The log line appears normal except for this. What should I make of this? I could strip off the #mySection in the CGI, and otherwise process normally. Is there some hidden threat here? Thanks for your advice. Mike. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org