You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2009/11/20 12:31:32 UTC

svn commit: r882509 - /james/jdkim/trunk/src/site/xdoc/index.xml

Author: bago
Date: Fri Nov 20 11:31:32 2009
New Revision: 882509

URL: http://svn.apache.org/viewvc?rev=882509&view=rev
Log:
Added another hint about dnsjava 2.0.7 requirement (JDKIM-9)

Modified:
    james/jdkim/trunk/src/site/xdoc/index.xml

Modified: james/jdkim/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/xdoc/index.xml?rev=882509&r1=882508&r2=882509&view=diff
==============================================================================
--- james/jdkim/trunk/src/site/xdoc/index.xml (original)
+++ james/jdkim/trunk/src/site/xdoc/index.xml Fri Nov 20 11:31:32 2009
@@ -33,7 +33,7 @@
 			</p>
 
 			<p>
-				The 0.1 release is the first release. It requires Java
+				The 0.2 release is the first release. It requires Java
 				1.4 at runtime but for full compliance with the DKIM
 				specification the JVM running the library must support
 				SHA256withRSA cypher suite. The default Sun Java 1.4
@@ -42,6 +42,14 @@
 				like BouncyCastle and configure it appropriately in your
 				JVM.
 			</p>
+			
+			<p>
+				Please make sure you use dnsjava <strong>2.0.7 or greater</strong>
+				as 2.0.6 and previous versions don't handle correctly some TXT 
+				record escaping that are very common in DKIM public key records.
+				Failure to include such an updated dnsjava will prevent jDKIM
+				from correctly verify signatures.
+			</p>
 
 			<p>
 				The product currently include a generic library module



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org