[jira] [Created] (OFBIZ-5824) Error in communication screen while perfom sorting

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-5824) Error in communication screen while perfom sorting

Nicolas Malin (Jira)
Deepak Dixit created OFBIZ-5824:
-----------------------------------

             Summary: Error in communication screen while perfom sorting
                 Key: OFBIZ-5824
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5824
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: Trunk, Release Branch 13.07
            Reporter: Deepak Dixit
            Priority: Minor


In partymgr contrller.xml, we have view request named "ViewCommunicationEvent", and this request call an service event, due to this when we try to perform sorting on  Child Communication Events,  Customer Request List or any other screen over Communication screen then it will thorw following exception:
{code}
org.ofbiz.webapp.event.EventHandlerException: Found URL parameter [communicationEventId] passed to secure (https) request-map with uri [ViewCommunicationEvent] with an event that calls service [setCommEventRoleToRead]; 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.
 {code}


Also due to this service event call on view request entry we can't open the communication events in new tab. Ideally this service should be call in screen context instead view request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)