Closed arosequist closed 11 years ago
io/resource uses ClassLoader/getResource, which requires that the path uses / to separate path names. Escaping / with File/separator (\ on Windows) causes \ to be escaped in the file URL.
io/resource uses ClassLoader/getResource, which requires that the path uses / to separate path names. Escaping / with File/separator (\ on Windows) causes \ to be escaped in the file URL.