[Bug 58313] Data race inside the non-thread-safe HashMap org.apache.catalina.connector.OutputBuffer.encoders

2015-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Konstantin Kolinko changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58313] Data race inside the non-thread-safe HashMap org.apache.catalina.connector.OutputBuffer.encoders

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 --- Comment #1 from Mark Thomas --- I agree that this is an issue. A switch to ConcurrentHashMap should address the immediate problem. The idea behind clearEncoders() is a good one. The encoders are expensive objects and

[Bug 58313] Data race inside the non-thread-safe HashMap org.apache.catalina.connector.OutputBuffer.encoders

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Mark Thomas changed: What|Removed |Added Version|trunk |unspecified