You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if two ClassPathResource instances are constructed differently (one with an absolute path and one with a path relative to a Class) but have the same absolute path and the same ClassLoader, they are effectively equal, but ClassPathResource#equals returns false.
Currently, if two
ClassPathResource
instances are constructed differently (one with an absolute path and one with a path relative to aClass
) but have the same absolute path and the sameClassLoader
, they are effectively equal, butClassPathResource#equals
returnsfalse
.For example, the following test fails.
The text was updated successfully, but these errors were encountered: