Exclude RichFaces JS files in CombinedResourceHandler
问题 Is it possible for the CombinedResourceHandler to ignore RichFaces JS files? When I let omnifaces combine all JS files, including RichFaces with Richfaces optimisation off <context-param> <param-name>org.richfaces.resourceOptimization.enabled</param-name> <param-value>false</param-value> </context-param> I get the following exception SEVERE: Error Rendering View[/login.xhtml] java.lang.UnsupportedOperationException at org.richfaces.resource.ExternalStaticResource.getURL(ExternalStaticResource