[jira] [Created] (HADOOP-7524) Change RPC to allow multiple protocols including multuple versions of the same protocol

2011-08-07 Thread Sanjay Radia (JIRA)
Change RPC to allow multiple protocols including multuple versions of the same 
protocol
---

 Key: HADOOP-7524
 URL: https://issues.apache.org/jira/browse/HADOOP-7524
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Sanjay Radia
Assignee: Sanjay Radia




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HADOOP-7525) Make arguments to test-patch optional

2011-08-07 Thread Tom White (JIRA)
Make arguments to test-patch optional
-

 Key: HADOOP-7525
 URL: https://issues.apache.org/jira/browse/HADOOP-7525
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Tom White


Currently you have to specify all the arguments to test-patch.sh, which makes 
it cumbersome to use. We should make all arguments except the patch file 
optional. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

2011-08-07 Thread Eli Collins (JIRA)
Add TestPath tests for URI conversion and reserved characters  
---

 Key: HADOOP-7526
 URL: https://issues.apache.org/jira/browse/HADOOP-7526
 Project: Hadoop Common
  Issue Type: Test
  Components: fs
Affects Versions: 0.23.0
Reporter: Eli Collins
Assignee: Eli Collins
Priority: Minor
 Fix For: 0.23.0
 Attachments: hadoop-7526-1.patch

TestPath needs tests that cover URI conversion (eg places where Paths and URIs 
differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HADOOP-7527) Make URL encoding consistent

2011-08-07 Thread Eli Collins (JIRA)
Make URL encoding consistent


 Key: HADOOP-7527
 URL: https://issues.apache.org/jira/browse/HADOOP-7527
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 0.23.0
Reporter: Eli Collins


URL encoding is currently handled in at least 4 different ways. We should make 
these consistent:
# Parameters are encoded when a URI object is created
# HttpServlet uses RequestQuoter to html escape parameter names and values
# StringEscapeUtils is used to escape parameters in ReconfigurationServlet and 
DatanodeJspHelper
# URLEncoder and URLDecoder are used in multiple places 

We should also be consistent about how we pass file names in URLs, some times 
they're passed in the path segment, sometimes they're passed in the query 
fragment as parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira