try {
portalUrl = new PortalActionURL(uri);
} catch (MalformedURLException e) {
return uri;
}
portalUrl.removeParameter(Bridge.DIRECT_LINK);
return portalUrl.toString();
}
private static final String[] specialResources = { "/tiny_mce/",
"scripts/editor.js", "org/richfaces/renderkit/html/1$1" };