Free cookie consent management tool by TermsFeed Policy Generator

Custom Query (2734 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2734)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Owner Reporter Resolution Summary
#422 gkronber gkronber done Persistence doesn't work for types in plugins with multiple assemblies
Description

The persistence manager creates an overall list of necessary plugins for the persisted document. For this it tries to find a class inheriting from IPlugin in the declaring assembly of the persisted type (via DiscoveryService). However, if the plugin is made up of multiple assemblies then only one of them contains a class inheriting from IPlugin and thus, discovery in the declaring assembly doesn't work.

#699 gkronber gkronber duplicate Refactor ManagerForm
#831 gkronber gkronber done Activate restricted permission set for sandboxed AppDomains
Description

Currently the permission policy for 'sandboxed' AppDomains is unrestricted.

This is relevant for plugins HeuristicLab.Hive.Client and HeuristicLab.Grid which create a new appdomain for each job. Additionally HeuristicLab.Hive.Client loads plugins dynamically which causes additional troubles in combination with the security policy.

Probably the sandboxing mechanism has to be changed completely. Ideally we create a temporary directory for each job where we can store the files (assemblies) that are necessary for that job and use this directory as base-path (or private bin path) for the job-specific sandbox.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.