Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-09-14 17:18:00 +02:00
28 changed files with 40 additions and 62 deletions

View File

@@ -259,7 +259,7 @@ public class ContentRequestMatchers {
* two are "similar" - i.e. they contain the same elements and attributes
* regardless of order.
* <p>Use of this matcher assumes the
* <a href="http://xmlunit.sourceforge.net/">XMLUnit</a> library is available.
* <a href="https://www.xmlunit.org/">XMLUnit</a> library is available.
* @param expectedXmlContent the expected XML content
*/
public RequestMatcher xml(String expectedXmlContent) {

View File

@@ -40,7 +40,7 @@ import org.springframework.util.Assert;
/**
* {@code MockMvcWebConnection} enables {@link MockMvc} to transform a
* {@link WebRequest} into a {@link WebResponse}.
* <p>This is the core integration with <a href="http://htmlunit.sourceforge.net/">HtmlUnit</a>.
* <p>This is the core integration with <a href="https://htmlunit.sourceforge.io/">HtmlUnit</a>.
* <p>Example usage can be seen below.
*
* <pre class="code">

View File

@@ -160,7 +160,7 @@ public class ContentResultMatchers {
* are "similar" - i.e. they contain the same elements and attributes
* regardless of order.
* <p>Use of this matcher requires the <a
* href="http://xmlunit.sourceforge.net/">XMLUnit</a> library.
* href="https://www.xmlunit.org/">XMLUnit</a> library.
* @param xmlContent the expected XML content
* @see MockMvcResultMatchers#xpath(String, Object...)
* @see MockMvcResultMatchers#xpath(String, Map, Object...)