History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
DIRSERVER-784
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Ersin Er
Reporter:
Ersin Er
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Directory ApacheDS
The server fails to handle subtree refinement membership references in entries upon object class changes
Created:
20/Nov/06 11:19 PM
Updated:
13/Feb/07 10:02 PM
Return to search
Component/s:
core
Affects Version/s:
1.5.2, 1.5.1, 1.5.0, 1.0.1, 1.0, 1.0-RC4, 1.0-RC3, 1.0-RC2, 1.0-RC1, pre-1.0
Fix Version/s:
1.5.0
,
1.0.1
Time Tracking:
Not Specified
Issue Links:
Incorporates
This issue
is part of
:
DIRSERVER-848
The server fails to handle subtree specification membership references in entries upon entry modifications
Resolution Date:
13/Feb/07 10:01 PM
Description
« Hide
The test demostrating the problem:
http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=markup&pathrev=477394
Solution:
SubentryService's modify routines should be updated so that they take action upon objectClass attribute value changes and recalculate subentry references.
PS: I have not added the test class to 1.0 branch. It should also be added there.
Description
The test demostrating the problem:
http://svn.apache.org/viewvc/directory/trunks/apacheds/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java?view=markup&pathrev=477394
Solution: SubentryService's modify routines should be updated so that they take action upon objectClass attribute value changes and recalculate subentry references. PS: I have not added the test class to 1.0 branch. It should also be added there.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#507215
Tue Feb 13 20:58:19 UTC 2007
ersiner
Fixed
DIRSERVER-784
and
DIRSERVER-848
.
Files Changed
MODIFY
/directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/subtree/SubentryService.java
Repository
Revision
Date
User
Message
ASF
#507218
Tue Feb 13 21:01:06 UTC 2007
ersiner
Added test cases for
DIRSERVER-784
and
DIRSERVER-848
as they have been fixed.
Files Changed
MODIFY
/directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java
ADD
/directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceEntryModificationHandlingITest.java
Repository
Revision
Date
User
Message
ASF
#507250
Tue Feb 13 21:55:39 UTC 2007
ersiner
Fixed
DIRSERVER-784
.
Ported the fix from 1.5 fix and had serious pbs. But all are OK now.
Also added test cases for the fix.
Files Changed
MODIFY
/directory/apacheds/branches/1.0/core/src/main/java/org/apache/directory/server/core/subtree/SubentryService.java
ADD
/directory/apacheds/branches/1.0/core-unit/src/test/java/org/apache/directory/server/core/subtree/SubentryServiceObjectClassChangeHandlingITest.java