[dna-issues] [JBoss JIRA] Created: (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 10:04:50 EDT 2009
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