Patrick Luby wrote:
> Remy,
> 
> Remy Maucherat wrote:
> 
>>
>> No, this is not correct.
>>
>> You are allowed to do that only if the application knows it makes 
>> sense to do so (ie, only when it call getHeaders).
>>
>> Some code to do that should be added in the adapter.
> 
> 
> This makes more sense than my original thoughts since the Watchdog 
> failures are only happening in tests that invoke the getHeaders() method.
> 
>>
>> No, this musn't be done there, as it would screw up many headers. 
>> Please read the chapter on multivalued headers in the HTTP/1.1 spec.
>>
> 
> Which class do you suggest that this conversion be done? I agree that 
> putting where I suggested is not the right place.

You have to do it in the adapter, so that means CoyoteRequest. I'm not 
sure it can be made to be efficient on the GC side, but I guess it's ok, 
as it's not a method which is used too often.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to