Catch Exception on check for Woodstox version property to be on the safe side
This commit is contained in:
parent
194074e0cc
commit
0af1041bee
|
@ -1623,7 +1623,7 @@ public class XmlUtil {
|
|||
{
|
||||
isWoodstox = inputFactory.getProperty( "org.codehaus.stax2.implVersion" ) != null;
|
||||
}
|
||||
catch ( IllegalArgumentException e )
|
||||
catch ( Exception e )
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue