Author: mgrigorov
Date: Wed Aug 17 09:04:30 2011
New Revision: 1158587

URL: http://svn.apache.org/viewvc?rev=1158587&view=rev
Log:
Minor doc fixes.

Modified:
    wicket/trunk/README
    
wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java

Modified: wicket/trunk/README
URL: 
http://svn.apache.org/viewvc/wicket/trunk/README?rev=1158587&r1=1158586&r2=1158587&view=diff
==============================================================================
--- wicket/trunk/README (original)
+++ wicket/trunk/README Wed Aug 17 09:04:30 2011
@@ -240,6 +240,6 @@ Section 740.13) for both object code and
 
 The following provides more details on the included cryptographic software:
 
-For encoding HTTP URL data (see 
org.apache.wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy) 
+For encoding HTTP URL data (see org.apache.wicket.request.mapper.CryptoMapper) 
 Wicket requires the Java Cryptography extensions 
(http://java.sun.com/javase/technologies/security/). Wicket
 does not include these libraries itself, but is designed to use them.

Modified: 
wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java?rev=1158587&r1=1158586&r2=1158587&view=diff
==============================================================================
--- 
wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
 (original)
+++ 
wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
 Wed Aug 17 09:04:30 2011
@@ -32,8 +32,8 @@ import javax.crypto.spec.PBEParameterSpe
 /**
  * Provide some simple means to encrypt and decrypt strings such as passwords. 
The whole
  * implementation is based around Sun's security providers and uses the <a
- * 
href="http://www.semoa.org/docs/api/cdc/standard/pbe/PBEWithMD5AndDES.html";>PBEWithMD5AndDES</a>
- * method to encrypt and decrypt the data.
+ * href="http://www.ietf.org/rfc/rfc2898.txt";>PBEWithMD5AndDES</a> method to 
encrypt and decrypt the
+ * data.
  * 
  * @author Juergen Donnerstag
  */


Reply via email to