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   Resolved: 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>

2572 by  Matt Raible (2 files)
21/Mar/07 02:17 PM (40 months, 21 days ago)
Matt Raible made changes - 21/Mar/07 02:17 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]