https://bz.apache.org/bugzilla/show_bug.cgi?id=60750
Christopher Schultz <ch...@christopherschultz.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #19 from Christopher Schultz <ch...@christopherschultz.net> --- Tomcat 7.0.76 chokes on this JSP in the way that qixiaobo...@gmail.com has described. Here are the TCP responses from Tomcat 7 captured using Wireshark: Packet 1: 0000 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d HTTP/1.1 200 OK. 0010 0a 53 65 72 76 65 72 3a 20 41 70 61 63 68 65 2d .Server: Apache- 0020 43 6f 79 6f 74 65 2f 31 2e 31 0d 0a 53 65 74 2d Coyote/1.1..Set- 0030 43 6f 6f 6b 69 65 3a 20 4a 53 45 53 53 49 4f 4e Cookie: JSESSION 0040 49 44 3d 41 32 31 46 37 43 44 39 30 33 42 45 30 ID=A21F7CD903BE0 0050 38 45 32 43 33 35 31 45 33 36 44 46 39 37 33 41 8E2C351E36DF973A 0060 45 45 43 3b 20 50 61 74 68 3d 2f 65 78 61 6d 70 EEC; Path=/examp 0070 6c 65 73 3b 20 48 74 74 70 4f 6e 6c 79 0d 0a 43 les; HttpOnly..C 0080 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 74 65 78 ontent-Type: tex 0090 74 2f 68 74 6d 6c 3b 63 68 61 72 73 65 74 3d 49 t/html;charset=I 00a0 53 4f 2d 38 38 35 39 2d 31 0d 0a 54 72 61 6e 73 SO-8859-1..Trans 00b0 66 65 72 2d 45 6e 63 6f 64 69 6e 67 3a 20 63 68 fer-Encoding: ch 00c0 75 6e 6b 65 64 0d 0a 44 61 74 65 3a 20 46 72 69 unked..Date: Fri 00d0 2c 20 31 37 20 4d 61 72 20 32 30 31 37 20 31 34 , 17 Mar 2017 14 00e0 3a 33 35 3a 35 32 20 47 4d 54 0d 0a 0d 0a 32 30 :35:52 GMT....20 00f0 0d 0a 54 68 65 20 66 69 72 73 74 20 63 68 75 6e ..The first chun 0100 6b 20 73 68 6f 75 6c 64 20 62 65 20 68 65 72 65 k should be here 0110 2e 0a 0d 0a .... Packet 2: 0000 32 32 0d 0a 0a 54 68 65 20 73 65 63 6f 6e 64 20 22...The second 0010 63 68 75 6e 6b 20 73 68 6f 75 6c 64 20 62 65 20 chunk should be 0020 68 65 72 65 2e 0a 0d 0a here.... The only data exchange after Packet 2 above are TCP control packets... no actual data. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org