Repository: shiro-site Updated Branches: refs/heads/master a03ba8cc2 -> 63d6d21f7
add rewrite-servlet to 3rd party integrations Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/63d6d21f Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/63d6d21f Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/63d6d21f Branch: refs/heads/master Commit: 63d6d21f799c5398a35d65d9324f779e371b4213 Parents: a03ba8c Author: Brian Demers <[email protected]> Authored: Thu Oct 27 09:42:38 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Thu Oct 27 09:42:38 2016 -0400 ---------------------------------------------------------------------- integration.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro-site/blob/63d6d21f/integration.md ---------------------------------------------------------------------- diff --git a/integration.md b/integration.md index 4729d17..cfaaf37 100644 --- a/integration.md +++ b/integration.md @@ -59,6 +59,9 @@ A [Thymeleaf](http://www.thymeleaf.org/) dialect for [Apache Shiro](https://shir * **[Krail](https://github.com/davidsowerby/krail)** from [@davidsowerby](https://github.com/davidsowerby) Krail provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others. +* **[Rewrite Servlet](https://github.com/ocpsoft/rewrite/tree/master/security-integration-shiro)** from [ocpsoft](http://www.ocpsoft.org/rewrite/) +A highly configurable URL-rewriting tool for Java EE 6+ and Servlet 2.5+ applications + ## Ports * **[Turnstile](https://github.com/stormpath/Turnstile)** - Swift
