Sling Mappings not applied to JSP urls automatically in 6.0?
In 5.6.1 SP1 when one configures the "Apache Sling Resource Resolver Factory" "URL Mappings" parameter, such as adding new outgoing mappings, links that are written inside of JSP components (such as the href of an <a> tag) automatically have "ResourceResolver.map" applied to them to have the mapping applied.
Doing the same configuration in 6.0 SP2, This no longer seems to be occurring.
I've verified in testing with /system/console/jcrresolver that the mapping is applied correctly according to my expectation.
Are sling mappings no longer applied to JSP generated content automatically and need to be manually applied, or is there some new configuration option that needs to be enabled for this functionality now?