Closed GoogleCodeExporter closed 9 years ago
Is there any exception in the server log?
Is there any javascript exception in the browser?
What browser do you use?
Can you try it with an Apache Tomcat server?
Original comment by nicolas....@googlemail.com
on 20 Dec 2010 at 8:06
There is no error in server log and no error in javascript.
I compare the request output using chrome developer tools. I find the problem
on line 110 of EditorHandler.java.
The method jParams.has("data"), in the second request of editor, return false.
I have found a work around: I replace the line whit this:
req.getQueryString().endsWith("data")
And now it works.
Original comment by mtrif...@gmail.com
on 21 Dec 2010 at 8:38
Original comment by nicolas....@signavio.com
on 26 Sep 2011 at 9:59
Original issue reported on code.google.com by
mtrif...@gmail.com
on 15 Dec 2010 at 12:24