You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The java-support library's default configuration of BasicParserPool gives a stack trace if the source can't be parsed. This really needs to be fixed upstream, but we can suppress it by setting a different ErrorHandler with more gentle behaviour in our code.
The text was updated successfully, but these errors were encountered:
This has been resolved for java-support v7.4.0, which will be finalised for IdP v3.4.0. If we were really fussed, we could pull in the SNAPSHOT version of this library, so I don't think we really need to address this independently. Will leave this open, though, until it's resolved one way or another.
Migrated from GitLab issue 3:
The
java-support
library's default configuration ofBasicParserPool
gives a stack trace if the source can't be parsed. This really needs to be fixed upstream, but we can suppress it by setting a differentErrorHandler
with more gentle behaviour in our code.The text was updated successfully, but these errors were encountered: