You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/12/12 22:33:29 UTC

[4/5] tomee git commit: TOMEE-2234 fix for webapp tests

TOMEE-2234 fix for webapp tests


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/35d5896d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/35d5896d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/35d5896d

Branch: refs/heads/master
Commit: 35d5896d1defaea8de59acf3cfaca799a9a2e330
Parents: 9a68c9c
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Wed Dec 12 11:58:08 2018 +0000
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Wed Dec 12 11:58:08 2018 +0000

----------------------------------------------------------------------
 .../org/apache/openejb/arquillian/tests/bmp/local/web.xml          | 2 +-
 .../org/apache/openejb/arquillian/tests/bmp/remote/web.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/35d5896d/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/local/web.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/local/web.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/local/web.xml
index 9a50cc7..68eb159 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/local/web.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/local/web.xml
@@ -30,7 +30,7 @@
 
     <servlet-mapping>
         <servlet-name>TestServlet</servlet-name>
-        <url-pattern>/</url-pattern>
+        <url-pattern>/*</url-pattern>
     </servlet-mapping>
 
     <ejb-local-ref>

http://git-wip-us.apache.org/repos/asf/tomee/blob/35d5896d/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/remote/web.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/remote/web.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/remote/web.xml
index 7d52703..ba52a00 100644
--- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/remote/web.xml
+++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/bmp/remote/web.xml
@@ -30,7 +30,7 @@
 
     <servlet-mapping>
         <servlet-name>TestServlet</servlet-name>
-        <url-pattern>/</url-pattern>
+        <url-pattern>/*</url-pattern>
     </servlet-mapping>
 
     <ejb-ref>