Skip to content
Snippets Groups Projects
Commit 9f6ae2fe authored by brinn's avatar brinn
Browse files

Change set of accepted exception classes for not requiring masquerading.

SVN: 26772
parent 057a22af
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public final class ExceptionUtils ...@@ -35,7 +35,7 @@ public final class ExceptionUtils
* Default packages (and subpackages) for not been masqueraded. * Default packages (and subpackages) for not been masqueraded.
*/ */
private final static String[] ACCEPTED_PACKAGE_NAME_DEPENDENCIES = private final static String[] ACCEPTED_PACKAGE_NAME_DEPENDENCIES =
{ "java.lang", "ch.systemsx.cisd.common"}; { "java.lang", "ch.systemsx.cisd.base" };
ExceptionUtils() ExceptionUtils()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment