Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
Bug Crush Event - 21/2/2015
Description
If you have enough entries to get the pagination to appear, if you use Firefox, when pushing the select button, you will get a message like (translated from French)
The information entered will be transmitted without encryption. Therefore, they can potentially be intercepted and read as they travel. Do you really transmit this information?
Anyway with any browser you will get to
http://localhost:8080/accounting/control/findSalesInvoicesByDueDate
and will need to re-login before getting to
https://localhost:8443/accounting/control/findSalesInvoicesByDueDate
Then when paginating you will get these errors (translated from French):
This required parameter is missing : [IN] [getInvoicePaymentInfoListByDueDateOffset.daysOffset]
This required parameter is missing : [IN] [getInvoicePaymentInfoListByDueDateOffset.invoiceTypeId]
This is because of the change I put with r1069597 for OFBIZ-4158.
Now, for OFBIZ-6849 ("Use only HTTPS in OFBiz") I need to revert r1069597 so we are somehow back to OFBIZ-4158 and a better fix is needed now.
This feature was added with r604964 for OFBIZ-1530 and as r604964 stated
Implemented very simple screens to search for invoices by due date; they will be enhanced soon.
OFBIZ-1530
So a better fix is to rewrite the form... and maybe more. This is blocking OFBIZ-6849...
Attachments
Issue Links
- is required by
-
OFBIZ-6849 Use only HTTPS in OFBiz
- Closed