直接从Alfresco访问文件/内容,无需登录

编程入门 行业动态 更新时间:2024-10-25 14:24:30
本文介绍了直接从Alfresco访问文件/内容,无需登录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我的情况是这样。

我有一个Web应用程序,该应用程序使用ALFRESCO CMS显示文件或图像。 我正在做的是我使用Java servlet中的用户名和密码登录到露天仓库,并且可以获得该登录的票证。但是我无法使用该票证直接从浏览器访问文件/图像。当我从浏览器启动URL(带有票证)时,它会转到露天登录页面以获取凭据。

I am having a web application which uses the ALFRESCO CMS to display files or images. What I am doing is I login to alfresco using username and password in a Java servlet and I can able to get a ticket for that login. But I could not able to access the file/image from browser directly with that ticket. When I launch the url (with ticket) from the browser it goes to alfresco login page for credentials.

我们是否可以通过任何方式以编程方式登录露天并获得票证,并使用该票证在浏览器中直接显示文件/内容 。 (注意:我不想通过GET传递用户名和密码)

Do we have any way to login to alfresco programmatically and get the ticket and show the file/content directly in browser using that ticket. (Note: I do not want to pass the username and password via GET)

请帮助。 提前致谢。

Please help. Thanks in Advance.

推荐答案

您可以按照 Wiki 页,以url作为参数。

You can do that following this Wiki page providing the url as a parameter.

例如像

/alfresco/download/direct/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf?ticket=1234567890

/alfresco/download/direct/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf?ticket=1234567890

或者简称

/ alfresco / d / d / workspace / SpacesStore / 0000-0000-0000-0000 / myfile.pdf?ticket = 1234567890

/alfresco/d/d/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf?ticket=1234567890

更多推荐

直接从Alfresco访问文件/内容,无需登录

本文发布于:2023-11-28 09:30:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1641854.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件   内容   Alfresco

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!