Blob Blame History Raw
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/callback/PasswordValidationCallback.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/callback/PasswordValidationCallback.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/callback/PasswordValidationCallback.java	2007-07-12 17:12:52.963741000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/callback/PasswordValidationCallback.java	2012-01-25 03:09:28.911003173 -0500
@@ -45,7 +45,7 @@ public class PasswordValidationCallback
     * Create a new PasswordValidationCallback.
     * 
     * @param username the username to authenticate
-    * @param password the user’s password, which may be null.
+    * @param password the user's password, which may be null.
     */
    public PasswordValidationCallback(Subject subject, String username, char[] password)
    {
@@ -65,7 +65,7 @@ public class PasswordValidationCallback
    /**
     * Get the password.
     * <b>Note</b> that this method returns a reference to the password. If a clone 
-    * of the array is created it is the caller’s responsibility to zero out 
+    * of the array is created it is the caller's responsibility to zero out 
     * the password information after it is no longer needed.
     * 
     * @return the password, which may be null.
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/AuthConfigFactory.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/AuthConfigFactory.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/AuthConfigFactory.java	2010-11-01 13:27:39.306523000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/AuthConfigFactory.java	2012-01-25 03:08:47.928999881 -0500
@@ -146,7 +146,7 @@ public abstract class AuthConfigFactory
     * e.g., with setfactory, it will be returned. Otherwise, an attempt will be made to 
     * construct an instance of the default AuthConfigFactory implementation class. The 
     * fully qualified class name of the default factory implementation class is obtained
-    * from the value of the “authconfigprovider.factory” security property.  When an 
+    * from the value of the 'authconfigprovider.factory' security property.  When an 
     * instance of the defaultfactory implementation class is successfully constructed by 
     * this method, this method will set it as the system-wide factory instance.</p>
     * 
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/AuthConfigProvider.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/AuthConfigProvider.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/AuthConfigProvider.java	2010-11-01 13:27:39.306523000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/AuthConfigProvider.java	2012-01-25 03:07:46.583995837 -0500
@@ -78,7 +78,7 @@ public interface AuthConfigProvider
     *               encapsulated by ClientAuthContext objects derived from the 
     *               returned ClientAuthConfig. This parameter may be null, in which 
     *               case the implementation may assign a default handler to the 
-    *               configuration. The “authconfigprovider.client.callbackhandler” 
+    *               configuration. The 'authconfigprovider.client.callbackhandler' 
     *               security property is used to define the fully qualified name of 
     *               the default CallbackHandler implementation class.
     * @return a ClientAuthConfig Object that describes the configuration of 
@@ -107,7 +107,7 @@ public interface AuthConfigProvider
     *               encapsulated by ServerAuthContext objects derived from the 
     *               returned ServerAuthConfig. This parameter may be null, in which 
     *               case the implementation may assign a default handler to the 
-    *               configuration. The “authconfigprovider.client.callbackhandler” 
+    *               configuration. The 'authconfigprovider.client.callbackhandler' 
     *               security property is used to define the fully qualified name of 
     *               the default CallbackHandler implementation class.
     * @return a ServerAuthConfig Object that describes the configuration of 
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/ClientAuthConfig.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/ClientAuthConfig.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/ClientAuthConfig.java	2007-07-12 17:12:52.963741000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/ClientAuthConfig.java	2012-01-25 03:08:21.216999641 -0500
@@ -59,7 +59,7 @@ public interface ClientAuthConfig extend
     * returned ClientAuthContext instance.</p>
     * <p>The ClientAuthConfig object establishes the request and response MessagePolicy 
     * objects that are passed to the encapsulated modules when they are initialized by the 
-    * returned ClientAuthContext instance. It is the modules’ responsibility to enforce 
+    * returned ClientAuthContext instance. It is the modules' responsibility to enforce 
     * these policies when invoked.</p>
     * 
     * @param operation an operation identifier used to index the provided config, or null. 
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/ServerAuthConfig.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/ServerAuthConfig.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/config/ServerAuthConfig.java	2007-07-12 17:12:52.963741000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/config/ServerAuthConfig.java	2012-01-25 03:08:04.313005589 -0500
@@ -57,7 +57,7 @@ public interface ServerAuthConfig extend
     * returned ServerAuthContext instance.</p>
     * <p>The ServerAuthConfig object establishes the request and response MessagePolicy 
     * objects that are passed to the encapsulated modules when they are initialized by 
-    * the returned ServerAuthContext instance. It is the modules’ responsibility to 
+    * the returned ServerAuthContext instance. It is the modules' responsibility to 
     * enforce these policies when invoked.</p>
     * 
     * @param operation an operation identifier used to index the provided config, or null. 
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/module/ClientAuthModule.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/module/ClientAuthModule.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/module/ClientAuthModule.java	2007-07-12 17:12:52.963741000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/module/ClientAuthModule.java	2012-01-25 03:09:42.707999766 -0500
@@ -33,7 +33,7 @@ import javax.security.auth.message.Messa
  *  response messages.</p>
  *  <p>A module implementation should assume it may be used to secure different 
  *  requests as different clients. A module should also assume it may be used 
- *  concurrently by multiple callers. It is the module implementation’s responsibility 
+ *  concurrently by multiple callers. It is the module implementation's responsibility 
  *  to properly save and restore any state as necessary. A module that does not need 
  *  to do so may remain completely stateless. </p>
  *  
@@ -75,4 +75,4 @@ public interface ClientAuthModule extend
     */
    public void initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy,
          CallbackHandler handler, Map options) throws AuthException; 
-}
\ No newline at end of file
+}
diff -rupN jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/module/ServerAuthModule.java jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/module/ServerAuthModule.java
--- jboss-jaspi-1.0-api-1.0.0.Final.orig/src/main/java/javax/security/auth/message/module/ServerAuthModule.java	2006-05-23 16:18:57.000000000 -0400
+++ jboss-jaspi-1.0-api-1.0.0.Final/src/main/java/javax/security/auth/message/module/ServerAuthModule.java	2012-01-25 03:10:01.969000194 -0500
@@ -35,7 +35,7 @@ import javax.security.auth.message.Serve
  *  back to the client.</p>
  *  <p>A module implementation should assume it may be used to secure different 
  *  requests as different clients. A module should also assume it may be used 
- *  concurrently by multiple callers. It is the module implementation’s responsibility 
+ *  concurrently by multiple callers. It is the module implementation's responsibility 
  *  to properly save and restore any state as necessary. A module that does not need 
  *  to do so may remain completely stateless. Every implementation of the interface 
  *  must provide a public zero argument contructor.</p>