Gregor J. Rothfuss wrote:
Michael Wechner wrote:
The following class seems to have problems
src/java/org/apache/lenya/xml/DocumentHelper.java
when one uses a colon within a filename, e.g. lenya:myname
why would you want to use a colon in a filename when : is a reserved character on windows?
for instance to indicate/differentiate special files (just as for instance SVN uses .svn as dir name ...).
If it's really a reserved character shouldn't Java then throw an exception?!
Java allows to do so in general, e.g. new File(.../lenya:nyname).createNewFile()
Michi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Michael Wechner Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
