|
This fix has not made it's way through out all the subprojects as the typo still exists in:
- server.xml files of the server-main and servers-installers subprojects - class files in package org/apache/directory/shared/ldap/message/extended of the shared ldap subproject. Fixed the server.xml in 1.5 branch,
commit logs is : http://svn.apache.org/viewvc?view=rev&rev=482285 In 1.5 branch :
I modified the extended operation to use the new numbering scheme. There was also an error with two operation sharing the same OID ! Here are the new OIDs used : 1.3.6.1.4.1.18060.0.1.1 : LaunchDiagnosticUiRequest 1.3.6.1.4.1.18060.0.1.2 : LaunchDiagnosticUiResponse 1.3.6.1.4.1.18060.0.1.3 : GracefulShutdownRequest 1.3.6.1.4.1.18060.0.1.4 : GracefulShutdownResponse 1.3.6.1.4.1.18060.0.1.5 : GracefulDisconnect 1.3.6.1.4.1.18060.0.1.6 : StoredProcedureRequest 1.3.6.1.4.1.18060.0.1.7 : StoredProcedureResponse Commit logs : http://svn.apache.org/viewvc?view=rev&rev=482294 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
svn merge -r 481861:481862 https://svn.apache.org/repos/asf/directory/branches/apacheds/1.0 .
Here are the commit logs:
http://svn.apache.org/viewvc?view=rev&revision=481862
http://svn.apache.org/viewvc?view=rev&revision=481865