Author: veithen
Date: Sat May 16 02:34:08 2015
New Revision: 1679677

URL: http://svn.apache.org/r1679677
Log:
AXIOM-467: Add a disclaimer that Axiom doesn't make any guarantees about its 
ability to process invalid MIME messages.

Modified:
    webservices/axiom/trunk/userguide/src/docbkx/userguide.xml

Modified: webservices/axiom/trunk/userguide/src/docbkx/userguide.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/src/docbkx/userguide.xml?rev=1679677&r1=1679676&r2=1679677&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/src/docbkx/userguide.xml (original)
+++ webservices/axiom/trunk/userguide/src/docbkx/userguide.xml Sat May 16 
02:34:08 2015
@@ -1419,6 +1419,12 @@ while (iterator.hasNext()) {
                         Projects that use other build tools must explicity add 
the <filename>apache-mime4j-core</filename>
                         library to the list of dependencies.
                     </para>
+                    <para>
+                        Axiom uses Mime4J in strict mode. This means that some 
non conforming MIME messages
+                        that would have been processed successfully by 
previous Axiom versions may be rejected by
+                        Axiom 1.2.13. Please note that Axiom doesn't make any 
guarantees about its ability to process
+                        invalid messages.
+                    </para>
                 </section>
                 <section>
                     <title>Support for MIME part streaming</title>


Reply via email to