[dna-issues] [JBoss JIRA] Resolved: (DNA-532) Delete IHttpConnection Interface Since There Is Only One Implementation That Works Correctly
Dan Florian (JIRA)
jira-events at lists.jboss.org
Fri Oct 2 13:28:49 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Florian resolved DNA-532.
-----------------------------
Resolution: Done
Deleted IHttpConnection interface and the HttpUrlConnection (the java.net.Authenticator implementation. The Apache HttpClient is the one and only way we do HTTP authentication now.
> Delete IHttpConnection Interface Since There Is Only One Implementation That Works Correctly
> --------------------------------------------------------------------------------------------
>
> Key: DNA-532
> URL: https://jira.jboss.org/jira/browse/DNA-532
> Project: DNA
> Issue Type: Task
> Components: Views
> Affects Versions: 0.6
> Reporter: Dan Florian
> Assignee: Dan Florian
> Fix For: 0.7
>
>
> There are 2 implementations of IHttpConnection: (1) Apache's HttpClient and (2) java.net.Authenticator. There are problems with the java.net.Authenticator version as other Eclipse plugins could also use this framework and overwrite our Authenticator. This is because the java.net framework only allows one, static Authenticator. Get rid of the interface and the java.net implementation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list