You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2004/10/12 06:05:42 UTC

svn commit: rev 54652 - in incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages: . application

Author: erodriguez
Date: Mon Oct 11 21:05:40 2004
New Revision: 54652

Added:
   incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/ApplicationRequest.java
      - copied, changed from rev 53733, incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/application/ApplicationRequest.java
Removed:
   incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/application/ApplicationRequest.java
Log:
Moved ApplicationRequest up to messages package as it is used in Kdc messages as the so-called Authentication Header.  I had erroneously moved it to a separate AP package with other client/service messages.

Copied: incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/ApplicationRequest.java (from rev 53733, incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/application/ApplicationRequest.java)
==============================================================================
--- incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/application/ApplicationRequest.java	(original)
+++ incubator/directory/kerberos/trunk/source/main/org/apache/kerberos/messages/ApplicationRequest.java	Mon Oct 11 21:05:40 2004
@@ -14,10 +14,9 @@
  *   limitations under the License.
  *
  */
-package org.apache.kerberos.messages.application;
+package org.apache.kerberos.messages;
 
 import org.apache.kerberos.kdc.*;
-import org.apache.kerberos.messages.*;
 import org.apache.kerberos.messages.components.*;
 import org.apache.kerberos.messages.value.*;