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

Michael Neale (JIRA) jira-events at lists.jboss.org
Wed May 13 22:03:47 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBRULES-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Neale closed JBRULES-1815.
----------------------------------

    Resolution: Out of Date


Will be updating to next webdav servlet soon anyway.

> 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: Michael Neale
>
> 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