This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DCM_LABEL_1124 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.reflect.Constructor; | |
import java.lang.reflect.InvocationTargetException; | |
import java.net.URI; | |
import java.net.URL; | |
public class URITest { | |
public void run() throws Exception { | |
String[] paths = new String[] { "/home", "../home", "home", | |
"file:///home", "file://../home", "file://home", "c:\\", "c:/", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> | |
<properties> | |
<comment> | |
configuration file for DicomServer, by [email protected] | |
</comment> | |
<entry key="arcspec">/home/xnat/xnat_data/cache/archive_specification.xml</entry> | |
<entry key="xnat_url">http://localhost:8080/xnat</entry> | |
<entry key="user">admin</entry> |