You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/05/02 16:34:34 UTC

svn commit: r1333061 - in /shiro/trunk: core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java pom.xml

Author: lhazlewood
Date: Wed May  2 14:34:33 2012
New Revision: 1333061

URL: http://svn.apache.org/viewvc?rev=1333061&view=rev
Log:
Changed old Katasoft references to Stormpath where appropriate

Modified:
    shiro/trunk/core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java
    shiro/trunk/pom.xml

Modified: shiro/trunk/core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java
URL: http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java?rev=1333061&r1=1333060&r2=1333061&view=diff
==============================================================================
--- shiro/trunk/core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java (original)
+++ shiro/trunk/core/src/main/java/org/apache/shiro/crypto/hash/DefaultHashService.java Wed May  2 14:34:33 2012
@@ -41,7 +41,7 @@ import org.apache.shiro.util.ByteSource;
  * Secure hashing strategies often employ multiple hash iterations to slow down the hashing process.  This technique
  * is usually used for password hashing, since the longer it takes to compute a password hash, the longer it would
  * take for an attacker to compromise a password.  This
- * <a href="http://www.katasoft.com/blog/2011/04/04/strong-password-hashing-apache-shiro">Katasoft blog article</a>
+ * <a href="http://www.stormpath.com/blog/strong-password-hashing-apache-shiro">blog article</a>
  * explains in greater detail why this is useful, as well as information on how many iterations is 'enough'.
  * <p/>
  * You may set the number of hash iterations via the {@link #setHashIterations(int)} property.  The default is

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1333061&r1=1333060&r2=1333061&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Wed May  2 14:34:33 2012
@@ -140,8 +140,8 @@
             <name>Les Hazlewood</name>
             <email>lhazlewood@apache.org</email>
             <url>http://www.leshazlewood.com</url>
-            <organization>Katasoft</organization>
-            <organizationUrl>http://www.katasoft.com</organizationUrl>
+            <organization>Stormpath</organization>
+            <organizationUrl>http://www.stormpath.com</organizationUrl>
             <timezone>-8</timezone>
         </developer>
         <developer>