[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529685
 ] 

Roland Weber commented on HTTPCLIENT-689:
-----------------------------------------

I've created a class o.a.h.impl.client.ClientParamsStack and changed 
DefaultClientRequestDirector to use that instead of HttpParamsLinker. The calls 
to HPLinker are still in the source code as comments, so you can easily locate 
the changes.

The next step would be to move the stack-building from the director to the 
client, and to drop the params attribute from the director. The director should 
take it's parameters from the stack that comes with the request. I'll wait with 
that until the first step is reviewed.

cheers,
  Roland


> stackable parameters
> --------------------
>
>                 Key: HTTPCLIENT-689
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-689
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Roland Weber
>            Assignee: Roland Weber
>            Priority: Minor
>             Fix For: 4.0 Alpha 2
>
>
> Implement "stackable parameters" to allow for a parameter hierarchy without 
> linking params instances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to