Hi,Aswath
perhaps the  error is occured because you have called service
"createQuoteFromCustRequest" 
 in this way: <hyperlink
target="createQuoteFromCustRequest?custRequestId={****}"/>

You attempt to use 
<hyperlink target="createQuoteFromCustRequest> 
    <parameter param-name="custRequestId" value="{****}"/>           
</hyperlink> 
This is the new security improvement of Ofbiz.
For more details search "secure urls"

aswath wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Create-Quote-from-request---error-tp22805028p22807134.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to