cvs commit: apache/src CHANGES util_script.h util_script.c

1997-04-28 Thread Roy Fielding
fielding97/04/28 20:41:15 Modified:src CHANGES util_script.h util_script.c Log: Fixed the parsing of URL query info into CGI args by replacing the strtok call with our earlier code for extracting keywords from a "+" separated string. Also made a performance improvement by

cvs commit: apache/src CHANGES util_script.h util_script.c

1997-04-26 Thread Roy Fielding
fielding97/04/26 23:55:55 Modified:src CHANGES util_script.h util_script.c Log: Fix the above fix: if suexec is enabled, avoid destroying r->url while obtaining the /~user and save the username in a separate data area so that it won't be overwritten by the call to getgrgid(