epugh 2003/06/20 12:52:41
Modified: configuration/xdocs overview.xml
Log:
Adding note about translating config keys with "." like test.short
to test/short in web.xml
Revision Changes Path
1.4 +6 -0 jakarta-commons-sandbox/configuration/xdocs/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/configuration/xdocs/overview.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- overview.xml 7 Jun 2003 06:40:41 -0000 1.3
+++ overview.xml 20 Jun 2003 19:52:41 -0000 1.4
@@ -154,6 +154,12 @@
]]>
</source>
+ <p>
+ Note! If you have a property called "file.name" with spaces in it, then it
will be translated
+ as the key "file/name". Therefore, you should NOT use spaces in the name
of properties that
+ are loaded from JNDI! If you do want to use them, then make sure to
convert in your web.xml the
+ "." characters to "/" characters, like in the test.short example above.
+ </p>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]