You cannot post messages because only members can post, and you are not currently a member.
Description:
Group for java url rewrite filter.
Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server, which allows you to rewrite URLs before they get to your code.
|
|
|
How to specify alternate urlrewrite.xml files
|
| |
Hi,
We have a requirement where we want to match the query strings in the
<from> clause of the rules, for a selected few URLs and not for
others. The way we see it we would have to create two urlrewrite.xml
files, one where the use-query-string="true" for the <urlrewrite> tag
and the other where it is not.... more »
|
|
Problem with url rewriting
|
| |
Hey there,
I'm sorry if the question has already been ansewerd but i couldn't
find an answer as there are so many posts.
My problem is that i have a url like:
localhost:7001/page.jsp?key=ho me and i want to have the form:
localhost:7001/home
the rules that i'm using are:
<rule>
<from>^paget.jsp?key=([a-z]+)$ </from>... more »
|
|
URL rewriting
|
| |
How can I use URL rewriting to change the web application context
name ?
Example :
I want to redirect [link] to [link]
(i.e. from context ABC to context DEF)
Also I want to be able to redirect [link] to [link]
(i.e. from an empty context to context XYZ)... more »
|
|
redirect specific URL to html page
|
| |
Hi,
I'm trying to write a rule that scans the incoming url and if there is
an existence of a string in that URL, then redirect to a specific html
page. I'm using this on tomcat v6 x64 on windows platform.
The incoming url would be something of the form like:
/llisapi.dll?func=brava.bravav iew<andmuch more>... more »
|
|
regex problem
|
| |
I am trying to convert this url:
/api/authenticate/<userId>?pas sword=<password>
to the following:
/api/auth/loginSimple.jsp?logi n=<userId>&password=<password>
With the following, I've been able to get the userId populated, but
after about 20 tries, I still cannot pull the password out.... more »
|
|
Help needed in integrating UrlRewritingFilter with Struts 2.X & tiles
|
| |
Dear Tech geeks,
Greetings of the day.
First of all heartiest accolades for such a great utility from this
newbie. This utility shall allow me exactly what i am trying to
achieve. However as of now i am unable to set up the UrlRewriteFilter
with my application.
I am running an web application on Tomcat (for testing) & WebSpehere... more »
|
|
Struggeling with outbound-rule
|
| |
I'm currently having problems to keep the URL the user entered after
redirecting.
For example the default example doesn't work. The "rule" rule works
without problems, every /test/status call is redirected to rewrite-
status.
<rule>
<note>
The rule means that requests to /test/status/ will be... more »
|
|
usernames and checking from servlet
|
| |
Hello,
I made usernames with urlrewrite filter like: [link]
so there are other pages like [link]
I have to make sure that no user gets this username howto, if it is
referenced in urlrewrite.
how can i ask from a servlet, whether this name is referenced in... more »
|
|
java 7 and urlrewrite
|
| |
Hello, I have compiled urlrewritefilter with ant, using jdk7.
during deploy of my web app i get the following warning:
warning: Supported source version 'RELEASE_6' from annotation
processor
'org.tuckey.web.filters.urlrew rite.annotation.UrlRewriteAnno tationProcessor'
less than -source '1.7'... more »
|
|
|