DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Filip Hanik changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #41 from Jerome Louvel 2009-08-22 03:52:06 PDT --- Filip, I do confirm your conclusion and was able to fix the underlying issue introduced in Restlet 2.0 code base. Thanks for helping us spotting this bug. I wish I wouldn't

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #40 from Jerome Louvel 2009-08-17 10:38:00 PDT --- Thanks guys for all the tests (including Restlet code) and additional info. I'm busy right now but will try to get to by next week. Please keep this issue open a bit more. C

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #39 from Mark Thomas 2009-08-16 22:03:13 BST --- Whlist Filip has been looking at Jerome's test case, I have been looking at Holger's and I am seeing similar results. I can only reproduce the error when using 127.0.0.1. This

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #38 from Filip Hanik 2009-08-06 12:07:32 PDT --- (In reply to comment #10) > The problem still exists up to and including version 6.0.19. > But it can be avoided by setting HTTP 1.1 Header 'Connection: close'. > > Also, It se

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Filip Hanik changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #37 from Fili

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #36 from Filip Hanik 2009-08-06 09:34:04 PDT --- (In reply to comment #35) > Thanks for investigating. This is weird. Note that the same application > deployed in Jetty doesn't have any issue. > > Maybe Tomcat mixes up the me

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #35 from Jerome Louvel 2009-08-06 08:47:35 PDT --- Thanks for investigating. This is weird. Note that the same application deployed in Jetty doesn't have any issue. Maybe Tomcat mixes up the method name in some cases? -- C

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #34 from Filip Hanik 2009-08-06 08:45:39 PDT --- turned on access logging, shows the same 192.168.3.98 - - [06/Aug/2009:09:39:44 -0600] GET /Bug843/hello?c=222 HTTP/1.1 400 345 - GET tomcat-exec-9 GET request returns a 400

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #33 from Filip Hanik 2009-08-06 07:06:59 PDT --- Created an attachment (id=24110) Debug output from application hi Jerome, I did a few modifications 1. I added a counter to Jmeter so I could see a diff between the request >?

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #32 from Filip Hanik 2009-08-06 06:02:16 PDT --- (In reply to comment #31) > Hi Filip, > > If you look at the source code in HelloWorldResource.java, you will see that > "ERROR (2)" is displayed by the PUT method "store()" an

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #31 from Jerome Louvel 2009-08-06 00:16:42 PDT --- Hi Filip, If you look at the source code in HelloWorldResource.java, you will see that "ERROR (2)" is displayed by the PUT method "store()" and not the GET method "represent

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #30 from Filip Hanik 2009-08-04 13:34:18 PDT --- Created an attachment (id=24101) Wireshark output for a request that went wrong Jerome, I ran your load test. I'm not very familiar with what the app does, so maybe you can hel

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #29 from Filip Hanik 2009-07-29 07:51:42 PST --- Awesome Jerome, I will take a look at this early next week! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Jerome Louvel changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #28 from Jerom

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #27 from Jerome Louvel 2009-07-28 14:13:30 PST --- When running the load test, the console will log access messages. If you look carefully, you will see error lines like this: INFO: 2009-07-2823:01:20127.0.0.1

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #26 from Jerome Louvel 2009-07-28 14:11:54 PST --- Created an attachment (id=24055) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24055) Full project WAR The WAR also includes the source code -- Configure b

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #25 from Jerome Louvel 2009-07-28 14:09:12 PST --- Created an attachment (id=24054) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24054) Eclipse project to reproduce the issue This is a standalone Eclipse pro

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #24 from Jerome Louvel 2009-07-28 14:06:26 PST --- Created an attachment (id=24053) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24053) JMeter TestPlan and input file to reproduce the issue Remember to adjus

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #23 from Jerome Louvel 2009-07-28 13:42:44 PST --- Hi Filip, Yes, I can help you reproducing the issue. I've been using JMeter for the load testing and a Restlet application (WAR) on the server-side. Let me try to wrap e

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Jerome Louvel changed: What|Removed |Added CC||jerome.lou...@noelios.com --

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #22 from Filip Hanik 2009-07-24 12:54:06 PST --- (In reply to comment #19) > Some Restlet users encountered a very similar issue: their sometimes get > requests with an empty content (the POST/PUT entity is somehow lost).

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #21 from Filip Hanik 2009-07-24 12:52:43 PST --- Created an attachment (id=24034) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24034) Output from wireshark, shows no body Same with an example from Wireshark,

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Filip Hanik changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #20 from Fi

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #19 from Jerome Louvel 2009-07-24 10:00:31 PST --- Some Restlet users encountered a very similar issue: their sometimes get requests with an empty content (the POST/PUT entity is somehow lost). I was able to reproduce the

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #18 from Filip Hanik 2009-06-09 09:25:21 PST --- Thank you, I will take a look today! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #17 from holger.sch...@tsi-mms.de 2009-06-09 00:23:03 PST --- I forgot to descirbe the settings I used. This is what I changed in the server.xml: and in CometObserver.java I set the CometEvent.setTimeout() to 10

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 holger.sch...@tsi-mms.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #15 from holger.sch...@tsi-mms.de 2009-05-28 12:35:08 PST --- Created an attachment (id=23725) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23725) testcase maven2 project -- Configure bugmail: https://issues.

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #14 from holger.sch...@tsi-mms.de 2009-05-28 08:18:36 PST --- How to reproduce: 1. use IE 7 or IE 8 2. have two XMLHttpRequest at the same session - one HTTP POST against a HttpServlet - one HTTP GET against a Com

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Steve Yates changed: What|Removed |Added CC||steven.ya...@springsource.c

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #11 from Mark Thomas 2009-05-13 10:46:57 PST --- Please provide a test case. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 holger.sch...@tsi-mms.de changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-08-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42996] - POST with nio connector results in missing variables

2007-07-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu