Closed thm1118 closed 7 years ago
in class AbstractSimpleSecurityManager, method init , it should use like is = new FileInputStream(new File(java.net.URLDecoder.decode(confFilePath,"utf-8"))); to compatibility with path which has sapce
AbstractSimpleSecurityManager
init
is = new FileInputStream(new File(java.net.URLDecoder.decode(confFilePath,"utf-8")));
https://softinstigate.atlassian.net/browse/RH-253
Fixed in master. https://github.com/SoftInstigate/restheart/commit/27c4475b5be4d3bfd9e5728a22afa5e12583849e
in class
AbstractSimpleSecurityManager
, methodinit
, it should use likeis = new FileInputStream(new File(java.net.URLDecoder.decode(confFilePath,"utf-8")));
to compatibility with path which has sapce