You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue does not occur in 1.2.2. It is present in 1.3.1. I'm told it's also present in 1.3.0, but I haven't confirmed that myself.
I think I can see the code that's doing this, and that it's been in place for a long time. Wondering if maybe other fixes in 1.3.x have caused this long-standing bug to surface where before it was hidden?
@jphelp32 Yes, if someone provides a patch it could definitely be released. I do not have time to work on Aalto right now but can always help others with PRs.
Ok, I managed to find some time to work on this: fix itself is not a problem (trivial copy-paste problem) but just had to go and find a test to modify to verify goodness of fix for both input sources (byte array and ByteBuffer backed).
I'll release 1.3.2 soon, maybe today, with this fix. Thank you again for reporting the issue @jphelp32 !
This issue does not occur in 1.2.2. It is present in 1.3.1. I'm told it's also present in 1.3.0, but I haven't confirmed that myself.
I think I can see the code that's doing this, and that it's been in place for a long time. Wondering if maybe other fixes in 1.3.x have caused this long-standing bug to surface where before it was hidden?
See:
aalto-xml/src/main/java/com/fasterxml/aalto/async/AsyncByteBufferScanner.java
Line 2401 in f5607db
aalto-xml/src/main/java/com/fasterxml/aalto/async/AsyncByteBufferScanner.java
Line 2957 in f5607db
Also two locations in
AsyncByteArrayScanner.java
The text was updated successfully, but these errors were encountered: