Skip to content

Commit 51c3f24

Browse files
committed
fix: include DB enumeration #749
1 parent 38244e9 commit 51c3f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

casa/app/src/main/java/org/gluu/casa/timer/AuthnScriptsReloader.java

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ private byte[] getScriptContents(CustomScript script) {
221221
case FILE:
222222
bytes = Files.readAllBytes(Paths.get(moduleProperties.get(LOCATION_PATH_PROPERTY)));
223223
break;
224+
case DB:
224225
case LDAP:
225226
bytes = script.getScript().getBytes(StandardCharsets.UTF_8);
226227
break;

0 commit comments

Comments
 (0)