[jira] [Created] (OFBIZ-10712) Inconsistent behaviour of ServiceDispatcher.checkAuth

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

[jira] [Created] (OFBIZ-10712) Inconsistent behaviour of ServiceDispatcher.checkAuth

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

             Summary: Inconsistent behaviour of ServiceDispatcher.checkAuth
                 Key: OFBIZ-10712
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10712
             Project: OFBiz
          Issue Type: Bug
            Reporter: Deepak Dixit


We have checkAuth method in service dispatcher class, this method performs multiple auth related check.

if all checks passed it call the modelService.makeValid method to prepare service context (line#960) but this code executed only when service definition has a permission service call.

If service does not have any permission service call then it does not call the modelService.makeValid and this may cause the service validation issue unknown parameter found.

Ideally modelService.makeValid should call irrespective to permission service check.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)