Skip to content

Commit

Permalink
Add links to test-spec webapp for fragment static and dynamic content
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Jul 3, 2015
1 parent 5ac1c0a commit 75fc82b
Showing 1 changed file with 10 additions and 2 deletions.
Expand Up @@ -29,13 +29,21 @@ <h3>Test Servlet 2.5/3.0 Annotations, Fragments and Initializers</h3>
<button type="submit">Test</button>
</form>

<h3>DeclaresRoles</h3>
<h3>Test Static Content from Fragment </h3>
<p>Click the link to test accessing static content from a fragment's META-INF/resources</p>
<a href="fragmentA/index.html">Static resource from a fragment </a>

<h3>Test Servlet from Fragment </h3>
<p>Click the link to test accessing a servlet added from a fragment's web-fragment.xml</p>
<a href="fragment">Servlet added by web-fragment.xml</a>

<h3>Test DeclaresRoles</h3>
<p>Login as user <code>admin</code> with password <code>admin</code> when prompted after clicking the button below to test @DeclareRoles annotation</p>
<form action="role" method="post">
<button type="submit">Test Role Annotations</button>
</form>

<h3>ServletSecurity</h3>
<h3>Test Servlet Security</h3>
<p>Login as user <code>admin</code> with password <code>admin</code> when prompted after clicking the button below to test @ServletSecurity annotation</p>
<form action="sec/foo" method="post">
<button type="submit">Test ServletSecurity Annotation</button>
Expand Down

0 comments on commit 75fc82b

Please sign in to comment.