On Sat, Jun 05, 2004 at 05:41:44PM -0400, Geoffrey Young wrote:
> cc'ing the modperl list for the benefit of all
> 
> Bruno De Fraine wrote:
> > Hello Geoffrey,
> > 
> > I'm having a problem with my server (Apache/1.3.29 (Debian GNU/Linux)
> > mod_perl/1.29) that got raised on the mod_perl list in 2001:
> > Apache::Registry HEAD request also return document body
> > http://gossamer-threads.com/lists/modperl/modperl/43829
> 
> yeah, it's broken.
> 
> > 
> > [And although it's considered harmless there, it is actually causing
> > data corruption with Mozilla, see
> > http://bugzilla.mozilla.org/show_bug.cgi?id=245447 if you're interested.]
> 
> wow, a HEAD request in the wild.  nice.

Just for general information, mozilla (and browsers based upon it)
always do a HEAD before a GET if the user does a right-mouse-click
menu "Save Link Target As..." or does a "Save Page As...". This
recently caused me headaches with some of my mod_perl scripts that
were returning broken responses to the HEAD request. 

Stephen Quinney


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to