PDA

View Full Version : URL Rewriter


lescarleton
07-14-2005, 02:32 AM
Hi,

I'd like to request the ability to rewrite a URL based on a regular expression (I use this feature in Jpluck to map links on RSS feeds to corresponding "printer friendly" pages that are easier to render on the PDA).

The format on Jpluck is something like ...
<uriRewrite pattern="http://.*.yahoo.com/.*$" value="${uri}&amp;printer=1"/>

The other nice thing to have would be multithreading (e.g. 5 retrieves in parallel)

Thanks!

...Les...