You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/10 11:20:37 UTC

[tomee-tck] 04/10: Make sure Jaspic configuration is also available for WebProfile and Plus distribution

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit ba6f58d3c1d3563ad6468ff49cf6b3a7b8b23d60
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 10 11:56:45 2020 +0100

    Make sure Jaspic configuration is also available for WebProfile and Plus distribution
---
 src/test/tomee-plus/conf/system.properties | 13 +++++++++++++
 src/test/tomee/conf/system.properties      | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/src/test/tomee-plus/conf/system.properties b/src/test/tomee-plus/conf/system.properties
index e817bcc..7793f88 100644
--- a/src/test/tomee-plus/conf/system.properties
+++ b/src/test/tomee-plus/conf/system.properties
@@ -15,6 +15,11 @@
 #  limitations under the License.
 #
 
+org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
+org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false
+user.language=en
+user.country=US
+
 openejb.system.apps=true
 openejb.deployments.classpath=true
 tomee.remote.support=true
@@ -124,6 +129,14 @@ app/env/appds.UserName=cts
 app/env/appds.Password=cts
 
 openejb.classloader.forced-load = com.sun.ts.tests.
+openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
+
+# not sure why we have to duplicate this one here
+log.file.location=%user.dir%/%openejb.home%/logs
+vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
+provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+j2eelogin.name=j2ee
+j2eelogin.password=j2ee
 
 #
 #for n in app/env/appds2; do
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index 2fcba79..67c0741 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -15,6 +15,11 @@
 #  limitations under the License.
 #
 
+org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
+org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false
+user.language=en
+user.country=US
+
 openejb.system.apps=true
 openejb.deployments.classpath=true
 tomee.remote.support=true
@@ -124,7 +129,14 @@ app/env/appds.UserName=cts
 app/env/appds.Password=cts
 
 openejb.classloader.forced-load = com.sun.ts.tests.
-openejb.classloader.forced-skip = org.apache.derby.
+openejb.classloader.forced-skip=org.apache.derby.,com.sun.ts.tests.jaspic.tssv.
+
+# not sure why we have to duplicate this one here
+log.file.location=%user.dir%/%openejb.home%/logs
+vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
+provider.configuration.file=%cts.home%/src/com/sun/ts/tests/jaspic/tssv/config/ProviderConfiguration.xml
+j2eelogin.name=j2ee
+j2eelogin.password=j2ee
 
 #
 #for n in app/env/appds2; do