cancel
Showing results for 
Search instead for 
Did you mean: 

originalReferer

Former Member
0 Kudos

I have 2 languages English and korea. I go to PLP page with english as language. I change language from english to korea it retains the PLP page. Now i change from korea to english, it goes to homepage/landing page.

I chaked the issue : It goes to : Class : StoreSessionController Method : selectLanguage() , from hee goes to getReturnRedirectUrlForUrlEncoding()

In this method we have final String originalReferer = (String) request.getSession().getAttribute(StorefrontFilter.ORIGINAL_REFERER);

The value at this location is return is different like : From english to korea language change it gives the whole url. From korea to english language change it gives only the base url (localhost:9002/xyzstorefront/)

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Amardeep, If u got the solution for above issue please post your solution.Even i am facing the same issue.