Christian Grothoff 17 лет назад
Родитель
Сommit
d89c24fb9e
3 измененных файлов с 5 добавлено и 0 удалено
  1. 1 0
      AUTHORS
  2. 3 0
      ChangeLog
  3. 1 0
      src/daemon/connection.c

+ 1 - 0
AUTHORS

@@ -12,6 +12,7 @@ Heikki Lindholm <[email protected]>
 Alex Sadovsky <[email protected]>
 Greg Schohn <[email protected]>
 Thomas Martin <[email protected]>
+RuXu W <[email protected]>
 
 Documentation contributions also came from:
 Marco Maggi <[email protected]>

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+Sun Sep 28 14:57:46 MDT 2008
+	 Unescape URIs (convert "%ef%e4%45" to "$BCf9q(B").
+
 Wed Sep 10 22:43:59 MDT 2008
 	 Releasing GNU libmicrohttpd 0.4.0pre0. -CG
 

+ 1 - 0
src/daemon/connection.c

@@ -1033,6 +1033,7 @@ parse_initial_message_line (struct MHD_Connection *connection, char *line)
       args++;
       parse_arguments (MHD_GET_ARGUMENT_KIND, connection, args);
     }
+  MHD_http_unescape(uri);
   connection->url = uri;
   if (httpVersion == NULL)
     connection->version = "";