Commit 03b91cb7 authored by Eric Covener's avatar Eric Covener
Browse files

get the hello world of Handlers working again


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1197782 13f79535-47bb-0310-9956-ffa450edef68
parent 5df68a5c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@ Changes with Apache 2.3.15
     PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener,
     <lowprio20 gmail.com>]

  *) mod_lua: Resolve "attempt to index local 'r' (a userdata value)" errors
     in LuaMapHandler scripts [Eric Covener]

  *) mod_log_debug: Rename optional argument from if= to expr=, to be more
     in line with other config directives. [Stefan Fritsch]

+3 −0
Original line number Diff line number Diff line
@@ -201,6 +201,9 @@ static int lua_alias_munger(request_rec *r)
                spec->pool = r->pool;
            }

            spec->cb = &lua_open_callback;
            spec->cb_arg = NULL;

            d = apr_palloc(r->pool, sizeof(mapped_request_details));

            d->function_name = ap_pregsub(r->pool, cnd->function_name, r->uri,