Patrick Riffel wrote: > I just noticed that XXE 2.7 behaves different compared to XXE 3.x when it > comes to save a new document. What I did: > > 1. Create a new DocBook chapter with "File" -> "New" > 2. Add some text > 3. Hit "Save". In the file chooser dialog type (!) "e:\temp\test.xml" as > location and click "Save" > > This works well in version 2.7 and does not in 3.x. Instead you get an error > message like this: > > 'file:/e:/temp/test.xml', unexpected destination URL (unrelated to first > destination URL 'file:/e:/temp/test.xml')" > > I have already tried to instead enter the location in different ways (slash > instead of backslash, leading "file://" and so on), all to no avail. Any idea > what is happening here?
--> This bug is fixed in v3.4, which should be released today or next monday. --> In v3.3, the workaround is very simple: do not type 'file:/e:/temp/test.xml' by hand. That is, use one of the two file selectors. This bug can only happen on Windows, where filenames are case insensitive. This causes problems with URLs (XXE is URL-based, not file based) which are case sensitive. If you had typed 'file:/E:/TEMP/test.xml' (i.e. with the correct case, what ever it is), you would have had no problem at all.

