-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/10/2012 21:37, Christopher Schultz wrote:
> Konstantin,
>
> On 10/2/12 3:58 PM, Konstantin Kolinko wrote:
>> 2012/10/2 Christopher Schultz :
>>> Konstantin,
>>>
>>> On 10/2/12 2:32 PM, Konstantin Kolinko wrote:
Running current trunk + Nio
Konstantin,
On 10/2/12 3:58 PM, Konstantin Kolinko wrote:
> 2012/10/2 Christopher Schultz :
>> Konstantin,
>>
>> On 10/2/12 2:32 PM, Konstantin Kolinko wrote:
>>> Running current trunk + Nio connector + JDK 7u7, I see a lot of the
>>> following exceptions.
>>>
>>> It looks like there is some bug i
2012/10/2 Christopher Schultz :
> Konstantin,
>
> On 10/2/12 2:32 PM, Konstantin Kolinko wrote:
>> Running current trunk + Nio connector + JDK 7u7, I see a lot of the
>> following exceptions.
>>
>> It looks like there is some bug in AccessLogValve optimization when
>> StringBuilder was replaced wit
Hi,
-Original-Nachricht-
> Von: Christopher Schultz
> An: Tomcat Developers List
> > A CharBuffer cannot grow itself?
>
> The API does not seem to say anything about re-sizing CharBuffers.
The Javadoc for java.nio.Buffer (superclass of CharBuffer) states that:
A buffer's capacity
Konstantin,
On 10/2/12 2:32 PM, Konstantin Kolinko wrote:
> Running current trunk + Nio connector + JDK 7u7, I see a lot of the
> following exceptions.
>
> It looks like there is some bug in AccessLogValve optimization when
> StringBuilder was replaced with a CharBuffer.
>
> A CharBuffer cannot