~ubuntu-branches/ubuntu/intrepid/apache2/intrepid

« back to all changes in this revision

Viewing changes to modules/generators/mod_info.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2007-10-18 19:35:40 UTC
  • mfrom: (0.13.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071018193540-u9bl0154m45xppyj
Tags: 2.2.6-2
* Avoid calling apr_pollset_poll() and accept_func() when the listening
  sockets have already been closed on graceful stop or reload. This
  hopefully fixes processes not being killed (closes: #445263, #447164)
  and the "Bad file descriptor: apr_socket_accept: (client socket)"
  error message (closes: #400918, #443310)
* Allow logresolve to process long lines (Closes: #331631)
* Remove duplicate config examples (Closes: #294662)
* Include README.backtrace describing how to create a backtrace
* Add CVE reference to 2.2.6-1 changelog entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
                                           ap_escape_html(r->pool, cmd->name),
722
722
                                           cmd->name[0] == '<' ? "&gt;" : "");
723
723
                                if (cmd->errmsg) {
724
 
                                    ap_rputs(cmd->errmsg, r);
 
724
                                    ap_rputs(ap_escape_html(r->pool, cmd->errmsg), r);
725
725
                                }
726
726
                                ap_rputs("</i></tt></dd>\n", r);
727
727
                            }