[Bug 62498] FileDirContext validate not working properly for directories

2018-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #5 from Martin Drößler --- > Note: testValidateFailure() only passes because it calls > testValidateInternal(dummyFile, null) but it should be > testValidateInternal(dummyFile, dummyFile) which currently fails. Well, thats the whole

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #4 from Mark Thomas --- I can't see a way to trigger this with VirtualDirContext either. Awaiting reproduction steps from a clean Tomcat install. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #3 from Mark Thomas --- Note: The provided test cases will fail on Windows. Note: testValidateFailure() only passes because it calls testValidateInternal(dummyFile, null) but it should be testValidateInternal(dummyFile, dummyFile)

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 --- Comment #2 from Martin Drößler --- Created attachment 35994 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35994&action=edit TestCase I attached a TestCase to demonstrate the behaviour. -- You are receiving this mail because: You

[Bug 62498] FileDirContext validate not working properly for directories

2018-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62498 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas