vmassol 2003/08/06 12:18:55
Modified: integration/ant/src/java/org/apache/cactus/integration/ant
CactifyWarTask.java
documentation/docs/xdocs changes.xml
Log:
In the cactifywar Ant task, changed the default realm name
that is used when adding Cactus default configuration data.
It was previously <code>Cactus test realm</code>. It is now
<code>myrealm</code>. The reason is that the default WebLogic
configuration creates a <code>myrealm</code> realm and thus
using this name makes our Cactus configuration for WebLogic
much simpler. It doesn't affect the other containers as they
do not seem to check for the realm name.
Revision Changes Path
1.25 +2 -2
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/CactifyWarTask.java
Index: CactifyWarTask.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/CactifyWarTask.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- CactifyWarTask.java 1 Jul 2003 20:05:24 -0000 1.24
+++ CactifyWarTask.java 6 Aug 2003 19:18:55 -0000 1.25
@@ -220,7 +220,7 @@
{
if (!theWebXml.hasLoginConfig())
{
- theWebXml.setLoginConfig("BASIC", "Cactus Test Realm");
+ theWebXml.setLoginConfig("BASIC", "myrealm");
}
if (!theWebXml.hasSecurityConstraint(this.mapping))
{
1.123 +10 -0 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- changes.xml 6 Aug 2003 17:37:28 -0000 1.122
+++ changes.xml 6 Aug 2003 19:18:55 -0000 1.123
@@ -77,6 +77,16 @@
</action>
-->
<release version="1.6" date="in CVS">
+ <action dev="VMA" type="update">
+ In the cactifywar Ant task, changed the default realm name
+ that is used when adding Cactus default configuration data.
+ It was previously <code>Cactus test realm</code>. It is now
+ <code>myrealm</code>. The reason is that the default WebLogic
+ configuration creates a <code>myrealm</code> realm and thus
+ using this name makes our Cactus configuration for WebLogic
+ much simpler. It doesn't affect the other containers as they
+ do not seem to check for the realm name.
+ </action>
<action dev="VMA" type="add" due-to="Florin Vancea" due-to-email="[EMAIL
PROTECTED]">
Added the ability to define the JBoss port that will be used
in the Ant integration to poll if the JBoss server is up and
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]