Skip to content

Commit

Permalink
XWIKI-7692: java.lang.ClassCastException when viewing installed exten…
Browse files Browse the repository at this point in the history
…sions

Safer installed extension namespaces
  • Loading branch information
tmortagne committed Apr 6, 2012
1 parent f56e98e commit 70fbbda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ public boolean isInstalled(String namespace)
@Override
public Collection<String> getNamespaces()
{
return getWrapped().getNamespaces();
return safe(getWrapped().getNamespaces());
}

@Override
Expand Down

0 comments on commit 70fbbda

Please sign in to comment.