Closed janbartel closed 5 days ago
Remove the @Disabled with comment from testEqualsWindowsCaseInsensitiveDrive test. Looking back in jetty history this test has always succeeded because the type of the Resource is PathResource, which supports the equals() method.
@Disabled
testEqualsWindowsCaseInsensitiveDrive
Resource
PathResource
equals()
Remove the
@Disabled
with comment fromtestEqualsWindowsCaseInsensitiveDrive
test. Looking back in jetty history this test has always succeeded because the type of theResource
isPathResource
, which supports theequals()
method.