Visualis icon indicating copy to clipboard operation
Visualis copied to clipboard

[Fix Bug]Don't filter out Visualis-share URLs

Open silly-carbon opened this issue 4 years ago • 1 comments

If we share a dashboard of Visualis in the normal way(no login required, as defined by Visualis), anonymous users would not be able to visit this shared URL because this 'edp.davinci.core.inteceptor.CurrentUserMethodArgumentResolver' would filter this URL out, don't let it pass, and this dashboard can never be really shared this way.

That's not what was intended to be. This BUG is fixed in this PR.

普通分享页特殊处理,可以不需要登录(不影响授权分享页,授权分享依旧需要登录)

silly-carbon avatar Feb 18 '21 02:02 silly-carbon