return OK;
}
else if (location && r->status == 200) {
- /* XX Note that if a script wants to produce its own Redirect
+ /* XXX: Note that if a script wants to produce its own Redirect
* body, it now has to explicitly *say* "Status: 302"
*/
return HTTP_MOVED_TEMPORARILY;
return OK;
}
else if (location && r->status == 200) {
- /* XX Note that if a script wants to produce its own Redirect
+ /* XXX: Note that if a script wants to produce its own Redirect
* body, it now has to explicitly *say* "Status: 302"
*/
discard_script_output(bb);
}
if (conf->trace_enable == AP_TRACE_EXTENDED)
- /* XX should be = REQUEST_CHUNKED_PASS */
+ /* XXX: should be = REQUEST_CHUNKED_PASS */
body = REQUEST_CHUNKED_DECHUNK;
else
body = REQUEST_NO_BODY;
alias_entry *entries = (alias_entry *)conf->aliases->elts;
int i;
- /* XX real can NOT be relative to DocumentRoot here... compat bug. */
+ /* XXX: real can NOT be relative to DocumentRoot here... compat bug. */
if (use_regex) {
new->regexp = ap_pregcomp(cmd->pool, fake, AP_REG_EXTENDED);