Community
Participate
Working Groups
Suppress exception while startup of application, if no assembler is available for a autostart node. If no assembler is available when providing some node after startup an exception should still be thrown. This behavior should be independent on how the node is provided (create, navigate, jump).
Changed behavior in AbstractSimpleNavigationNodeProvider
Sees fix seems to be especially helpfull for authorization. An Assembler could decide NOT to create a node because of missing access rights by the user. If that an autostart thing (like a subapplication brought up at startup time) then that would work fine. (Previously that would result in an error) However if you navigate or jump at runtime to a node that the user has no access right, thats a programming error (you shouldnt jump in the first place) and hence we throw an exception.