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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ed394e24 [LINKS] doFilterInternal,latestVersion
     new f850a9ddf Merge pull request #168 from 
bmarwell/doFilterInternal_htaccess_redir_1.9.1
7ed394e24 is described below

commit 7ed394e243bdfba88304d8c166418b80ddb0c2df
Author: Benjamin Marwell <[email protected]>
AuthorDate: Sun Jul 24 14:03:23 2022 +0200

    [LINKS] doFilterInternal,latestVersion
---
 src/site/assets/.htaccess     | 4 ++--
 src/site/content/testing.adoc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess
index 04059f5f8..8917f8eac 100644
--- a/src/site/assets/.htaccess
+++ b/src/site/assets/.htaccess
@@ -51,5 +51,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1
 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1
 
 # latest
-RedirectMatch /static/current(.*) /static/1.9.0$1
-RedirectMatch /static/latest(.*) /static/1.9.0$1
+RedirectMatch /static/current(.*) /static/1.9.1$1
+RedirectMatch /static/latest(.*) /static/1.9.1$1
diff --git a/src/site/content/testing.adoc b/src/site/content/testing.adoc
index 0e75ffe70..d6d2a72fc 100644
--- a/src/site/content/testing.adoc
+++ b/src/site/content/testing.adoc
@@ -21,7 +21,7 @@ This means three basic things must always occur in order to 
support being able t
 . The `Subject` instance must be _bound_ to the currently executing thread.
 . After the thread is finished executing (or if the thread's execution results 
in a `Throwable`), the `Subject` must be _unbound_ to ensure that the thread 
remains 'clean' in any thread-pooled environment.
 
-Shiro has architectural components that perform this bind/unbind logic 
automatically for a running application. For example, in a web application, the 
root Shiro Filter performs this logic when 
link:http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/servlet/AbstractShiroFilter.html#doFilterInternal-javax.servlet.ServletRequest-javax.servlet.ServletResponse-javax.servlet.FilterChain-[filtering
 a request]. But as test environments and frameworks differ, we need to perform 
 [...]
+Shiro has architectural components that perform this bind/unbind logic 
automatically for a running application. For example, in a web application, the 
root Shiro Filter performs this logic when 
link:++http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/servlet/AbstractShiroFilter.html#doFilterInternal(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain)++[filtering
 a request]. But as test environments and frameworks differ, we need to perf 
[...]
 
 [#Testing-TestSetup]
 == Test Setup

Reply via email to