You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2016/01/14 20:19:39 UTC

[jira] [Created] (HADOOP-12711) Remove dependency on commons-httpclient for ServletUtil

Wei-Chiu Chuang created HADOOP-12711:
----------------------------------------

             Summary: Remove dependency on commons-httpclient for ServletUtil
                 Key: HADOOP-12711
                 URL: https://issues.apache.org/jira/browse/HADOOP-12711
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Wei-Chiu Chuang


This is a branch-2 only change, as ServletUtil for trunk removes the code that depends on commons-httpclient.

We need to retire the use of commons-httpclient in Hadoop to address the security concern in CVE-2012-5783 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5783.

{noformat}
import org.apache.commons.httpclient.URIException;
import org.apache.commons.httpclient.util.URIUtil;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)