Bugzilla – Bug 3473
ServiceAuthorizationChain bug in setPolicy node import missing
Last modified: 2005-06-14 10:29:49
You need to log in before you can comment on or make changes to this bug.
The nodes retrieved in the setPolicy method are not imported in one branch of the code causing a dom exception. Patch is attached.
Created an attachment (id=637) [details] ServiceAuthorizationChain patch
You have a test case for it too? :)
Patch applied. Thanks. Committed to trunk and globus_40_branch.
Created an attachment (id=638) [details] diff to core unit test testing setPolicy bug fix
Created an attachment (id=639) [details] diff to test suite making it easier to extend
thanks jarek I have attached some test patches that would be good to get in too
I checked in the test case. Thanks. Any specific reason for the change in GridTestSuite?
Yes we are extending the gt4 test framework in our code to only work with generated creds. And to do that smoothly we need to have access to the test container in the subclass. /Thomas
Ok, committed.