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 2005/09/01 00:19:55 UTC

DO NOT REPLY [Bug 36451] New: - chunked Transfer-Encoding forbidden

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36451>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36451

           Summary: chunked Transfer-Encoding forbidden
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: vitaliy.okulov@gmail.com


Hi all. I think i found some little bug.
1 of my client use midlet program to comunicate with some php script at my 
server by POST method. 
This Java program connect to my Apache 1.3.33 web server & get 411 error.
In my logs I get "chunked Transfer-Encoding forbidden" & thats all.
When i dump tcp packets to 80 port from IP of my client i see that there is no 
Content-Length field in request. Thats why, i think, my client get 411 error.
But the same php script & java client program perfectly work at apache 2.0.50 
server.
There is phpinfo from my server:
http://mms2u.ru/a.php
And from my client ex-server:
http://mms2you.ru/a.php

Also i try to test same java program at my homebox. With default apache 2.0.54 
there is no problem and with apache 1.3.33 problem still exist.
There is acess & error logs:

my test homebox apache 2.0.54 server:
10.0.15.8 - - [01/Sep/2005:02:08:30 +0400] "POST http://test/chat/index.php 
HTTP/1.1" 200 35536 "-" "Chat Reader 0.38"

my test homebox apache 1.3.33 server:
[Thu Sep 01 01:53:02 2005] [error] [client 10.0.15.8] chunked Transfer-Encoding 
forbidden: /chat/index.php
10.0.15.8 - - [01/Sep/2005:01:53:02 +0400] "POST http://test/chat/index.php 
HTTP/1.1" 411 357

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

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