This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit 0a26f8cbd262aad1d94022356d14b21c6ad0242a Author: Benjamin Marwell <[email protected]> AuthorDate: Mon Sep 13 21:07:51 2021 +0200 fix one code block --- jbake/content/web.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbake/content/web.adoc b/jbake/content/web.adoc index 7c9d10e..f706489 100644 --- a/jbake/content/web.adoc +++ b/jbake/content/web.adoc @@ -70,7 +70,7 @@ It is usually desirable to define the `ShiroFilter filter-mapping` before any ot [INFO] .ShiroFilter default encoding ==== -The shiro filter is a standard servlet filter, with a default encoding of ISO-8859-1 according to the <a href="https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet-4_0_FINAL.pdf">servlet specification</a>. However, the client can choose to send authentication data with a different encoding using the <code>charset</code> attribute of the <code>Content-Type</code> header. +The shiro filter is a standard servlet filter, with a default encoding of ISO-8859-1 according to the link:https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet-4_0_FINAL.pdf[servlet specification]. However, the client can choose to send authentication data with a different encoding using the `charset` attribute of the `Content-Type` header. ==== ===== Custom `WebEnvironment` Class
