Hi All,
We need to access only one custom JSP in iStore without login.
Appreciate, any help on this.
We have tried to customize the ibeCZzpHeader.jsp to change the below boolean values 'true' to 'false' but it not works
boolean routedP = "false".equals(pageContext.getAttribute("_routedPage", pc));
boolean signInP = "false".equals(pageContext.getAttribute("_signInPage", pc));
boolean siteSelNotReq = "false".equals(pageContext.getAttribute("_siteSelectionNotRequired", pc));
boolean resetPPFlag = "false".equals(pageContext.getAttribute("_forceLoginPostProcessing", pc));
Thanks,
Venkat Pagadala