From 11a1467cc3863646efd36f84be963baf00cf00ce Mon Sep 17 00:00:00 2001 From: Paul Tuckey Date: Fri, 20 Oct 2023 09:37:19 +1300 Subject: [PATCH] remove ref to 5.1 --- src/doc/manual/5.0/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/manual/5.0/index.html b/src/doc/manual/5.0/index.html index 5468bd49..4e5001d7 100644 --- a/src/doc/manual/5.0/index.html +++ b/src/doc/manual/5.0/index.html @@ -86,12 +86,12 @@

Install

  1. Add Maven dependency below or add - urlrewritefilter-5.1.2.jar + urlrewritefilter-5.0.0.jar directly into your WEB-INF/lib directory.
    <dependency>
         <groupId>org.tuckey</groupId>
         <artifactId>urlrewritefilter</artifactId>
    -    <version>5.1.2</version>
    +    <version>5.0.0</version>
     </dependency>
  2. Add the following to your WEB-INF/web.xml (add it near the top above your servlet mappings (if you have any)): (see filter