[Hypercontent-users] problem with download
Brought to you by:
alexvigdor
From: Susan B. <sus...@ya...> - 2004-11-23 22:41:40
|
I am running into a problem with downloads. When in the upload/download screen for an xml file the bottom of the page contains a link for getting the download (with text: "Right Click to Download file"). The url is (for example): http <worker%2Fdownload%2Ftag.idempotent.worker.download.target.n562.uP?-2467498002549516683>://[server]/uPortal/worker%2Fdownload%2Ftag.idempotent.worker.download.target.n562.uP?-2467498002549516683 The escaped forward slashes in the url after the uPortal context cause problems for the mod_jk2 connector and Apache such that I get a file not found error. If I change the escape sequences '%2f ' to slash '/ ' then it works. However, I believe the whole portion after uPortal/ and before tag should not be there. The channel seems to have a method getDownloadWorkerURL which is getting called and is stripping the extraneous part out yet the url still appears. Can you tell me how to get the url to come out correctly? Thanks. Susan |