Actions
Bug #2267
closedset server.upload-dirs to a valid temporary directory on windows
ASK QUESTIONS IN Forums:
Description
server.upload-dirs
defaults to /var/tmp
, but this doesn't exist on windows. In that case, it should look up the TEMP
or TMP
environment directory by default. Otherwise, uploads over a certain size fail with 413
errors
Updated by davidfraser almost 14 years ago
Sure, you don't support windows; would patches that help on Windows be accepted though?
Updated by darix almost 14 years ago
while the compiled in default is wrong. you can still change the setting and be done. no need to add more code for such a corner case.
Updated by Olaf-van-der-Spek almost 14 years ago
Isn't there an env var that contains the right path?
Updated by davidfraser almost 14 years ago
Olaf-van-der-Spek wrote:
Isn't there an env var that contains the right path?
Yes, as I mentioned above, the TMP
or TEMP
environment variable would be sufficient
Actions
Also available in: Atom