|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 50 | minor | always | 03-23-05 00:00 | 02-02-06 18:13 | |
|
|
|||||
| Reporter: | sam | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | 3.0.12 | Resolution: | fixed | ||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.17 | ||
|
|
|||||
| Summary: | 0000050: HttpProxyServlet POST to IIS | ||||
| Description: |
RSN-41 (rep by J Banister) Using the HttpProxyServlet to proxy to IIS, a GET works fine but a POST does not work. Even a very small example, posting only one parameter with a small page for the response does not work. 500 Servlet Exception java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at com.caucho.vfs.VfsStream.read(VfsStream.java:157) at com.caucho.vfs.ReadStream.read(ReadStream.java:355) at com.caucho.vfs.HttpStream.readInt(HttpStream.java:487) at com.caucho.vfs.HttpStream.read(HttpStream.java:428) at com.caucho.vfs.ReadStream.readBuffer(ReadStream.java:839) at com.caucho.vfs.ReadStream.writeToStream(ReadStream.java:739) at com.caucho.servlets.HttpProxyServlet.handleRequest(HttpProxyServlet.java:182) at com.caucho.servlets.HttpProxyServlet.service(HttpProxyServlet.java:135) at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:1 13) at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:177) at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:177) at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:221) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263) at com.caucho.server.port.TcpConnection.run(TcpConnection.java:331) at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:464) at com.caucho.util.ThreadPool.run(ThreadPool.java:408) at java.lang.Thread.run(Thread.java:534) |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||