Hi, we have by calling one Java Class from Ivy Script Step following permission checking:

PermissionDeniedException: Session 2 (user1) is not allowed to call method public ch.ivyteam.ivy.application.ReleaseState ch.ivyteam.ivy.application.internal.ProcessModelVersion.getReleaseState().

We can set "Disable permisison checking" by script step, but i would like to know how is it possible that checking happens.

In which situations is this checked? We don't call this API method.

asked 27.10.2016 at 14:52

tauser's gravatar image

tauser
(suspended)
accept rate: 33%

edited 01.11.2016 at 11:36


Many methods that require a specific permission are called indirectly by the ivy core code. You should see the reason why .getReleaseState() was invoked in the full stack trace.

link

answered 07.11.2016 at 08:45

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×37

Asked: 27.10.2016 at 14:52

Seen: 1,710 times

Last updated: 07.11.2016 at 08:45