diff options
author | Unknwon <u@gogs.io> | 2017-04-04 19:40:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-04 19:40:46 -0400 |
commit | ae1d50d19a4ffe1b527429978ebff6fdd35b71e8 (patch) | |
tree | 65a54a5c224ecf125cf827b13039eab0f2a24359 /templates | |
parent | fe25effe7c3d3a2b27d450747ae321b9795ebdc6 (diff) |
models/mirror: escape credentials before write mirror address (#4014)
Special characters such as '@', ';', '#' and ':' could occur in
password portion of credentials, which breaks the interpretation
and saves 'config' file in with extra characters that are not
recognized by Git (due to INI library).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index d4ec5cbc..0e095302 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.2.0404
\ No newline at end of file +0.11.3.0404
\ No newline at end of file |