We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a4328b + 9c9d173 commit 67aceeeCopy full SHA for 67aceee
1 file changed
src/main/java/com/onelogin/saml/Utils.java
@@ -236,7 +236,7 @@ public static Document validateXML(String xmlString, String schemaName, Boolean.
236
throws Exception {
237
238
try {
239
- String schemaFullPath = "schemas" + File.separatorChar + schemaName;
+ String schemaFullPath = "schemas" + "/" + schemaName;
240
log.debug("schemaFullPath: " +schemaFullPath);
241
ClassLoader classLoader = Utils.class.getClassLoader();
242
URL schemaFile = classLoader.getResource(schemaFullPath);
0 commit comments