https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
--- Comment #6 from Fabian Günter ---
I forgot to mention again, the problem is toBytesSimple, not toBytes.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
--- Comment #5 from Fabian Günter ---
(In reply to Konstantin Kolinko from comment #3)
> (In reply to Fabian Günter from comment #0)
> > In 9.0.71 the code for MessageBytes#toBytes was changed to call the newly
> > introduced MessageBytes#toSim
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
--- Comment #4 from Konstantin Kolinko ---
In case of odd "data mixup" errors between requests (such as one observed
here),
it is recommended to set discardFacades="true" on a .
https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
In Tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
--- Comment #3 from Konstantin Kolinko ---
(In reply to Fabian Günter from comment #0)
> In 9.0.71 the code for MessageBytes#toBytes was changed to call the newly
> introduced MessageBytes#toSimpleBytes method which incorrectly assumes that
> b
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
--- Comment #2 from Mark Thomas ---
Note the breakpoint / debug reproduction is likely because the debugger is
calling toString() on the MessageBytes instance oin order to display it.
--
You are receiving this mail because:
You are the assign
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---