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

2010-03-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841426#action_12841426
 ] 

Hudson commented on MAPREDUCE-1454:
---

Integrated in Hadoop-Mapreduce-trunk #248 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/248/])
. Quote user supplied strings in Tracker servlets.


> 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] Commented: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-03 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841048#action_12841048
 ] 

Hudson commented on MAPREDUCE-1454:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #258 (See 
[http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/258/])
. Quote user supplied strings in Tracker servlets.


> 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] Commented: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840567#action_12840567
 ] 

Hadoop QA commented on MAPREDUCE-1454:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12437634/M1454-2.patch
  against trunk revision 918326.

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/16/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/16/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/16/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/16/console

This message is automatically generated.

> 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] Commented: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840510#action_12840510
 ] 

Hadoop QA commented on MAPREDUCE-1454:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12437634/M1454-2.patch
  against trunk revision 918206.

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/341/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/341/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/341/artifact/trunk/build/test/checkstyle-errors.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/341/console

This message is automatically generated.

> 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] Commented: (MAPREDUCE-1454) The servlets should quote server generated strings sent in the response

2010-03-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840216#action_12840216
 ] 

Hadoop QA commented on MAPREDUCE-1454:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12437595/M1454-1.patch
  against trunk revision 918037.

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

-1 patch.  The patch command could not apply the patch.

Console output: 
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h4.grid.sp2.yahoo.net/10/console

This message is automatically generated.

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