Top "Tuckey-urlrewrite-filter" questions

An rule-based URLRewrite filter for Java Servlet technologies, similar to apache's mod_rewrite.

Rewrite spring-security redirect URLs

I'm trying to get Tuckey UrlRewriteFilter to tidy up URLs for my webapp. One problem I've got is that when …

java spring-mvc url-rewriting spring-security tuckey-urlrewrite-filter
URL Rewriting in Java and Spring

I am new to Java and spring.I need to know how we can achieve URL rewriting in Java and …

java spring spring-mvc url-rewriting tuckey-urlrewrite-filter
SpringMVC url rewrite with tuckey UrlRewriteFilter

How can I rewrite url in SpringMVC with tuckey's UrlRewriteFilter like this: From http://localhost:8080/demo/api.do?method=getUser&…

java spring-mvc url-rewriting restful-url tuckey-urlrewrite-filter
Forwarding requests between contexts in Tomcat

I'd like to be able to do cross-context request forwarding in Tomcat with the Tuckey URLRewrite filter. For example, I'd …

spring tomcat servlets url-rewriting tuckey-urlrewrite-filter
Why use a Url Rewrite Filter in Spring?

A Spring app I'm using declares a Tuckey UrlReWrite Filter and then sets up a rewrite rule as the following: &…

spring spring-mvc url-rewriting servlet-filters tuckey-urlrewrite-filter
Redirecting http://www.example.com to http://example.com

How do I redirect http://www.example.com to http://example.com in Tomcat? All the documentation focuses on Apache, …

tomcat tomcat7 tuckey-urlrewrite-filter