Why not just fix Apache::Registry to be compliant?

        -----Original Message----- 
        From: Geoffrey Young [mailto:[EMAIL PROTECTED] 
        Sent: Thu 6/10/2004 8:55 PM 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: [ANNOUNCE] Apache::HEADRegistry 0.01
        
        

        The URL
        
        http://www.modperlcookbook.org/~geoff/modules/Apache-HEADRegistry-0.01.tar.gz
        
        has entered CPAN as
        
          file: $CPAN/authors/id/G/GE/GEOFF/Apache-HEADRegistry-0.01.tar.gz
          size: 5507 bytes
           md5: 252e7d6f2356e717adf24be4a54845eb
        
        
        from the README:
        
        NAME
        
        Apache::HEADRegistry - Apache::Registry drop-in for HEAD requests
        
        SYNOPSIS
        
        httpd.conf:
        
         PerlModule Apache::HEADRegsitry
        
         <Location /perl-bin>
            SetHandler perl-script
            PerlHandler Apache::HEADRegistry
        
            Options +ExecCGI
            PerlSendHeader On
         </Location>
        
        DESCRIPTION
        
        Apache::HEADRegistry is a drop-in for Apache::Registry that
        properly handles HEAD requests.  Currently, Apache::Registry
        incorrectly handles HEAD requests - it acts as though they are
        GET requests, returning both the headers and content.  So, not
        only does represent a way in which mod_cgi and Apache::Registry
        are different, but Apache::Registry is not RFC compliant and
        causes trouble with some modern browsers.  This module attempts
        to correct the wrong in Apache::Registry by intercepting headers
        much in the way that mod_perl does, but then respecting the value
        of $r->header_only.
        
        
        --
        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