Hi, a small problem, using the code you suggested, the download of file doesn't work, because as seen here ( http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html , and http://www.caucho.com/resin-3.0/webapp/faq.xtp ) in the href i got the last part of the URL Path (and at least i got the last slash), and with Web Start this gives me problems because he wants only the file name.
So I'd like to use my version (as in the sample sent last week), using request.getRequestURL().toString() , and then sanitizing returned strings to ensure slash and other chars are cleaned, and put where necessary. I'll make some tests to see if moving this stuff in a single jsp include. Comments ? Thanks, Sandro
