URL parameters contain whitespaces
807567Jan 21 2008 — edited Jan 24 2008Hi
I am trying to get logs from "%Req->reqpb.clf-request%" in iplanet webserver. There are times that URL parameters contains spaces and the access log cannot handle them properly.
for example,
test.html?now=Fri Jan 2008
the log shows only test.html?now=Fri and ignores the text after the first whitespace.
I know that URL parameters should not contain any blank space but is there any way I can configure the access log file to show test.html?now=Fri Jan 2008.
I couldn't change at the source code level to replace %20 for whitespaces.
Thank you for your help.