[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1815) DoPropfind servlet ignores property attributes due to bad refactoring
Michael Neale (JIRA)
jira-events at lists.jboss.org
Wed Jan 21 17:27:04 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449098#action_12449098 ]
Michael Neale commented on JBRULES-1815:
----------------------------------------
no idea what this means? this code came from the webdav project - any patch available?
> 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