major
nice-to-have
defect
major
enhancement
BoundChecker has some methods that are deprecated or not being called. These should be removed.
Test
No test.
Code Migration
- "boundobject " is not a valid path in PathSecurityObjectProvider:
- Search for " path:.*boundobject " using a regular expression and replace it—typically with " path:$1model".
- Remove the component configuration parameter `com.top_logic.tool.boundsec.BoundComponent useDefaultChecker ` and instead set the configuration option ` use-default-security-parent ` in the ` com.top_logic.tool.boundsec.BoundHelper ` service to ` true `:
{{{
#!xml <config service-class="com.top_logic.tool.boundsec.BoundHelper">
<instance use-default-security-parent="true"/>
</config> }}}