Rich Salz wrote:
Can you implement a tomcat filter that looks to see if someone is asking for the "latest" version and if so send them an http redirect?
Sure, I allready did that sort of thing: http://www.zlatkovic.com/httpredirectfilter.en.htmlSlightly modified to retarget the redirection dynamically, the thing would work for HTTP. But it would fail miserably when someone tries to access the file through FTP :)
Ciao, Igor