You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2007/02/22 18:08:05 UTC

[jira] Created: (CXF-432) Provide HTTPConduit policy to control the number of transparent resends supported per target URI

Provide HTTPConduit policy to control the number of transparent resends supported per target URI
------------------------------------------------------------------------------------------------

                 Key: CXF-432
                 URL: https://issues.apache.org/jira/browse/CXF-432
             Project: CXF
          Issue Type: Sub-task
          Components: Transports
            Reporter: Eoghan Glynn
         Assigned To: Eoghan Glynn


Provide HTTPConduit policy to control the number of transparent resends (on 401/30x) supported. Note that this threshold applies to each target URI, as opposed to each HTTPConduit (as a fresh HTTPConduit instance is currently used for each request).

The default value for this policy should be zero, but may be inferred to be 1 if an AuthorizationPolicy is configured for this targetURI (presumably if the user went to the trouble of configuring this, then a 401 is likely). If the user expects maybe a 30x redirect followed by a 401 challegne, then they could explicitly configure the threshold to 2. A value of -1 would indicate unlimited resends.

The motivation for limiting the number of transparent resends is to avoid incurring the cost of buffering up the message content for every outgoing request, when in more practical scenarios only a small number of resends (say 0 or 1) would actually be required.



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


[jira] Resolved: (CXF-432) Provide HTTPConduit policy to control the number of transparent resends supported per target URI

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-432.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1

> Provide HTTPConduit policy to control the number of transparent resends supported per target URI
> ------------------------------------------------------------------------------------------------
>
>                 Key: CXF-432
>                 URL: https://issues.apache.org/jira/browse/CXF-432
>             Project: CXF
>          Issue Type: Sub-task
>          Components: Transports
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 2.0.1
>
>
> Provide HTTPConduit policy to control the number of transparent resends (on 401/30x) supported. Note that this threshold applies to each target URI, as opposed to each HTTPConduit (as a fresh HTTPConduit instance is currently used for each request).
> The default value for this policy should be zero, but may be inferred to be 1 if an AuthorizationPolicy is configured for this targetURI (presumably if the user went to the trouble of configuring this, then a 401 is likely). If the user expects maybe a 30x redirect followed by a 401 challegne, then they could explicitly configure the threshold to 2. A value of -1 would indicate unlimited resends.
> The motivation for limiting the number of transparent resends is to avoid incurring the cost of buffering up the message content for every outgoing request, when in more practical scenarios only a small number of resends (say 0 or 1) would actually be required.

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