Bugzilla – Bug 4926
DelegationUtil's delegate() doesn't use EPRs
Last modified: 2007-02-15 13:05:49
You need to log in before you can comment on or make changes to this bug.
The delegate() method in DelegationUtil takes a String URL instead of an EPR like the rest of the methods in this class. I've created a version of delegate() which does this. I've also modified the String URL version to simply generate an EPR and call the new version of delegate(). Attachement comming forthwith.
Created an attachment (id=1146) [details] HEAD diff -u of DelegationUtil.java The patches DelegationUtil.java to add an EPR version of delegate().
Patch committed to trunk.