-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
None
-
Crowd 2.2-m6 in Confluence
There are two bugs with the implementation of ImmutableApplication.getDirectoryMapping(long):
- it throws NoSuchElementException when no mapping exists, instead of returning null
- it doesn't match against the provided directoryId parameter – the argument isn't used in the method body.
We currently have a copy of ImmutableApplication in Confluence with these issues fixed so our caching works correctly. I'd like to get rid of it, so if Crowd 2.2 contains this fix that would be super.