Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

URL parameters contain whitespaces

807567Jan 21 2008 — edited Jan 24 2008
Hi

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2008
Added on Jan 21 2008
7 comments
515 views