Skip to content
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

Fix #1843 (java.util.zip.ZipException in HttpZipLocator) #1842

Merged
merged 4 commits into from Aug 15, 2022
Merged

Fix #1843 (java.util.zip.ZipException in HttpZipLocator) #1842

merged 4 commits into from Aug 15, 2022

Commits on Aug 8, 2022

  1. HttpZipLocator:fix invalid code lengths set & invalid distance too fa…

    …r back ZipExceptions.
    Ali-RS committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b261576 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Get file name length and extra field length from local file header to…

    … calculate file data offset.
    Ali-RS committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ba435ef View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Make fields byteBuf, charBuf, utf8Decoder non-static because th…

    …ey are not thread-safe.
    Ali-RS committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d2e891c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f77c4 View commit details
    Browse the repository at this point in the history