Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 42379 invoked from network); 15 Jan 2010 05:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 05:11:16 -0000 Received: (qmail 10063 invoked by uid 500); 15 Jan 2010 05:11:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 9985 invoked by uid 500); 15 Jan 2010 05:11:16 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 9969 invoked by uid 99); 15 Jan 2010 05:11:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 05:11:15 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 05:11:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 95030234C1F0 for ; Thu, 14 Jan 2010 21:10:54 -0800 (PST) Message-ID: <22422667.256511263532254609.JavaMail.jira@brutus.apache.org> Date: Fri, 15 Jan 2010 05:10:54 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1378) Args in job details links on jobhistory.jsp are not URL encoded In-Reply-To: <1930564182.256391263531894890.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800543#action_12800543 ] Todd Lipcon commented on MAPREDUCE-1378: ---------------------------------------- +1, looks good to me > Args in job details links on jobhistory.jsp are not URL encoded > --------------------------------------------------------------- > > Key: MAPREDUCE-1378 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1378 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.22.0 > Reporter: E. Sammer > Priority: Trivial > Attachments: MAPREDUCE-1378.patch > > > The logFile argument in the job links on the JT jobhistory.jsp page is not properly URL encoded leading to links that result in 500 errors. I found the issue while working with the Cloudera distro which contained a plus ('+') in the path which is interpreted as a space character (%20) by Firefox. Here is the (trimmed) URL. Note the hadoop-0.20.1+152 directory which should be hadoop-0.20.1%2B152. I have created a patch against current ASF svn trunk but it is untested (although the jsp compiles to a class file ok). > A job link from http://host:50030/jobhistory.jsp: > http://host:50030/jobdetailshistory.jsp?jobid=job_201001141235_0001&logFile=file:/Users/esammer/hadoop-0.20.1+152/logs/history/done/... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.