horsteff opened a new pull request #6992:
URL: https://github.com/apache/pulsar/pull/6992


   …()", because it's system dependent and uses '\' as path separator on Windows
   
   Fixes #6921
   
   ### Motivation
   
   Paths in Pulsar use '/' as separator char. In ConfigurationCacheService the 
method Path.getParent() is used, which is system dependent and uses '\' as path 
separator on Windows and so returns always null there.  
   
   ### Modifications
   
   Replaced Path.getParent() with manually extracting the parent path
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to