Hey, I want: GET /some/path/jpeg.tidy.infinity.json
to be equivalent to: GET /some/other/path/foo.tidy.infinity.json I tried: /some/path/jpeg/sling:resourceType = /some/other/path/foo and /some/path/jpeg/sling:resourceSuperType = /some/other/path/foo but, the json returned by GET /some/path/jpeg.tidy.infinity.json is not same as the json returned by GET /some/other/path/foo.tidy.inifinity.json Should I use something other than sling:resourceType ? sling:alias? Thanks. Sam
