You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Not usre] This issue does not happen on Spoon.
If your issue happens on Spoon too, it originates from Spoon (not from webSpoon). Please look at Pentaho Community Forums, or seek help at Hitachi Vantara Community, or submit an issue at Pentaho JIRA).
[Yes ] I searched for existing issues at here and there.
Expected Behavior
X-Frame-Options should be SAMEORIGIN due to I set it in webapps/spoon/WEB-INF/spring/security.xml as the following:
<http>
<intercept-urlpattern="/favicon.ico"access="permitAll"/>
<intercept-urlpattern="/rwt-resources/**"access="permitAll"/>
<intercept-urlpattern="/**"access="hasRole('USER')" />
<form-logindefault-target-url="/spoon"/>
<logout />
<!-- Spring Security's CSRF protection is disabled because RAP/RWT does not handle the CSRF token issued by Spring Security. RAP/RWT has its own CSRF protection. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=413668 for more details -->
<csrfdisabled="true"/>
<headers>
<frame-optionspolicy="SAMEORIGIN"/>
</headers>
</http>
Checklist before submitting an issue
If your issue happens on Spoon too, it originates from Spoon (not from webSpoon). Please look at Pentaho Community Forums, or seek help at Hitachi Vantara Community, or submit an issue at Pentaho JIRA).
Expected Behavior
X-Frame-Options should be SAMEORIGIN due to I set it in webapps/spoon/WEB-INF/spring/security.xml as the following:
Actual Behavior
Screenshots and error messages are helpful.
Steps to Reproduce the Problem
Specifications
Server
If deployed as a Docker container
hiromuhota/webspoon:latest
Else
Client
The text was updated successfully, but these errors were encountered: