You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/04 23:13:02 UTC

[GitHub] [ozone] smengcl opened a new pull request #2500: HDDS-5502. [OFS] URI parser throws URISyntaxException when path contains space

smengcl opened a new pull request #2500:
URL: https://github.com/apache/ozone/pull/2500


   https://issues.apache.org/jira/browse/HDDS-5502
   
   `java.net.URI(String)` rejects parsing unescaped space characters (probably others as well) in the given String, raising `URISyntaxException` when the input path has such characters.
   
   Added a custom parser to work around the limitation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #2500: HDDS-5502. [OFS] URI parser throws URISyntaxException when path contains space

Posted by GitBox <gi...@apache.org>.
smengcl commented on pull request #2500:
URL: https://github.com/apache/ozone/pull/2500#issuecomment-918443408


   Thanks @vivekratnavel for reviewing and merging this patch!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #2500: HDDS-5502. [OFS] URI parser throws URISyntaxException when path contains space

Posted by GitBox <gi...@apache.org>.
smengcl commented on pull request #2500:
URL: https://github.com/apache/ozone/pull/2500#issuecomment-915590586


   > @smengcl I am unable to re-run CI workflow. Can you please re-trigger CI by pushing an empty commit?
   
   Yes.
   
   It turns out there **is** a valid corner case caught by the acceptance misc test.
   
   ```
   hdfs dfs -ls ofs://om/volume1/bucket1 2>&1
   
   ${output} = -ls: Can not create a Path from an empty string
   ```
   
   Working on the fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] vivekratnavel merged pull request #2500: HDDS-5502. [OFS] URI parser throws URISyntaxException when path contains space

Posted by GitBox <gi...@apache.org>.
vivekratnavel merged pull request #2500:
URL: https://github.com/apache/ozone/pull/2500


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] vivekratnavel commented on pull request #2500: HDDS-5502. [OFS] URI parser throws URISyntaxException when path contains space

Posted by GitBox <gi...@apache.org>.
vivekratnavel commented on pull request #2500:
URL: https://github.com/apache/ozone/pull/2500#issuecomment-915492387


   @smengcl I am unable to re-run CI workflow. Can you please re-trigger CI by pushing an empty commit?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org