on ‎2018 Feb 23 1:20 PM
Hi Experts,
Can anyone help me to find out the flow or any link which explains how to switch between the OTB sites like electronics and apparel happen?
shall I have to make any configuration in spring security file
eg: 1) localhost:9001/yacceleratorstorefront/?site=electronics takes me to electronics site and
2) localhost:9001/yacceleratorstorefront/?site=apparel takes me to apparel site.
and one more question is that how the anonymous user functionality works for this sites.
Thanks in advance.
Request clarification before answering.
Hi Sam,
Take a look in "storefront/web/webroot/WEB-INF/config/spring-filter-config.xml"
Looking specifically at the filterchain to see how the url is intercepted and decoded through the fiilters.
and method public CMSSiteModel initializeSiteFromRequest(final String absoluteURL)
in hybris/bin/ext-accelerator/acceleratorcms/src/de/hybris/platform/acceleratorcms/context/impl/DefaultContextInformationLoader.java
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.