[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683248#action_12683248
 ] 

Sebb commented on HTTPCLIENT-835:
---------------------------------

Fixed RoutedRequest:

commit -m "HTTPCLIENT-835 : No point having protected final fields and public 
getters" 
    Sending        
D:/eclipseworkspaces/main/httpcomponents-client/httpclient/src/main/java/org/apache/http/impl/client/RoutedRequest.java
    Transmitting file data ...
    Committed revision 755793.

Leaving the issue open for now to allow other changes to be added.

> Thread safety and visibility Improvements
> -----------------------------------------
>
>                 Key: HTTPCLIENT-835
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-835
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Sebb
>
> AbstractAuthenticationHandler.DEFAULT_SCHEME_PRIORITY is not protected 
> against external changes.
> Although the field is private, subclasses can obtain a reference to it and so 
> may be able to change it.
> Consider making the list read-only, or returning a copy instead.

-- 
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: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to