We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9489b3a commit 9f77961Copy full SHA for 9f77961
src/test/java/io/fusionauth/http/server/HTTPContextTest.java
@@ -217,8 +217,7 @@ public void testNormalizedPathWithinBaseDirSucceeds() {
217
@Test
218
public void testNonExistentFileReturnsNull() {
219
URL result = context.getResource("does-not-exist.txt");
220
- // This might return null or try classpath lookup, either is acceptable
221
- // The key is it doesn't throw an exception or allow traversal
+ assertNull(result);
222
}
223
224
/**
0 commit comments