Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Related Groups
Developers for J2SE, J2EE and J2ME, AJAX and Web 2.0, EJB, Web Services, RMI, JSP, XML, Javascripts, Struts, ...
Low activity, 2939 members, moderated
The official Google Web Toolkit (GWT) developer discussion group.  GWT lets you build AJAX apps in the Java ...
High activity, 19772 members
Apache web server configuration issues.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 775  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.

 

Issue 56 in urlrewritefilter: Documentation: Regex Replacements in <set> 
  Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 56 by horst.gutmann: Documentation: Regex Replacements in <set> [link] IMO it is worth mentioning that it is possible to use regex replacements not only in <to> but also in <set>. I've attached a small patch for the 2.6... more »
By codesite-nore...@google.com  - Nov 22 - 1 new of 1 message    

Can someone help with a simple rule? 
  I currently have this rule on my site which works great: <rule> <from>^/(.+)/$</from> <to>/index.cfm?/$1</to> </rule> So if someone writes in a URL such as: [link] It will redirect to [link] Which is all good.... more »
By Daniel  - Nov 21 - 5 new of 5 messages    

<to> element : help for "forward" type attribute 
  Hello, Can anyone explain this phrase from the manual doc regarding the type attribute for the <to> element where I want to use "forwad" ? "Note: In this case the "to" URL must be in the same context as UrlRewriteFilter." Maybe an example please. I am using it but even if i get the correct generated url in <to> i am... more »
By Razvan C.  - Nov 20 - 2 new of 2 messages    

Redirection from www.example.org ,www.example.net and www.exammple.com to www.example.com 
  Hi, I want redirection from [link] ,[link] and [link] to [link] [link] ---> [link] [link] ---> [link] [link] ---> [link] we tried to to write the rules in the urlrewrite.xml but it didn't work because this we need to implement in the HTTP server(web server)... more »
By mahesh  - Nov 20 - 3 new of 3 messages    

Can I redirect an .asp page coming into the site? 
  I want to redirect an .asp page coming into the site to our new java home page. <rule> <from>^/store/([^/]+)/affil.as p</from> <to>^/store/$1/home.do</to> </rule> But it is not working. What do I need to do?
By Danjojo  - Nov 19 - 2 new of 2 messages    

Issue 55 in urlrewritefilter: Outbound rule triggers for response.encodeURL but not for c:url 
  Comment #1 on issue 55 by ptomli: Outbound rule triggers for response.encodeURL but not for c:url [link] Is it possible that this is the cause of the issues I'm seeing here: [link]... more »
By codesite-nore...@google.com  - Nov 19 - 3 new of 3 messages    

An example of UrlRewrite 
  Hi All, I am new to URLRewrite and looking to do something like this : I have a URL : [link] this url needs to be shown as : [link] when we click a link. (the url is relatively formed upto [link]).... more »
By shashikant  - Nov 18 - 8 new of 8 messages    

Dynamic UrlRewrites 
  Hello, I have a website url below: [link] This is a profile page for a realtor. I want to make this url be: [link] I was able to get this working with this framework. However, it is to difficult to manage an xml file entry for every user. I would like my... more »
By skpullano  - Nov 13 - 2 new of 2 messages    

Facing problem with UrlReWrite when using query string parameter with question mark 
  Following rule is not working <outbound-rule> <from>^/world.jsp\.?country=([ a-z]+)&amp;city=([a-z]+)$</fro m> <to>/world/$1/$2</to> </outbound-rule> but without parameter in query string works fine <outbound-rule> <from>^/old/url/scheme/page.js p$</from> <to>/tidy/page</to>... more »
By jayantS  - Nov 12 - 12 new of 12 messages    

<set>-value from <from> match? 
  Hi :-) Is it possible to use matches from the <from> regex within the <set> tag? I basically want to store a matching substring into the request attributes but I couldn't find any documentation on this :-) Thank you Regards, Horst
By Horst Gutmann  - Nov 12 - 5 new of 5 messages    

1 - 10 of 775   « Newer | Older »

XML       Send email to this group: urlrewrite@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google