Skip to content

Commit 3607277

Browse files
author
Ian Sigmon
authored
Filter URIExceptions from POI parser (#1019)
1 parent 7894c66 commit 3607277

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/embedded/src/main/resources/log4j2.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ account managers so that we can coordinate edits with other customized copies of
220220
<!-- Suppress EHCache "maxElementsInMemory of 0" warnings, Issue 49593 -->
221221
<Logger name="net.sf.ehcache.config.CacheConfiguration" level="error"/>
222222

223+
<!-- Suppress POI's PackageRelationshipCollection's "Cannot convert {} in a valid relationship URI" URISyntaxExceptions, Issue 51960 -->
224+
<Logger name="org.apache.poi.openxml4j.opc.PackageRelationshipCollection" level="fatal"/>
225+
223226
<!-- this is a very verbose logger for security/permissions checking -->
224227
<!--
225228
<Logger name="org.labkey.api.security.SecurityManager" level="debug"/>

0 commit comments

Comments
 (0)