In file util.c:

void clean_pathname(char *pathname)

Cleans pathname of safe/incorrect character sequences

Documentation

Cleans pathname of safe/incorrect character sequences. Replaces unsafe/incorrect instances of: //[...] with / /./ with / /../ with / (technically not what we want, but browsers should deal with this, not servers) Stops parsing at '?'

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.