Author: fmeschbe
Date: Wed Jan 6 08:01:12 2010
New Revision: 896346
URL: http://svn.apache.org/viewvc?rev=896346&view=rev
Log:
Small doco fix
Modified:
sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=896346&r1=896345&r2=896346&view=diff
==============================================================================
---
sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
sling/trunk/bundles/commons/auth/src/main/resources/OSGI-INF/metatype/metatype.properties
Wed Jan 6 08:01:12 2010
@@ -48,7 +48,7 @@
configured applies and defines whether authentication is actually required \
for the request or not. Each entry in this list can be an absolute path (such
\
as /content) or and absolute URI (such as http://thehost/content). Optionally
\
- each entry may be preceded by a plus (+) or minus (-) sign indicating that \
+ each entry may be prefixed by a plus (+) or minus (-) sign indicating that \
authentication is required (plus) or not required (minus). Example entries
are \
"/content" or "+/content" to require authentication at and below "/content"
and \
"-/system/sling/login" to not require authentication at and below \