sigee commented on issue #1588: URL: https://github.com/apache/stormcrawler/issues/1588#issuecomment-3193840761
Well, I'm not 100% sure what would be the best solution here, but I would use [equalsIgnoreCase](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#equalsIgnoreCase-java.lang.String-) for checking if something is present or not. My thoughts are to let the keys as they are in case if we use `org.apache.http.HttpHeaders` constants (E.g.: `HttpHeaders.ACCEPT` which is `"Accept"`) and for some reasons someone wants to check euality case sensitively. Maybe I just overthinking. I don't know. @rzo1 What do you think? -- 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