This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f4bd72b  Minor correction to tip formatting in web.html
f4bd72b is described below

commit f4bd72b8e6b3e70481459196ea1235125abc2234
Author: Brian Demers <[email protected]>
AuthorDate: Thu May 21 14:45:44 2020 -0400

    Minor correction to tip formatting in web.html
---
 web.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web.md.vtl b/web.md.vtl
index 7e0fab3..6ae849a 100644
--- a/web.md.vtl
+++ b/web.md.vtl
@@ -130,7 +130,7 @@ Here is what the above config does:
 
 #tip('ShiroFilter filter-mapping', 'It is usually desirable to define the 
`ShiroFilter filter-mapping` before any other `filter-mapping` declarations to 
ensure that Shiro can function in those filters as well.')
 
-#tip('ShiroFilter default encoding', 'The shiro filter is a standard servlet 
filter, with a default encoding of ISO-8859-1 according to the [servlet 
specification](https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet-4_0_FINAL.pdf).
 However, the client can choose to send authentication data with a different 
encoding using the `charset` attribute of the `Content-Type` header.')
+#tip('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.')
 
 <a name="Web-Custom%7B%7BWebEnvironment%7D%7DClass"></a>
 #[[#####Custom `WebEnvironment` Class]]#

Reply via email to