Fixed
Details
Assignee
Scott CantorScott CantorReporter
Scott CantorScott CantorComponents
Fix versions
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
Scott Cantor
Scott CantorComponents
Fix versions
Created August 20, 2018 at 3:39 PM
Updated March 11, 2020 at 2:10 PM
Resolved December 20, 2019 at 1:37 AM
https://shibboleth.atlassian.net/browse/JSPT-81#icft=JSPT-81 highlights a broader issue that's really outside the parser, we do a lot of "log and throw" sequences that repeat error logging at different layers but also log the exception that's rethrown, so we get a lot of redundant stack traces in the log.
I think the best choices are either to just elide the stacks at the lower layers that rethrow or change those logs to TRACE. For now I lean to the former.