From 75fc82b5821d1ec93032d58b0a27bfba9f4727df Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Fri, 3 Jul 2015 16:15:14 +1000 Subject: [PATCH] Add links to test-spec webapp for fragment static and dynamic content --- .../test-spec-webapp/src/main/webapp/index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/test-webapps/test-servlet-spec/test-spec-webapp/src/main/webapp/index.html b/tests/test-webapps/test-servlet-spec/test-spec-webapp/src/main/webapp/index.html index d3ec487e46e8..2db5dd5fcad3 100644 --- a/tests/test-webapps/test-servlet-spec/test-spec-webapp/src/main/webapp/index.html +++ b/tests/test-webapps/test-servlet-spec/test-spec-webapp/src/main/webapp/index.html @@ -29,13 +29,21 @@

Test Servlet 2.5/3.0 Annotations, Fragments and Initializers

-

DeclaresRoles

+

Test Static Content from Fragment

+

Click the link to test accessing static content from a fragment's META-INF/resources

+Static resource from a fragment + +

Test Servlet from Fragment

+

Click the link to test accessing a servlet added from a fragment's web-fragment.xml

+Servlet added by web-fragment.xml + +

Test DeclaresRoles

Login as user admin with password admin when prompted after clicking the button below to test @DeclareRoles annotation

-

ServletSecurity

+

Test Servlet Security

Login as user admin with password admin when prompted after clicking the button below to test @ServletSecurity annotation