pnever 02/05/22 06:45:01
Modified: src/conf/webapp Domain.xml
Log:
Minor change in description of parameter "uriRedirectorClass"
Revision Changes Path
1.33 +5 -15 jakarta-slide/src/conf/webapp/Domain.xml
Index: Domain.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/conf/webapp/Domain.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Domain.xml 17 May 2002 15:49:51 -0000 1.32
+++ Domain.xml 22 May 2002 13:45:01 -0000 1.33
@@ -204,44 +204,36 @@
</objectnode>
</data>
</namespace>
-
<!-- DeltaV domain-wide parameters -->
<!--
The following parameter specifies a Slide path which determines the
location where this DeltaV server stores history data.
-->
<parameter name="historypath">/history</parameter>
-
<!--
The following parameter specifies a Slide path which determines the
location where this DeltaV server allows workspaces to reside.
-->
<parameter name="workspacepath">/workspace</parameter>
-
<!--
The following parameter specifies a Slide path which determines the
location where this DeltaV server stores working resources.
-->
<parameter name="workingresourcepath">/workingresource</parameter>
-
<!--
Controls the DeltaV auto-version behaviour
-->
<parameter name="auto-version">checkout-checkin</parameter>
-
<!--
Indicates if a resource just created by a PUT should be set under
version-control.
-->
<parameter name="auto-version-control">false</parameter>
-
<!--
Controls the DeltaV check-out behaviour when a version is already
checked-out or has a successor.
-->
<parameter name="checkout-fork">forbidden</parameter>
-
<!--
Controls the DeltaV check-out behaviour when a version has already
a successor.
- -->
+ -->
<parameter name="checkin-fork">forbidden</parameter>
-
<!--
The following parameter determines the "agent" knowing about what the
standard live properties are.
It should be a loadable class containing the following static methods:
@@ -251,18 +243,16 @@
- Set getAllLiveProperties()
- Set getAllProtectedProperties()
- Set getAllComputedProperties()
- -->
+ -->
<parameter
name="standardLivePropertiesClass">org.apache.slide.webdav.util.resourcekind.AbstractResourceKind</parameter>
-
<!--
The following parameter determines the URI redirector class. The
DeltaV URI redirector is in charge of the following redirections:
- version URI to history URI, e.g. /history/2/1.4 to /history/2
- latest revision number for history resource to 0.0
- latest revision number for version resource to last URI token, e.g.
/history/2/1.4 to 1.4
It should be a loadable class containing the following static methods:
- - String redirectUri( NamespaceAccessToken nsaToken, String uri )
- - NodeRevisionNumber redirectLatestRevisionNumber(
NamespaceAccessToken nsaToken, String uri )
- -->
+ - String redirectUri( String uri )
+ - NodeRevisionNumber redirectLatestRevisionNumber( String uri )
+ -->
<parameter
name="uriRedirectorClass">org.apache.slide.webdav.util.DeltavUriRedirector</parameter>
-
</slide>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>