• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 26, 2024, 04:10:36 pm

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.

Messages - 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
Thanks for the response. Let me try.
3
Thanks it did help to move ahead.

Now I am getting this error:
javax.servlet.jsp.JspException: java.net.ConnectException: Connection refused: connect
Reason: ; nested exception is:
java.net.ConnectException: Connection refused: connect
Reason: Connection refused: connect

I am behind the firewall and hence might be getting this error. Here is the application trying to hit Konakart website or default konakart setup in local env?
4
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.