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 "Luke Lu (JIRA)" <ji...@apache.org> on 2012/06/19 22:34:43 UTC

[jira] [Created] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

Luke Lu created HADOOP-8515:
-------------------------------

             Summary: Upgrade Jetty to the current Jetty 7 release
                 Key: HADOOP-8515
                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Luke Lu


According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.

Note this can be an incompatible change if you reference jetty-6 packages (com.mortbay.jetty.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

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

Matt Foley updated HADOOP-8515:
-------------------------------

    Target Version/s: 1.2.0, 3.0.0  (was: 1.1.1, 3.0.0)
    
> Upgrade Jetty to the current Jetty 7 release
> --------------------------------------------
>
>                 Key: HADOOP-8515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Luke Lu
>              Labels: jetty
>
> According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.
> Note this can be an incompatible change if you reference jetty-6 packages (org.mortbay.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

Posted by "Luke Lu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397850#comment-13397850 ] 

Luke Lu commented on HADOOP-8515:
---------------------------------

bq. Is the migration from com.mortbay.jetty packages a simple package migrate, or are there other consequences?

See: http://wiki.eclipse.org/Jetty/Starting/Porting_to_Jetty_7

A quick find/grep reveals that there are 30 (13 test source files) source files in branch-1, 36 (17 test) in trunk, reference mortbay. Besides things in HttpServer.java, it seems to be a simple package migrate.

bq. does the jetty 7 stack have different dependencies? It's the reason SLF4j is currently pulled in

http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server/7.6.4.v20120524. slf4j (which rocks btw :)) is still there.

                
> Upgrade Jetty to the current Jetty 7 release
> --------------------------------------------
>
>                 Key: HADOOP-8515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Luke Lu
>              Labels: jetty
>
> According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.
> Note this can be an incompatible change if you reference jetty-6 packages (com.mortbay.jetty.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397615#comment-13397615 ] 

Steve Loughran commented on HADOOP-8515:
----------------------------------------

I can see the rationale for this, but I can also see that migration being somewhat traumatic.

# Is the migration from com.mortbay.jetty packages a simple package migrate, or are there other consequences?

# does the jetty 7 stack have different dependencies? It's the reason SLF4j is currently pulled in
                
> Upgrade Jetty to the current Jetty 7 release
> --------------------------------------------
>
>                 Key: HADOOP-8515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Luke Lu
>              Labels: jetty
>
> According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.
> Note this can be an incompatible change if you reference jetty-6 packages (com.mortbay.jetty.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

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

Luke Lu updated HADOOP-8515:
----------------------------

    Description: 
According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.

Note this can be an incompatible change if you reference jetty-6 packages (org.mortbay.*).

  was:
According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.

Note this can be an incompatible change if you reference jetty-6 packages (com.mortbay.jetty.*).

    
> Upgrade Jetty to the current Jetty 7 release
> --------------------------------------------
>
>                 Key: HADOOP-8515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Luke Lu
>              Labels: jetty
>
> According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.
> Note this can be an incompatible change if you reference jetty-6 packages (org.mortbay.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

Posted by "Matt Foley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501520#comment-13501520 ] 

Matt Foley commented on HADOOP-8515:
------------------------------------

moved target version to 1.2.0 upon publishing 1.1.1 RC.
                
> Upgrade Jetty to the current Jetty 7 release
> --------------------------------------------
>
>                 Key: HADOOP-8515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8515
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Luke Lu
>              Labels: jetty
>
> According to http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00026.html, jetty-6 has been effectively EOL since January. Let's bump jetty to the 7 series. The current jetty 6.1.26 contains at least one known vulnerability: CVE-2011-4461.
> Note this can be an incompatible change if you reference jetty-6 packages (org.mortbay.*).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira