From kde-bugs-dist Sat Apr 30 22:00:20 2005 From: Nicolas Girard Date: Sat, 30 Apr 2005 22:00:20 +0000 To: kde-bugs-dist Subject: [Bug 104869] New: Problems writing war in directory whose name Message-Id: <20050501000019.104869.nicolas.girard () nerim ! net> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=111489842512042 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=104869 Summary: Problems writing war in directory whose name contains '?' Product: konqueror Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: webarchiverplugin AssignedTo: malte kde org ReportedBy: nicolas.girard nerim net Version: 3.4.0 (using KDE 3.4.0, Mandrake Linux Cooker i586 - Cooker) Compiler: gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk) OS: Linux (i686) release 2.6.10-1mdk-i686-up-64GB I'm afraid I couldn't precisely describe what happened, but anyway: - I've created a directory 'd' whose name was containing a '?' character - I've successfully written a first page as a war file in $d, say $d/page1.war - When trying to write a second page like the first one, the expected behaviour would have been to be able to write it as, say, $d/page2.war. Instead, an error message appeared, complaining that page1.war was already existing in d, and asking whether I wanted to erase it. - Renaming d and suppressing its '?' character made this problem disappear.