jamiewildehk / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Alternate configuration for UrlrewriteFilter #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
* It works alongside with the current mapping xml.
* Takes a custom syntax which is a per page pattern configuration.
* Check this URL for more info
http://docs.google.com/View?docid=dk3vtwp_79chws9sdj
* We use this extension for all our normal pages and fall back to the
old style for more complex usecases

Original issue reported on code.google.com by noble.p...@gmail.com on 13 Aug 2008 at 9:48

GoogleCodeExporter commented 9 years ago
* I have integrated our code into the UrlrewriteFilter codebase under a
src/pageurlrewrite . 

* It cannot live in the same source tree because my code uses java 5 and I wish 
to
keep it so. Hence the compilation is done separately and the main class is 
loaded
using reflection
* There is a sample jsp file and a sample config xml  put into the src/test-web 
folder 
* I have the testcases but it is not included in this patch because they are 
too big
I shall give it later

Please take a look and provide your valuable feedback
all documenttaion is available at 
http://docs.google.com/View?docid=dk3vtwp_79chws9sdj

Original comment by noble.p...@gmail.com on 14 Aug 2008 at 11:53

Attachments:

GoogleCodeExporter commented 9 years ago
This looks like a good idea.  I will work on integrating this patch into the 
next
release after 3.2 is released.

Original comment by tuc...@gmail.com on 18 Aug 2008 at 11:44

GoogleCodeExporter commented 9 years ago
Now that 3.2 is released can we start integrating the code with trunk?

Original comment by noble.p...@gmail.com on 16 Dec 2008 at 5:33

GoogleCodeExporter commented 9 years ago
Noble and Paul, any update on this?

Original comment by avl...@gmail.com on 6 Jan 2010 at 3:54