I am using Alfresco as the repository for images of an image gallery implemented in Struts. The problem is that when the html is presented to the client, I want to pass the direct URL of the image like this
<img src="http://www.mycompany.com/alfresco/download/direct?path=/CompanyHome/Web Projects/Images/fantasy.jpg"/> Of course this doesn't work because the ticket "alf_ticket" is not in the URL and alfresco will take user to the login page. How could I get the "alf_ticket" with Apache chemistry API?
