Prevent Encryption (Krypto) Of Url Paramaters in IBM Commerce Server 6
Hi we are using IBM Commerce Sever Moving from one view to another using via code like below. protected void prepareResponse(){ ... String returnUrl = "www.example.com/aNewPage.jsp?aUrlParameter=123&anotherParameter=654" ... StringBuffer sb = new StringBuffer(returnUrl); sb.append("&storeId=").append(commandContext.getStoreId()); sb.app...