You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/08/26 22:53:57 UTC

DO NOT REPLY [Bug 49832] New: void ap_custom_response is not supporting the binary data

https://issues.apache.org/bugzilla/show_bug.cgi?id=49832

           Summary: void ap_custom_response is not supporting the binary
                    data
           Product: Apache httpd-2
           Version: 2.2.14
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: amitgandotra02@gmail.com


void ap_custom_response (request_rec *r, int status, char *string);

If we need to creat a custome respons with some binary data (for example gif
file) then in that case the third arguement should take the binary stream. But
this is not taking the binary data as third arguement and hence end web client
(browser) is not showing the binary data.

Moreover, content type is always Text/html and content length is seeting wiht
incorrect value

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 49832] void ap_custom_response is not supporting the binary data

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49832

Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.2.14                      |2.3-HEAD
         OS/Version|Windows Server 2003         |All

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 49832] void ap_custom_response is not supporting the binary data

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49832

Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org