Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
rewrite URL when urimethodmap is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
shinh committed Jan 29, 2009
1 parent d2317c3 commit 606c09b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,10 +1768,8 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer,
#ifdef USE_EXTERNAL_URI_LOADER
tmp = searchURIMethods(&pu);
if (tmp != NULL) {
b = loadGeneralFile(tmp->ptr, current, referer, flag, request);
if (b != NULL && b != NO_BUFFER)
copyParsedURL(&b->currentURL, &pu);
return b;
tpath = path = tmp->ptr;
goto load_doc;
}
#endif
/* FIXME: gettextize? */
Expand Down

0 comments on commit 606c09b

Please sign in to comment.