You
would need to remove spaces from the file URLs either as URL encoding(%20 for
space), or use short form of path names:
file:/C:/DOCUME~1/username/LOCALS~1/Temp/URLTest49657tmp.
The
above file URL was dumped from a temp file created using
File.createTempFile(). This URL probably would be consumed correctly by Java
libraries.
-----Original Message-----
From: Milan Tomic [mailto:[EMAIL PROTECTED]
Sent: Friday, September 24, 2004 8:01 AM
To: [EMAIL PROTECTED]
Subject: Detached signature in separate file
When I sign some document using C++ libraries, for example:
file:///Documents and Settings/...
I can't verify it using Java libraries. Java libraries do understand those examples:
file:///c:/Documents and Settings/...
or
file:/Documents and Settings/...
Which of those examples is right?
Thank you,
Milan
