Skip to content

Commit

Permalink
add leading slash to WebServlet annotation in DeploymentDescriptorSer…
Browse files Browse the repository at this point in the history
…vlet
  • Loading branch information
aubi authored and Petr Aubrecht committed Mar 24, 2022
1 parent 86ff57e commit ae7d6f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import static org.testng.Assert.assertNotNull;
import static org.testng.Assert.assertTrue;

import java.util.concurrent.BlockingQueue;
import java.util.concurrent.Callable;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
Expand All @@ -42,7 +41,7 @@
import jakarta.transaction.Status;
import jakarta.transaction.UserTransaction;

@WebServlet("DeploymentDescriptorServlet")
@WebServlet("/DeploymentDescriptorServlet")
public class DeploymentDescriptorServlet extends TestServlet {
private static final long serialVersionUID = 1L;
private static final long MAX_WAIT_SECONDS = TimeUnit.MINUTES.toSeconds(2);
Expand Down

0 comments on commit ae7d6f5

Please sign in to comment.