[jboss-jira] [JBoss JIRA] Created: (JBRULES-1815) DoPropfind servlet ignores property attributes due to bad refactoring

Cezary Dendek (JIRA) jira-events at lists.jboss.org
Tue Oct 21 09:06:31 EDT 2008


DoPropfind servlet ignores property attributes due to bad refactoring
---------------------------------------------------------------------

                 Key: JBRULES-1815
                 URL: https://jira.jboss.org/jira/browse/JBRULES-1815
             Project: JBoss Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-guvnor
    Affects Versions:  5.0.0.M2, 5.0.0.M3, FUTURE
            Reporter: Cezary Dendek
            Assignee: Mark Proctor


Method execute(HttpServletRequest req, HttpServletResponse resp)
calls method getPropertyNodeAndType() expecting it to change values of parameters (which is incorrect):

int propertyFindType = FIND_ALL_PROP;
Node propNode = null;
getPropertyNodeAndType(propNode, propertyFindType, req);
// propNode is here expected to be set as well as propertyFindType. This is not correct, this is very not correct.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list