Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1114  Older »

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 »
By dushy  - May 24 - 2 new of 2 messages    

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 »
By George A  - May 22 - 2 new of 2 messages    

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 »
By WantToKnow  - May 15 - 2 new of 2 messages    

How to make UrlRewrite write absolute URLs to location header field 
  Hi there, according to [link] the URL in location field must be absolute. When I define the following rule <rule> <from>^/search/([SEARCH_TERM_R EGEX])/page-1.html$</from> <to type="permanent-redirect">/sea rch/$1.html</to> </rule>... more »
By Stefan Makakis  - May 14 - 3 new of 3 messages    

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 »
By Rob A  - May 10 - 2 new of 2 messages    

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 »
By Ben Carlson  - May 9 - 3 new of 3 messages    

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 »
By vivek  - May 8 - 7 new of 7 messages    

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 »
By Martin Keiblinger  - May 8 - 2 new of 2 messages    

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 »
By cambazz  - Apr 17 - 1 new of 1 message    

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 »
By cambazz  - Apr 16 - 1 new of 1 message    

1 - 10 of 1114   « Newer | Older »

XML       Send email to this group: urlrewrite@googlegroups.com