There is also this issue https://issues.apache.org/jira/browse/OFBIZ-2260 for everybody wanting to participate at this effort in
order to deliver a 9.4 release better version (secured)
The orignal need comes from https://issues.apache.org/jira/browse/OFBIZ-1959
Jacques
From: "Jacques Le Roux" <[email protected]>
Thanks for report,
I have a plan for <link elements in menus and screens xml files, like the one I used at
https://issues.apache.org/jira/browse/OFBIZ-2243
Be patient or do the change yourself waiting for the largest changes...
Jacques
From: "aswath narayana" <[email protected]>
Hello,
In the ordermgr,
* I create a Request.
* Then, I perform 'Create Quote from request'
The Following Errors Occurred:
Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL
parameter [custRequestId] passed to secure (https) request-map with uri
[createQuoteFromCustRequest] with an event that calls service
[createQuoteFromCustRequest]; 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.
-Aswath