[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-02-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-01-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 --- Comment #4 from Max Semenik maxsem.w...@gmail.com 2011-01-26 18:14:52 UTC --- As the matter of fact, we're already attempting to make the path absolute, but since we call realpath() before attempting to create the directory, it may fail.

[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-01-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 --- Comment #5 from Brion Vibber br...@pobox.com 2011-01-26 18:55:33 UTC --- If the path can't be canonicalized, that sounds.. bad. What sort of failure are you referring to exactly, and why is it failing? -- Configure bugmail:

[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-01-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 --- Comment #6 from Max Semenik maxsem.w...@gmail.com 2011-01-26 19:03:47 UTC --- From PHP docs: realpath() returns FALSE on failure, e.g. if the file does not exist. I also observed it failing on Windows with paths containing spaces. --

[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-01-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 --- Comment #7 from Brion Vibber br...@pobox.com 2011-01-26 19:04:51 UTC --- We just figured out the not-existing-yet one on IRC. :D I'll take a quick peek at the Windows case. -- Configure bugmail:

[Bug 20244] Installer does not validate SQLite database directory for stable path

2011-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Chad H. innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 20244] Installer does not validate SQLite database directory for stable path

2010-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Lisa Ridley lhrid...@gmail.com changed: What|Removed |Added CC||lhrid...@gmail.com --

[Bug 20244] Installer does not validate SQLite database directory for stable path

2010-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Depends on||22010 --

[Bug 20244] Installer does not validate SQLite database directory for stable path

2010-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Depends on|22010 | -- Configure

[Bug 20244] Installer does not validate SQLite database directory for stable path

2009-08-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Blocks||20257 --

[Bug 20244] Installer does not validate SQLite database directory for stable path

2009-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 Chad H. innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 20244] Installer does not validate SQLite database directory for stable path

2009-08-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20244 --- Comment #2 from Brion Vibber br...@wikimedia.org 2009-08-14 17:01:35 UTC --- Listing the default in the installer might be good too. :) And we might need/want to expose wgSQLiteDataDirMode or set it more appropriately... --