Fix ticket #66 - XMLReader.parse() can throw an exception if string given is a path...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 9 Dec 2011 07:36:38 +0000 (23:36 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Fri, 9 Dec 2011 07:36:38 +0000 (23:36 -0800)
commit0fe3ae3a10638a99dd8330715a6f416606968d2f
tree62457f40d443649145c7cede9f76d3bd53a42283
parent9200c9bbee4346e0d293e8ae4d7d03754a2cba83
Fix ticket #66 - XMLReader.parse() can throw an exception if string given is a path and not a URI. Using Reader as InputSource, forcing interpretation of string as local path.
src/main/java/net/sourceforge/guacamole/net/basic/BasicFileAuthenticationProvider.java