adobe / aem-core-cif-components

A set of configurations and components to get you started with AEM Commerce development
Apache License 2.0
102 stars 80 forks source link

Product and Category redirect servlets not registered for v3 page resource type #987

Closed buuhuu closed 8 months ago

buuhuu commented 11 months ago

As the title say, the servlets used to redirect to a product page or category page from a given identifier (sku/url-key) are only registered for the resoruce types of page v1 and v2, not v3.

The redirect seems not to work anymore with aem-cif-guides-venia.

See https://publish-p10603-e192905-cmstg.adobeaemcloud.com/content/venia/us/en.cifproductredirect.html/MP05 for example. This should redirect to the product page url.

https://github.com/adobe/aem-core-cif-components/blob/master/bundles/core/src/main/java/com/adobe/cq/commerce/core/components/internal/servlets/ProductPageRedirectServlet.java#L39-L47

buuhuu commented 10 months ago

That also includes the CatalogPageNotFoundFilder.