Philip Helger
Philip Helger
Well, there are 2 layers of unescaping when reading CSS. There is one top-level unescaping that can be used everywhere. https://www.w3.org/TR/css-syntax-3/#input-preprocessing is used for all bytes on all areas. It's...
I am trying a totally different approach. I am doing the unescaping at the point where the stream is read (in class `CSSCharStream`). This however interferes with a lot of...
Sure, the bot did some bot stuff ... 🤷🏼
Was this issue eventually also affected by #393 ?
I see your point. Unfortunately that is a default JAXB generated method. As the `diagnostic-reference` uses `mixed="true"` the payload of the object cannot be represented as `List`. What I could...
With phase4 2.7.7 the new submodue `phase4-dbnalliance-client` should help you
New property `phase4.errormsg.include.stacktraces` to disable stack traces in error messages from 2.7.5 on
Closing this for now. If more details are needed, let me know
@Florianisme this is indeed weird. Can you please turn on debug logging and post what happens before? Or do you see anything weird regarding to certificate validation on the first...
I see, I need to improve debug logging when it comes to certificate checking. There were no significant changes in my code from 1.4.x to 2.x, but due to the...