rajucomp commented on issue #1588: URL: https://github.com/apache/stormcrawler/issues/1588#issuecomment-3735740195
@sigee @rzo1 I think what @sigee says makes sense. The case insensitivity is being captured under the hood but not properly. I think we should either explicitly document the behavior or make the changes to handle case insensitivity in the `Metadata` class itself unless there are issues with changing the base class itself. We can add an implementation like the one here at https://github.com/apache/commons-collections/blob/master/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java#L143 to handle the case insensitivity. -- 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]
