Skip to content

Commit

Permalink
[734] Add the AddFilterString to the deployment. (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp authored Oct 26, 2024
1 parent 8ca303e commit d8c2e08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import servlet.tck.api.jakarta_servlet.registration.TestListener;
import servlet.tck.api.jakarta_servlet.registration.TestServlet;
import servlet.tck.api.jakarta_servlet.servletcontext30.AddFilterString;
import servlet.tck.api.jakarta_servlet.servletcontext30.AddServletString;
import servlet.tck.api.jakarta_servlet.servletcontext30.AddServletClass;
import servlet.tck.api.jakarta_servlet.servletcontext30.AddServletNotFound;
Expand Down Expand Up @@ -56,7 +57,7 @@ public void setupServletName() throws Exception {
public static WebArchive getTestArchive() throws Exception {
JavaArchive javaArchive = ShrinkWrap.create(JavaArchive.class, "fragment-1.jar")
.addClasses(TestServlet1.class, RequestListener1.class, AddServletString.class, AddServletClass.class,
AddFilterClass.class, CreateServlet.class, CreateFilter.class, AddServletNotFound.class,
AddFilterString.class, AddFilterClass.class, CreateServlet.class, CreateFilter.class, AddServletNotFound.class,
AddFilterNotFound.class, BadServlet.class, BadFilter.class, BadListener.class)
.addAsResource(RegistrationTests.class.getResource("servlet_plu_registration_web-fragment.xml"),
"META-INF/web-fragment.xml");
Expand Down

0 comments on commit d8c2e08

Please sign in to comment.