cziegeler commented on code in PR #66:
URL:
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/66#discussion_r879253627
##########
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java:
##########
@@ -139,6 +143,8 @@ public class MapEntries implements
private byte[] vanityBloomFilter;
+ private boolean vanityPathsProcessed;
Review Comment:
I think this should be volatile, or maybe use AtomicBoolean
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]