0x06
- 0x06
- JIRAUSER762606
- Europe/Stockholm
- Yes
- No
Changed Description:
The message of the IllegalArgumentException in DiscardedPayload is the following:
"Payload may not be larger than" +readableBytes + " bytes"From this error message I assume that the check only being present in DiscardedPayload is a bug.
The message of the IllegalArgumentException in DiscardedPayload is the following:
"Payload may not be larger than" + maxBytes + " bytes"From this error message I assume that the check only being present in DiscardedPayload is a bug.
Affects 1.20.4
There are no major gameplay effects as far as I know.
Yes, this can be reproduced with the following steps:
Prerequisites/Assumptions:
1. Create a String named "s" with the following data:
2. Send a payload with the following arguments:
3. Send another payload with the following arguments (if possible):
Observed Behavior:
The first payload gets accepted without any problems, the second one makes the server throw a DecoderException caused by an IllegalArgumentException whose message is in the description of this bug report.
Expected Behaviors: