dvdotsenko / git_http_backend.py

Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.
git_http_backend_python_wsgi
GNU Lesser General Public License v2.1
72 stars 15 forks source link

TASK: Investigate how white space in repo name (file path) is handled. #13

Open dvdotsenko opened 14 years ago

dvdotsenko commented 14 years ago

The repo path is part of URI and is encoded in various ways. If we are to support white space in repo names (paths) we need to decode the white space properly.

For that case, not only white space, international characters need to be handled too.