commerceserver

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...

Problem with Commerce Server and ASP.NET Integrated Pipeline

I am using Microsoft Commerce Server 2007 and a custom ASP.NET 2.0 website. Everything works well in Classic Pipeline, but when I try to use the Integrated pipeline, it fails with the following error: Server Error in '/' Application. Request is not available in this context Description: An unhandled exception occurred duri...