History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-700
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Facelets templates can be viewed in the browser

Created: 21/Mar/07 02:14 PM   Updated: 21/Mar/07 02:17 PM
Component/s: Web - JSF
Affects Version/s: 2.0-M3
Fix Version/s: 2.0-M4


 Description  « Hide
For example, go to http://demo.appfuse.org/appfuse-jsf/mainMenu.xhtml

Adding the following to web.xml fixes the problem.

<security-constraint>
        <web-resource-collection>
            <web-resource-name>Protect XHTML Templates</web-resource-name>
            <url-pattern>*.xhtml</url-pattern>
        </web-resource-collection>
        <auth-constraint/>
   </security-constraint>

 All   Comments   Change History   FishEye      Sort Order:
There are no comments yet on this issue.