Update of /cvsroot/xine/xine-lib/src/input
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23431
Modified Files:
http_helper.c
Log Message:
Don't escape %, hopefully the client sending the data is already escaping some
stuff, included %. This unbreaks URLs that contains "%20" already instead of
spaces.
Index: http_helper.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/http_helper.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- http_helper.c 10 Nov 2006 23:47:48 -0000 1.8
+++ http_helper.c 19 Nov 2006 15:38:47 -0000 1.9
@@ -159,7 +159,7 @@
*uri[0] = '/';
strcpy(*uri + 1, start);
} else {
- static const char toescape[] = " %#";
+ static const char toescape[] = " #";
char *it = start;
unsigned int escapechars = 0;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog