https://bz.apache.org/bugzilla/show_bug.cgi?id=64020
Bug ID: 64020 Summary: getHostAddress called unexpectedly, causing significant performance hit Product: POI Version: 4.1.1-FINAL Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: XWPF Assignee: dev@poi.apache.org Reporter: ja...@stimulussoft.com Target Milestone: --- Created attachment 36923 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36923&action=edit stack trace Our server uses POI for text extraction. When processing some documents, there is a deterioration in performance due to unexpected call to URLStreamHandler.getHostAddress(). .Please refer to the attached stack for an illustration of how this happens. It is due to a known oddity in the way that URL hashCode is implemented whereby it actually attempt to resolve a URL for equality testing purposes. A possible workaround is use the URI class instead of URL? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org