[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
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.

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
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

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
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

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
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

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-25 Thread bugzilla
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

[Bug 66488] MessageBytes#toBytesSimple overwrites request byte buffer

2023-02-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66488 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---