eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
159 stars 109 forks source link

Fixed #5236: potential ConcurrentModificationException #5237

Closed BalusC closed 1 year ago

BalusC commented 1 year ago

https://github.com/eclipse-ee4j/mojarra/issues/5236

And took opportunity to improve existing Util#split methods which were unnecessarily double-synchronized after the fix

melloware commented 1 year ago

Nice PR!

BalusC commented 1 year ago

Hmm .. this PR didn't automatically move to Merged state when it was merged so I could only close it. But this PR is actually merged as seen in abovereferenced commit.