vmassol 02/04/21 08:20:25
Modified: . build.properties.sample
sample-servlet build.properties.sample
sample-servlet/conf/sample/build/j2ee12
build.properties.sample
Log:
updated sample properties and explain the issue with Enhydra 3.3.1b1
Revision Changes Path
1.7 +6 -2 jakarta-cactus/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.properties.sample 21 Apr 2002 14:37:37 -0000 1.6
+++ build.properties.sample 21 Apr 2002 15:20:25 -0000 1.7
@@ -6,7 +6,7 @@
# and rename this file to "build.properties" in the same directory that
# contains the "build.xml" file.
#
-# $Id: build.properties.sample,v 1.6 2002/04/21 14:37:37 vmassol Exp $
+# $Id: build.properties.sample,v 1.7 2002/04/21 15:20:25 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -61,7 +61,11 @@
#tomcat.home.40 = c:/Apps/jakarta-tomcat-4.0.3
#resin.home.13 = xxx
#tomcat.home.33 = c:/Apps/jakarta-tomcat-3.3.1
-#enhydra.home.31 = xxx
+
+# Note: Enhydra 3.3.1 does not seem to support BASIC authentication as defined
+# in the Servlet spec. and thus the tests which involve security are failing.
+# All other tests work fine. This is a limitation of Enhydra.
+#enhydra.home.31 = c:/Apps/enhydra3.1.1b1
# Note: weblogic.home.61 is the location of BEA Home and NOT the location of
# wlserver6.1, inside the bea home directory.
1.7 +6 -2 jakarta-cactus/sample-servlet/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.properties.sample 21 Apr 2002 14:37:37 -0000 1.6
+++ build.properties.sample 21 Apr 2002 15:20:25 -0000 1.7
@@ -6,7 +6,7 @@
# and rename this file to "build.properties" in the same directory that
# contains the "build.xml" file.
#
-# $Id: build.properties.sample,v 1.6 2002/04/21 14:37:37 vmassol Exp $
+# $Id: build.properties.sample,v 1.7 2002/04/21 15:20:25 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -71,7 +71,11 @@
#tomcat.home.40 = c:/Apps/jakarta-tomcat-4.0.3
#resin.home.13 = xxx
#tomcat.home.33 = c:/Apps/jakarta-tomcat-3.3.1
-#enhydra.home.31 = xxx
+
+# Note: Enhydra 3.3.1 does not seem to support BASIC authentication as defined
+# in the Servlet spec. and thus the tests which involve security are failing.
+# All other tests work fine. This is a limitation of Enhydra.
+#enhydra.home.31 = c:/Apps/enhydra3.1.1b1
# Note: weblogic.home.61 is the location of BEA Home and NOT the location of
# wlserver6.1, inside the bea home directory.
1.5 +6 -2
jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample
Index: build.properties.sample
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.properties.sample 21 Apr 2002 14:37:37 -0000 1.4
+++ build.properties.sample 21 Apr 2002 15:20:25 -0000 1.5
@@ -6,7 +6,7 @@
# and rename this file to "build.properties" in the same directory that
# contains the "build.xml" file.
#
-# $Id: build.properties.sample,v 1.4 2002/04/21 14:37:37 vmassol Exp $
+# $Id: build.properties.sample,v 1.5 2002/04/21 15:20:25 vmassol Exp $
# -----------------------------------------------------------------------------
# WARNING: The relative paths below are relative to the directory where the
@@ -62,7 +62,11 @@
#tomcat.home.33 = c:/Apps/jakarta-tomcat-3.3.1
#orion.home.15 = c:/Apps/orion-1.5.4
#weblogic.home.51 = xxx
-#enhydra.home.31 = xxx
+
+# Note: Enhydra 3.3.1 does not seem to support BASIC authentication as defined
+# in the Servlet spec. and thus the tests which involve security are failing.
+# All other tests work fine. This is a limitation of Enhydra.
+#enhydra.home.31 = c:/Apps/enhydra3.1.1b1
# Note: There seems to be a bug in Orion 1.4 preventing it to run correctly
# the testSendUserData() test. It runs fine in Orion 1.5 though.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>