Adobe AEM
All tools

Developer Tool

Sling Resource Resolver Simulator.

Define resource resolver mapping rules (approximating /etc/map or sling:mapping entries) and a request path, then step through how Sling would resolve or map it. How to use

This is a simplified client-side approximation of Sling's resource-resolver mapping — it doesn't talk to a real AEM instance and doesn't implement the full MapEntries algorithm (scheme/host matching, vanity paths, JCR-order precedence).

Internal repository pathExternal URL path

Result

/content/mysite/en/products/widget

Trace

  • /content/mysite/en ⇄ /en

    "/en" is a prefix of "/en/products/widget" (3 chars) — new best match

  • /content/mysite/en/products ⇄ /en/products

    "/en/products" is a prefix of "/en/products/widget" (12 chars) — new best match