-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
I believe there was a regression introduced in 2.52 that is not present in 2.51 - some parsing errors are thrown and show even when silenced handlers are enabled.
On 2.51 the log is silent, on 2.52 I see exceptions in the error log which is really messy. I don't want to disable error messages completely but silencing the webclient has no effect.
htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomElement.java
Lines 284 to 288 in 4d174e2
| catch (final Exception e) { | |
| if (LOG.isErrorEnabled()) { | |
| LOG.error("Error while parsing style value '" + styleAttribute + "'", e); | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
No labels