diff options
author | intrigeri <intrigeri@web> | 2008-10-20 08:53:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-20 08:53:36 -0400 |
commit | ee166d1b6d59e30729f1ab18e96eddd4d5bc0b6e (patch) | |
tree | abfd237b232fc0eec952d1a6245d3c88933de209 /doc | |
parent | 4a958e0c1e1d3f49c665c5d4aa89214ecbd61bdd (diff) | |
download | ikiwiki-ee166d1b6d59e30729f1ab18e96eddd4d5bc0b6e.tar ikiwiki-ee166d1b6d59e30729f1ab18e96eddd4d5bc0b6e.tar.gz |
fixes confirmed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn b/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn index 5d5e90f7a..472597c46 100644 --- a/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn +++ b/doc/bugs/unicode_chars_in_wikiname_break_auth.mdwn @@ -11,6 +11,10 @@ Replacing "ยท" with "-" in `wikiname` fixed this login issue. > issues too.) Seems like I will have to possibly break some sessions and > entity-encode the wikiname in the cookie.. [[done]]. --[[Joey]] +>> I confirm it fixes the bug for me. --[[intrigeri]] + (BTW, such a char was replaced by -I don't remember what encoding thingie- in my setup file, when running `ikiwiki-transition setupformat`.) > Thanks for the heads up, fixed that too. --[[Joey]] + +>> I confirm it fixes the bug for me. --[[intrigeri]] |