You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2022/05/23 10:02:18 UTC

[GitHub] [sling-org-apache-sling-resourceresolver] reschke commented on a diff in pull request #66: Sling 11331: resource resolver: events need to be queued until vanity path loading is complete

reschke commented on code in PR #66:
URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/66#discussion_r879269859


##########
src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java:
##########
@@ -714,6 +783,17 @@ public void onChange(final List<ResourceChange> changes) {
                 continue;
             }
 
+            // during startup: just enqueue the events

Review Comment:
   that could only happen when "vanityPathsProcessed" ever changes from true to false, right?
   
   



-- 
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: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org