You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/fml/faq.fml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -337,9 +337,9 @@ INFO: Redirect requested but followRedirects is disabled</source>
337
337
<p>
338
338
Make sure
339
339
<ol>
340
-
<li>that you are using the latest version of HtmlUnit, and
341
-
<li>that you are calling WebClient.close() (or use <ahref="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html">try-with-resources</a>) when you are finished with your WebClient instance.
342
-
<ol>
340
+
<li>that you are using the latest version of HtmlUnit, and</li>
341
+
<li>that you are calling WebClient.close() (or use <ahref="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html">try-with-resources</a>) when you are finished with your WebClient instance.</li>
342
+
</ol>
343
343
</p>
344
344
<p>
345
345
Like real browsers HtmlUnit maintains a history for every window to be able to support the back() action. If you don't need this
0 commit comments