View Issue Details

IDProjectCategoryView StatusLast Update
0001471Spring engineGeneralpublic2009-07-02 01:19
ReporterAuswaschbar Assigned ToAuswaschbar  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.79.1.0+git 
Summary0001471: Filesystem broken in windows (7 RC, vista?)
Description1.
When a directory does not exists (in a writable location), spring creates it, but FileSystemHandler::mkdir() return false with error message "File already exists"

2.
It doesn't use the first writable directory, althought the infolog says so. Files are written into the second /last (only had 2) datadir.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2009-06-22 18:15

developer   ~0003660

1 also happen(s/ed) on XP if FileSystem::CreateDirectory is passed a name that ends with a slash.

Auswaschbar

2009-06-22 21:15

reporter   ~0003661

Last edited: 2009-06-22 21:15

OK, fixed 1. Cause was trailing slash.
2 still remains.

Auswaschbar

2009-06-22 23:47

reporter   ~0003662

If it follows the general pattern here, I may have fixed 2 by striping slashes for _chdir, cannot test unfortunately.

Auswaschbar

2009-07-02 01:19

reporter   ~0003706

Assuming fixed since noone complained about new version.

Issue History

Date Modified Username Field Change
2009-06-22 17:48 Auswaschbar New Issue
2009-06-22 18:15 Kloot Note Added: 0003660
2009-06-22 21:15 Auswaschbar Note Added: 0003661
2009-06-22 21:15 Auswaschbar Note Edited: 0003661
2009-06-22 23:47 Auswaschbar Note Added: 0003662
2009-07-02 01:19 Auswaschbar Note Added: 0003706
2009-07-02 01:19 Auswaschbar Status new => resolved
2009-07-02 01:19 Auswaschbar Resolution open => fixed
2009-07-02 01:19 Auswaschbar Assigned To => Auswaschbar