나는 문제가 당신이 테스트를 위해, 다시 링크를 확인하고 테스트를 다시 시작 서버, portal-ext.properties
에
auth.token.check.enabled=false
를 넣을 수 p_auth=ASDFGH
와 것 같다.
특정 포틀릿/작업에 대해 토큰 검사를 사용하지 않도록 설정할 수있는 몇 가지 옵션이 있습니다.
다음과 같은 속성이 가리키는하는이 영구 링크를 원하는 무엇 portal.properties
#
# Set this to true to enable authentication token security checks. The
# checks can be disabled for specific actions via the property
# "auth.token.ignore.actions" or for specific portlets via the init
# parameter "check-auth-token" in portlet.xml.
#
auth.token.check.enabled=true
#
# Set the authentication token class. This class must implement
# com.liferay.portal.security.auth.AuthToken. This class is used to prevent
# CSRF attacks. See http://issues.liferay.com/browse/LPS-8399 for more
# information.
#
auth.token.impl=com.liferay.portal.security.auth.SessionAuthToken
#
# Input a list of comma delimited struts actions that will not be checked
# for an authentication token.
#
auth.token.ignore.actions=\
/asset/rss,\
\
/blogs/rss,\
\
/document_library/edit_file_entry,\
\
/journal/rss,\
\
/image_gallery/edit_image,\
\
/login/login,\
\
/message_boards/rss,\
\
/wiki/edit_page_attachment,\
/wiki/rss
#
# Set the shared secret that is used for requests where it is not possible
# to generate an authentication token (i.e. WSRP).
#
auth.token.shared.secret=BAHyWOT9TbPB
에서 "인증 토큰"설정인가? 웹 콘텐츠 또는 다른 항목? – Jonny
검색 결과 테이블 (동적으로 렌더링 됨)에 대한 링크입니다. – Queequeg