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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Click on the filter's name to access its documentation:
16
16
17
17
| Filter | Description |
18
18
| --- | --- |
19
-
|[CacheFilter](../../wiki/CacheFilter)| Allows you to enable browser caching for requested resources. |
20
-
|[NoCacheFilter](../../wiki/NoCacheFilter)| Allows you to completely disable browser caching for requested resources. |
21
-
|[NoETagFilter](../../wiki/NoETagFilter)| Allows you to disable HTTP ETag headers set by most Java web containers (e.g. [Tomcat](http://tomcat.apache.org/)). |
19
+
|[CacheFilter](https://github.com/samaxes/javaee-cache-filter/wiki/CacheFilter)| Allows you to enable browser caching for requested resources. |
20
+
|[NoCacheFilter](https://github.com/samaxes/javaee-cache-filter/wiki/NoCacheFilter)| Allows you to completely disable browser caching for requested resources. |
21
+
|[NoETagFilter](https://github.com/samaxes/javaee-cache-filter/wiki/NoETagFilter)| Allows you to disable HTTP ETag headers set by most Java web containers (e.g. [Tomcat](http://tomcat.apache.org/)). |
0 commit comments