[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-06 Thread Ravi Teja Ch N V (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060315#comment-13060315 ] Ravi Teja Ch N V commented on HADOOP-7440: -- Hi Todd, I think you have entered

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-06 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060321#comment-13060321 ] Todd Lipcon commented on HADOOP-7440: - I see that now. Sorry, Devaraj. I misread.

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Devaraj K (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059842#comment-13059842 ] Devaraj K commented on HADOOP-7440: --- Hi Bharath, As per the specification, it

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Uma Maheswara Rao G (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059851#comment-13059851 ] Uma Maheswara Rao G commented on HADOOP-7440: - Yes Devaraj, Application layer

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059916#comment-13059916 ] Steve Loughran commented on HADOOP-7440: +1 for this patch. It propagates the

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Bharath Mundlapudi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059983#comment-13059983 ] Bharath Mundlapudi commented on HADOOP-7440: Hi Todd Devaraj, I didn't see

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Bharath Mundlapudi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059989#comment-13059989 ] Bharath Mundlapudi commented on HADOOP-7440: To be specific, I am proposing

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060154#comment-13060154 ] Todd Lipcon commented on HADOOP-7440: - Since this code is in a filter, which is

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060170#comment-13060170 ] Hudson commented on HADOOP-7440: Integrated in Hadoop-Common-trunk-Commit #673 (See

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-04 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059626#comment-13059626 ] Hadoop QA commented on HADOOP-7440: --- +1 overall. Here are the results of testing the

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-04 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059638#comment-13059638 ] Aaron T. Myers commented on HADOOP-7440: +1, looks good to me.

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-04 Thread Bharath Mundlapudi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059666#comment-13059666 ] Bharath Mundlapudi commented on HADOOP-7440: Hi Todd, One minor comment:

[jira] [Commented] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-04 Thread Devaraj K (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059679#comment-13059679 ] Devaraj K commented on HADOOP-7440: --- Duplicate of HADOOP-7354.