-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ArrayIndexOutOfBoundsException during tests #433
Comments
Full log |
This is similar to #432 and mvnd should try to recover if possible. |
gnodet
pushed a commit
to gnodet/mvnd
that referenced
this issue
Jun 18, 2021
…pache#433 Fix a possible write a long string in case where the string length is <= 1024 but the encoded size if > 1024. Truncate long strings and warn instead of throwing an exception which could lead to an invalid registry. Since the registry data is invalid, the content is emptied to guarantee the next registry will work correct. This fix is based on apache#435 provided by lanmaoxinqing, many thanks !
gnodet
pushed a commit
to gnodet/mvnd
that referenced
this issue
Jun 18, 2021
…pache#433 Fix a possible write a long string in case where the string length is <= 1024 but the encoded size if > 1024. Truncate long strings and warn instead of throwing an exception which could lead to an invalid registry. Since the registry data is invalid, the content is emptied to guarantee the next registry will work correct. This fix is based on apache#435 provided by @lanmaoxinqing, many thanks !
gnodet
pushed a commit
to gnodet/mvnd
that referenced
this issue
Jun 18, 2021
Fix a possible write a long string in case where the string length is <= 1024 but the encoded size if > 1024. Truncate long strings and warn instead of throwing an exception which could lead to an invalid registry. Since the registry data is invalid, the content is emptied to guarantee the next registry will work correct. This fix is based on apache#435 provided by @lanmaoxinqing, many thanks !
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: