Skip to content

Commit 1b2d297

Browse files
Oblomovspearce
authored andcommitted
gitweb: refactor input parameters parse/validation
Since input parameters can be obtained both from CGI parameters and PATH_INFO, we would like most of the code to be agnostic about the way parameters were retrieved. We thus collect all the parameters into the new %input_params hash, delaying validation after the collection is completed. Although the kludge removal is minimal at the moment, it makes life much easier for future expansions such as more extensive PATH_INFO use or other form of input such as command-line support. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Acked-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 5c283eb commit 1b2d297

File tree

1 file changed

+178
-137
lines changed

1 file changed

+178
-137
lines changed

0 commit comments

Comments
 (0)