sigee opened a new pull request, #1587: URL: https://github.com/apache/stormcrawler/pull/1587
Replaced the Custom `org.apache.stormcrawler.protocol.HttpHeaders` to the `org.apache.http.HttpHeaders` one. There was a small glitch in the `org.apache.stormcrawler.Metadata` caused by the changed initial letters. E.g.: "location" -> "Location" "content-type" -> "Content-Type" So I extended the `Metadata.getValues(String key)` method to handle the new strings, but as a fallback change the given key to lowercase to be backward compatible. -- 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: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org