agea / Alfresco-HTML5-Client

Pure HTML5 and Javascript Alfresco client
MIT License
25 stars 10 forks source link

Download not functional in version 5.0.b #16

Closed kentoj closed 9 years ago

kentoj commented 9 years ago

Using this app with Alfresco 5.0.b everything seems to work excellently until I click the download link. When I click the download link I get an error message stating "This webpage is not available."

My Setup: Ubuntu Server 14.04 running Alfresco 5.0.b as a Virtual Machine through VMWare Fusion. The IP of my Machine is 192.168.172.135:8080.

My URL looks like this: http://192.168.172.135:8080/alfresco/d/a/workspace/SpacesStore/13e244a3-8ef5-45ce-ba2d-72663535cbd4/Simple%20(from%20Browser%20binding)%20(Working%20Copy%202).txt?ticket=TICKET_588b390274da9053f8374a91a04bc73a8e4e4faa

Possible issues:

  1. it could be that this app only works when the host is localhost, not a separate server.
  2. some change in Alfresco 5.0.b broke downloading.
  3. something else

If I figure out the solution I'll fork and make a pull request.

agea commented 9 years ago

I think it's because of the removal of Alfresco Explorer (the old client in JSF) in 5.0.b version. The url in the form /alfresco/d/a/ apparently does not exist anymore.