gitweb: Consolidate escaping/validation of query string
commita2f3db2f5de2a3667b0e038aa65e3e097e642e7d
authorPetr Baudis <pasky@suse.cz>
Sat, 23 Sep 2006 22:18:41 +0000 (24 00:18 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 24 Sep 2006 06:53:18 +0000 (23 23:53 -0700)
tree521959c2df89fa89837b1dafdf5a158525fcb885
parent8f41db8c370d535ed0132ef33d73e47edcc5af03
gitweb: Consolidate escaping/validation of query string

Consider:

http://repo.or.cz/?p=glibc-cvs.git;a=tree;h=2609cb0411389325f4ee2854cc7159756eb0671e;hb=2609cb0411389325f4ee2854cc7159756eb0671e

(click on the funny =__ify file)

We ought to handle anything in filenames and I actually see no reason why
we don't, modulo very little missing escaping that this patch hopefully
also fixes.

I have also made esc_param() escape [?=&;]. Not escaping [&;] was downright
buggy and [?=] just feels better escaped. ;-) YMMV.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl