Hello, I'm having issues with the way my app is being crawled by search engines. A jsessionid parameter is being added to the URL of each request, making the link obtained by the search engine useless.
I'm running Jetty 6. I know from perusing the web that this jsessionid is being added by Jetty, but I don't know how to disable that, other than writing a ServletFilter ( http://mail-archives.apache.org/mod_mbox/tapestry-users/200606.mbox/% 3c85ce4e3fd2ec2c4e8aae39916ac1a3830f9bc...@ms07.mse2.exchange.ms%3e ). This is something I'd rather not get into. Any suggestions? Or does anyone have any working T5 code I could plug in that would take care of this for me? Thanks, Andy