• Welcome to KonaKart Community Forum. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - KonakartUser

1
Miscellaneous / CSRF prevention
November 29, 2011, 12:16:01 pm
Hi,

I am using Konakart 5.0 and would like to know how to prevent CSRF attacks on the application.

I know there are various ways of preventing, but would like to know how konakart is using it or would recommend based on the architecture.

Thanks in advance.
2
Hi,

I have been trying to follow the steps mentioned for deploying com.konakart_22.60.0 in OpenCMS module. Not sure about the installation status, but I am getting below error while running the index.jsp

javax.servlet.jsp.JspException: org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 32 in the jsp file: /WEB-INF/jsp/offline/system/modules/com.konakart/elements/NewProductsBody.jsp
KKWSEngIf cannot be resolved to a type
29: String kkImgPath = "../resources/images/";
30:
31: // Get the products from the KonaKart engine using a SOAP call
32: KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
33: DataDescriptor dataDesc = new DataDescriptor();
34: dataDesc.setOffset(0); // Offset = 0
35: dataDesc.setLimit(9); // We only want to get back 9 products


An error occurred at line: 32 in the jsp file: /WEB-INF/jsp/offline/system/modules/com.konakart/elements/NewProductsBody.jsp
KKWSEngIfServiceLocator cannot be resolved to a type
29: String kkImgPath = "../resources/images/";
30:
31: // Get the products from the KonaKart engine using a SOAP call
32: KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
33: DataDescriptor dataDesc = new DataDescriptor();
34: dataDesc.setOffset(0); // Offset = 0
35: dataDesc.setLimit(9); // We only want to get back 9 products


An error occurred at line: 33 in the jsp file: /WEB-INF/jsp/offline/system/modules/com.konakart/elements/NewProductsBody.jsp
DataDescriptor cannot be resolved to a type
30:
31: // Get the products from the KonaKart engine using a SOAP call
32: KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
33: DataDescriptor dataDesc = new DataDescriptor();
34: dataDesc.setOffset(0); // Offset = 0
35: dataDesc.setLimit(9); // We only want to get back 9 products
36: dataDesc.setOrderBy(DataDescConstants.ORDER_BY_DATE_ADDED);   


An error occurred at line: 33 in the jsp file: /WEB-INF/jsp/offline/system/modules/com.konakart/elements/NewProductsBody.jsp
DataDescriptor cannot be resolved to a type
30:
31: // Get the products from the KonaKart engine using a SOAP call
32: KKWSEngIf eng = new KKWSEngIfServiceLocator().getKKWebServiceEng();
33: DataDescriptor dataDesc = new DataDescriptor();
34: dataDesc.setOffset(0); // Offset = 0
35: dataDesc.setLimit(9); // We only want to get back 9 products
36: dataDesc.setOrderBy(DataDescConstants.ORDER_BY_DATE_ADDED);   


Can you please help me resolve the above issue. I have been trying to search the form for any previous reported issue but could not see anything.

Thanks in advance.