[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Attachment: M1454-1y20.patch

Patch fixing misquoted scheduling info in Y! 0.20 (thanks Luke for spotting 
this)

 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-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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Status: Open  (was: Patch Available)

 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, 
 M1454-2.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Status: Patch Available  (was: Open)

 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, 
 M1454-2.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Status: Patch Available  (was: Open)

 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, 
 M1454-2.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Status: Open  (was: Patch Available)

 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, 
 M1454-2.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Attachment: M1454-2.patch

Merge with trunk (conflict with MAPREDUCE-1455)

 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, 
 M1454-2.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-02-26 Thread Luke Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luke Lu updated MAPREDUCE-1454:
---

Attachment: mr-1454-trunk-v1.patch

Ported to trunk. Removed dead link in jobtracker.jsp for scheduling info.

 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
Reporter: Devaraj Das
Assignee: Chris Douglas
 Fix For: 0.22.0

 Attachments: M1454-0y20.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-02-26 Thread Luke Lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luke Lu updated MAPREDUCE-1454:
---

Affects Version/s: 0.22.0
 Release Note: Servlets should quote server generated strings sent in 
the response
   Status: Patch Available  (was: Open)

 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, 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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-02-24 Thread Chris Douglas (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Douglas updated MAPREDUCE-1454:
-

Attachment: M1454-0y20.patch

Patch for Y! 0.20

 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
Reporter: Devaraj Das
 Fix For: 0.22.0

 Attachments: M1454-0y20.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.



[jira] Updated: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-02-04 Thread Vinod K V (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod K V updated MAPREDUCE-1454:
-

Issue Type: Sub-task  (was: Bug)
Parent: MAPREDUCE-563

 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
Reporter: Devaraj Das
 Fix For: 0.22.0


 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.