Package com.adobe.acs.commons.redirects
Interface LocationHeaderAdjuster
@ConsumerType
public interface LocationHeaderAdjuster
This service interface provides a hook into the RedirectFilter, and allow for further adjustment
of the Location header
-
Method Summary
-
Method Details
-
adjust
Allows for custom adjustment of the Location header after its been parsed and resourceResolver.map(..)'d, but before it's been dispatched.- Parameters:
request- the requestlocation- the Location header passed through resourceResolver.map(..)- Returns:
- the location to try to resolve
-