Jonathan Hedley

Results 188 comments of Jonathan Hedley

OK, handling examples like that makes sense. I'd be OK with either a prefix or a regex matcher. The prefix match seems simple and unlikely to let anyone shoot themselves...

(Closing out old, dormant bugs. If you are still impacted by this, please reopen & vote.)

(Reopening as mentioned in earlier close, there is renewed interest here.)

For some context - the static hashmap `multipoints` in [Entities](https://github.com/jhy/jsoup/blob/master/src/main/java/org/jsoup/nodes/Entities.java) is write once, read many. I don't immediately see how using ConcurrentHashMap would help anything here. We don't want to...

That they are waiting on different initializers is interesting and I wonder if there's a path there? ``` at org.jsoup.nodes.Document$OutputSettings.(Document.java:416) - waiting on the Class initialization monitor for org.jsoup.nodes.Entities$EscapeMode at...

@owengray-google do you have any further info for this? Without a way to repro I haven't been able to make any progress here.

Thanks for the update. It's interesting. I have been able to craft a kind-of repro by adding a Thread.sleep(2000) as a static initializer in each of Entities and OutputSettings. And...

> We recently tried to force the version we use to 1.16.2, but that landed shortly before thanksgiving when no builds ran, and Can you confirm what version you are...

Ping @owengray-google, are you able to check that?

Hi @owengray-google - just checking in. Is this still occurring with current versions of jsoup for you?