Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
Ubuntu 10.04, Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
-
Bug Crush Event - 21/2/2015
Description
Ofbiz Trunk Used (SVN Revision No): 1065553
In accounting module, the pagination is not working when the following request was performed.
Requested URL: "https://localhost:8443/accounting/control/findSalesInvoicesByDueDate?daysOffset=365&partyIdFrom=Company&invoiceTypeId=SALES_INVOICE&VIEW_SIZE_1=50&VIEW_INDEX_1=1#"
Ofbiz throws the following error:
"The Following Errors Occurred:
Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL parameter [invoiceTypeId] passed to secure (https) request-map with uri [findSalesInvoicesByDueDate] with an event that calls service [getInvoicePaymentInfoListByDueDateOffset]; this is not allowed for security reasons! The data should be encrypted by making it part of the request body (a form field) instead of the request URL. Moreover it would be kind if you could create a Jira sub-task of https://issues.apache.org/jira/browse/OFBIZ-2330 (check before if a sub-task for this error does not exist). If you are not sure how to create a Jira issue please have a look before at http://cwiki.apache.org/confluence/x/JIB2 Thank you in advance for your help. "