diff options
author | http://ptecza.myopenid.com/ <http://ptecza.myopenid.com/@web> | 2008-07-23 06:11:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-23 06:11:18 -0400 |
commit | f213303f4351ffbe560d0237e2a88acbc9d9ed1e (patch) | |
tree | 9fa8e88b44ea1c186c553a3f6721d16e4ffa03c3 | |
parent | 8ca397c2c61221558eb31e20c769929f74729883 (diff) |
* Bug?
-rw-r--r-- | doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn new file mode 100644 index 000000000..f7e1c80f0 --- /dev/null +++ b/doc/bugs/attachment:_escaping_underscores_in_filename__63__.mdwn @@ -0,0 +1,7 @@ +I've just noticed that `attachment` plugin esacapes underscore characters +in attached filenames. For example, when I wanted to add +`foo_bar_baz.txt` file, then Ikiwiki added file `foo__95__bar__95__baz.txt` +to my Subversion repo. I hope that the filename is terribly ugly not only +for me ;) + +Is it a bug or security feature? --[[Paweł|ptecza]] |