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 2021/07/12 08:13:36 UTC

[GitHub] [sling-org-apache-sling-resourceresolver] sagarmiglani commented on a change in pull request #48: SLING-10483 Incorrect mapping is returned when a resourceResolver.map is called with all its aliases

sagarmiglani commented on a change in pull request #48:
URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/48#discussion_r667718602



##########
File path: src/test/java/org/apache/sling/resourceresolver/impl/mapping/ResourceMapperImplTest.java
##########
@@ -110,6 +110,7 @@ public void prepare() throws LoginException {
         resourceProvider.putResource("/content/virtual/foo"); // matches virtual.host.com.80 mapping entry
         resourceProvider.putResource("/parent", PROP_ALIAS, "alias-parent"); // parent has alias
         resourceProvider.putResource("/parent/child", PROP_ALIAS, "alias-child"); // child has alias
+        resourceProvider.putResource("/parent/child/grandChild", PROP_ALIAS, "alias-grandChild"); // grandChild child has alias

Review comment:
       Hi Robert,
   
   **_>> Does this reproduce only with 3+ path segments?_**
   No, this can also be reproduced with 2 segments, just to replicate the scenario mentioned in the SLING-10483, I added 3 segements.
   But, I believe I should have used only 2 segments. WDYT?
   
   **_>> I think we already have a scenario. with two segments_**
   Yes, we have an already existing test with two segments (mapResourceWithNestedAlias), but this bug is reproducible only when we have all aliases segments present in the requested resource path.
   And in the already existing test, the requested path does not consists of all aliases segments.




-- 
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