[ https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Douglas updated MAPREDUCE-1454: ------------------------------------- Attachment: M1454-1.patch Fixed compilation error: {noformat} [exec] compile-mapred-classes: [exec] [javac] Compiling 500 source files to /snip/mapred/build/classes [exec] [javac] /snip/mapred/build/src/org/apache/hadoop/mapred/jobqueue_005fdetails_jsp.java:75: ';' expected [exec] [javac] String queueName = request.getParameter("queueName")); [exec] [javac] ^ [exec] [javac] 1 error {noformat} {noformat} [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] -1 tests included. The patch doesn't appear to include any new or modified tests. [exec] Please justify why no new tests are needed for this patch. [exec] Also please list what manual steps were performed to verify this patch. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. {noformat} > The servlets should quote server generated strings sent in the response > ----------------------------------------------------------------------- > > Key: MAPREDUCE-1454 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1454 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Affects Versions: 0.22.0 > Reporter: Devaraj Das > Assignee: Chris Douglas > Fix For: 0.22.0 > > Attachments: M1454-0y20.patch, M1454-1.patch, M1454-1y20.patch, > mr-1454-trunk-v1.patch > > > This is related to HADOOP-6151 but for output. We need to go through all the > servlets/jsps and pass all the response strings that could be based on the > incoming request or user's data through a filter (implemented in HADOOP-6151). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.