Hi Tim,
There's no reason not to update POI. The only issue is finding someone with the 
time and inclination to make the change.
In DirectoryNode, _byNode is a plain Java Map but it could be changed to be a 
case-insensitive Map.
The keys could be lowercased and the gets done with a lowercased string.
Or this could be used: 
https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/map/CaseInsensitiveMap.html






On Tuesday 20 June 2023 at 16:16:01 IST, Tim Allison <talli...@apache.org> 
wrote: 





All,
  Over on TIKA-4091, Ross Spencer noted that according to the spec, entries
in OLE2 containers should be case insensitive.  We can fix our detection on
Tika at least to work in this way on OLE2, but it looks like POI requires
case sensitivity.
  If I had the time, would there be any appetite to make POI case
insensitive?  Or, is this too much work for the benefit?

          Best,

            Tim

[0] https://issues.apache.org/jira/browse/TIKA-4091

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to