Bug 32357 - [PATCH] equals(Object) of Ace is incorrect
Summary: [PATCH] equals(Object) of Ace is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.1
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 11:59 UTC by Johan Stuyts
Modified: 2004-11-23 06:19 UTC (History)
0 users



Attachments
Patch for equals(Object) method of Ace class (2.27 KB, patch)
2004-11-23 12:00 UTC, Johan Stuyts
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Stuyts 2004-11-23 11:59:27 UTC
The equals(Object) method of org.apache.webdav.lib.Ace is not correctly 
implemented. The result of the comparison of the property attribute is not 
assigned to a variable. And the variable for the iterator of the privileges of 
the other ACE is incorrectly assigned the iterator of the privileges of the 
current ACE.
Comment 1 Johan Stuyts 2004-11-23 12:00:05 UTC
Created attachment 13522 [details]
Patch for equals(Object) method of Ace class