Hi,
Internal application resources like taglib.xml, facelet templates, composite component source files can be simply accessed via browser for example (as per joinfaces-maven-jar-example):
http://localhost:8080/tags/tags.taglib.xml
http://localhost:8080/cc/textComponent.xhtml
Is there any solution in joinfaces to exclude them from serving by container or move to some location outside of public access scope?