slachiewicz opened a new pull request, #792: URL: https://github.com/apache/maven-indexer/pull/792
The remote index properties were loaded with `Properties.load` straight from the response stream, so whatever the server returned for that URL was read in full. `DefaultIndexUpdater` and indexer-reader's `Utils.loadProperties` now read at most 1 MiB, far above the few kilobytes a published properties file takes, and fail with an `IOException` beyond that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
