mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 01:54:28 +02:00
auth-filter: pass url with query string attached
Otherwise redirections come out wrong. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
a22855747e
commit
898b9e19e0
3 changed files with 37 additions and 3 deletions
|
@ -5,6 +5,7 @@ extern const char *cgit_httpscheme(void);
|
|||
extern char *cgit_hosturl(void);
|
||||
extern const char *cgit_rooturl(void);
|
||||
extern char *cgit_currenturl(void);
|
||||
extern char *cgit_currentfullurl(void);
|
||||
extern const char *cgit_loginurl(void);
|
||||
extern char *cgit_repourl(const char *reponame);
|
||||
extern char *cgit_fileurl(const char *reponame, const char *pagename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue