History log of /httpd/modules/filters/mod_proxy_html.c
Revision Date Author Comments Expand
44b929bbfe63d3b47d3c7481de2b6cead60ee1cd 1601559 10-Jun-2014 takashi

follow up r1599012: C99 fix

fc42512879dd0504532f52fe5d0d0383dda96a1e 1599027 01-Jun-2014 niq

mod_proxy_html: support automatic doctype detection. PR 56285 Patch by Micha Lenk, adapted by niq

0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5 1599012 01-Jun-2014 niq

mod_proxy_html: skip documents < 4 bytes PR 56286 Micha Lenk

4cb1cabe84849cb5ebc00c0453e49501404898bc 1584896 04-Apr-2014 jailletc36

Do not perform a p+= 7 that could go past the end of the buffer in case we find a 'content' without a corresponding '='. Should we need to deal with this case, a new search should be performed to find the real starting position of another potential 'content=' pattern.

7635846013e30c327c34ad04d518198d2000199c 1584884 04-Apr-2014 jailletc36

Do not scan past the end of the buffer. If no terminating delimiter is found, just leave things as it is

e42e58d225104194ba5e894eb616be1ce2258e13 1584878 04-Apr-2014 jailletc36

Do not delete the wrong data from HTML code when a "http-equiv" meta tag specifies a Content-Type behind any other "http-equiv" meta tag. PR 56287 [Micha Lenk <micha lenk info>]

63a5c72a2b2f46b899c32eee216f9d5dd4072acb 1464762 04-Apr-2013 jailletc36

make the "ProxyHTMLFixups" options case insensitive in mod_proxy_html PR 54420 reported by Tianyin Xu [tixu cs ucsd edu]

75b4c883b2ef72e0104b8b206f3408dbd1d36768 1452128 03-Mar-2013 jailletc36

Remove useless tests. Turn if (*x && apr_isspace(*x)) into if (apr_isspace(*x))

ef82e8fa164e0a1f8b813f7deb6b7ead96018c94 1442409 04-Feb-2013 niq

mod_proxy_html: bugfixes and introduce HTML5 doctype

c95fba8e1c76d7a16b372b4386efbac8eb4c832d 1293708 25-Feb-2012 sf

Enable per-module loglevel for mod_xml2enc and mod_proxy_html

231ca3b40df46af2a63d006ebde6b745f73c40b2 1240315 03-Feb-2012 sf

Fix various filter functions to return apr_status_t instead of int

185aa71728867671e105178b4c66fbc22b65ae26 1209766 03-Dec-2011 sf

Add lots of unique tags to error log messages

/httpd/docs/log-message-tags/next-number /httpd/modules/aaa/mod_access_compat.c /httpd/modules/aaa/mod_allowmethods.c /httpd/modules/aaa/mod_auth_basic.c /httpd/modules/aaa/mod_auth_digest.c /httpd/modules/aaa/mod_auth_form.c /httpd/modules/aaa/mod_authn_anon.c /httpd/modules/aaa/mod_authn_core.c /httpd/modules/aaa/mod_authn_dbd.c /httpd/modules/aaa/mod_authn_dbm.c /httpd/modules/aaa/mod_authn_file.c /httpd/modules/aaa/mod_authn_socache.c /httpd/modules/aaa/mod_authnz_ldap.c /httpd/modules/aaa/mod_authz_core.c /httpd/modules/aaa/mod_authz_dbd.c /httpd/modules/aaa/mod_authz_dbm.c /httpd/modules/aaa/mod_authz_groupfile.c /httpd/modules/aaa/mod_authz_host.c /httpd/modules/aaa/mod_authz_owner.c /httpd/modules/aaa/mod_authz_user.c /httpd/modules/apreq/filter.c /httpd/modules/arch/netware/mod_netware.c /httpd/modules/arch/netware/mod_nw_ssl.c /httpd/modules/arch/unix/mod_privileges.c /httpd/modules/arch/unix/mod_unixd.c /httpd/modules/arch/win32/mod_isapi.c /httpd/modules/arch/win32/mod_win32.c /httpd/modules/cache/cache_storage.c /httpd/modules/cache/cache_util.c /httpd/modules/cache/mod_cache.c /httpd/modules/cache/mod_cache_disk.c /httpd/modules/cache/mod_file_cache.c /httpd/modules/cache/mod_socache_dbm.c /httpd/modules/cache/mod_socache_dc.c /httpd/modules/cache/mod_socache_memcache.c /httpd/modules/cache/mod_socache_shmcb.c /httpd/modules/cluster/mod_heartbeat.c /httpd/modules/cluster/mod_heartmonitor.c /httpd/modules/core/mod_so.c /httpd/modules/core/mod_watchdog.c /httpd/modules/database/mod_dbd.c /httpd/modules/dav/fs/dbm.c /httpd/modules/dav/main/mod_dav.c /httpd/modules/dav/main/util_lock.c /httpd/modules/echo/mod_echo.c /httpd/modules/examples/mod_example_hooks.c /httpd/modules/examples/mod_example_ipc.c /httpd/modules/experimental/mod_noloris.c mod_charset_lite.c mod_deflate.c mod_ext_filter.c mod_filter.c mod_include.c mod_proxy_html.c mod_ratelimit.c mod_reflector.c mod_reqtimeout.c mod_request.c mod_sed.c mod_substitute.c mod_xml2enc.c /httpd/modules/generators/mod_asis.c /httpd/modules/generators/mod_autoindex.c /httpd/modules/generators/mod_cgi.c /httpd/modules/generators/mod_cgid.c /httpd/modules/generators/mod_status.c /httpd/modules/generators/mod_suexec.c /httpd/modules/http/byterange_filter.c /httpd/modules/http/http_filters.c /httpd/modules/http/http_protocol.c /httpd/modules/http/http_request.c /httpd/modules/http/mod_mime.c /httpd/modules/ldap/util_ldap.c /httpd/modules/ldap/util_ldap_cache_mgr.c /httpd/modules/loggers/mod_log_config.c /httpd/modules/loggers/mod_log_debug.c /httpd/modules/loggers/mod_log_forensic.c /httpd/modules/lua/lua_config.c /httpd/modules/lua/lua_request.c /httpd/modules/lua/lua_vmprep.c /httpd/modules/lua/mod_lua.c /httpd/modules/mappers/mod_actions.c /httpd/modules/mappers/mod_alias.c /httpd/modules/mappers/mod_imagemap.c /httpd/modules/mappers/mod_negotiation.c /httpd/modules/mappers/mod_rewrite.c /httpd/modules/metadata/mod_cern_meta.c /httpd/modules/metadata/mod_env.c /httpd/modules/metadata/mod_expires.c /httpd/modules/metadata/mod_headers.c /httpd/modules/metadata/mod_ident.c /httpd/modules/metadata/mod_mime_magic.c /httpd/modules/metadata/mod_remoteip.c /httpd/modules/metadata/mod_setenvif.c /httpd/modules/metadata/mod_unique_id.c /httpd/modules/metadata/mod_usertrack.c /httpd/modules/proxy/ajp_header.c /httpd/modules/proxy/ajp_link.c /httpd/modules/proxy/ajp_msg.c /httpd/modules/proxy/ajp_utils.c /httpd/modules/proxy/balancers/mod_lbmethod_bybusyness.c /httpd/modules/proxy/balancers/mod_lbmethod_byrequests.c /httpd/modules/proxy/balancers/mod_lbmethod_bytraffic.c /httpd/modules/proxy/balancers/mod_lbmethod_heartbeat.c /httpd/modules/proxy/examples/mod_lbmethod_rr.c /httpd/modules/proxy/mod_proxy.c /httpd/modules/proxy/mod_proxy_ajp.c /httpd/modules/proxy/mod_proxy_balancer.c /httpd/modules/proxy/mod_proxy_connect.c /httpd/modules/proxy/mod_proxy_express.c /httpd/modules/proxy/mod_proxy_fcgi.c /httpd/modules/proxy/mod_proxy_fdpass.c /httpd/modules/proxy/mod_proxy_ftp.c /httpd/modules/proxy/mod_proxy_http.c /httpd/modules/proxy/mod_proxy_scgi.c /httpd/modules/proxy/mod_serf.c /httpd/modules/proxy/proxy_util.c /httpd/modules/session/mod_session.c /httpd/modules/session/mod_session_crypto.c /httpd/modules/session/mod_session_dbd.c /httpd/modules/ssl/mod_ssl.c /httpd/modules/ssl/ssl_engine_init.c /httpd/modules/ssl/ssl_engine_io.c /httpd/modules/ssl/ssl_engine_kernel.c /httpd/modules/ssl/ssl_engine_log.c /httpd/modules/ssl/ssl_engine_mutex.c /httpd/modules/ssl/ssl_engine_ocsp.c /httpd/modules/ssl/ssl_engine_pphrase.c /httpd/modules/ssl/ssl_engine_rand.c /httpd/modules/ssl/ssl_engine_vars.c /httpd/modules/ssl/ssl_scache.c /httpd/modules/ssl/ssl_util_ocsp.c /httpd/modules/ssl/ssl_util_stapling.c /httpd/modules/test/mod_dialup.c /httpd/modules/test/mod_optional_fn_export.c /httpd/modules/test/mod_optional_hook_import.c /httpd/os/bs2000/os.c /httpd/os/unix/unixd.c /httpd/server/config.c /httpd/server/core.c /httpd/server/core_filters.c /httpd/server/listen.c /httpd/server/log.c /httpd/server/main.c /httpd/server/mpm/event/event.c /httpd/server/mpm/event/pod.c /httpd/server/mpm/mpmt_os2/mpmt_os2.c /httpd/server/mpm/mpmt_os2/mpmt_os2_child.c /httpd/server/mpm/netware/mpm_netware.c /httpd/server/mpm/prefork/prefork.c /httpd/server/mpm/simple/simple_api.c /httpd/server/mpm/simple/simple_children.c /httpd/server/mpm/simple/simple_core.c /httpd/server/mpm/simple/simple_io.c /httpd/server/mpm/simple/simple_run.c /httpd/server/mpm/winnt/child.c /httpd/server/mpm/winnt/mpm_winnt.c /httpd/server/mpm/winnt/service.c /httpd/server/mpm/worker/pod.c /httpd/server/mpm/worker/worker.c /httpd/server/mpm_common.c /httpd/server/mpm_unix.c /httpd/server/protocol.c /httpd/server/request.c /httpd/server/scoreboard.c /httpd/server/util.c /httpd/server/util_cookies.c /httpd/server/util_ebcdic.c /httpd/server/util_expr_eval.c /httpd/server/util_filter.c /httpd/server/util_mutex.c /httpd/server/util_xml.c /httpd/server/vhost.c
6449c17ae9e13c61628f5f4da8c9a95768f0e9e9 1200556 10-Nov-2011 jorton

* modules/filters/mod_proxy_html.c: Fix various code style issues. Use apr_is* ctype macro wrappers.

bb74f37d12515d5c24a6d6861ea8bd3925416741 1200550 10-Nov-2011 jorton

* modules/proxy/mod_proxy_html.c (comp_urlmap): Fix const-ness warning.

d6a1b696cba4bf0500b48dce877495736cef97ae 1200072 10-Nov-2011 niq

Remove work-sketch cruft that went nowhere before getting ifdefed out

1861c6caddf9043aff6d7b1a9e2ffb515be652ff 1200055 10-Nov-2011 niq

mod_proxy_html: use ap_expr to evaluate conditional URLMaps

5540edfc76c7d697cec7f463fb369f155d9e3a09 1199532 09-Nov-2011 sf

Remove some ap_add_version_component() calls that don't provide any information because the modules don't have separate version numbers anymore

74a027db9e9476e96b37e22c0b06407e23335e3c 1198995 08-Nov-2011 sf

Remove ProxyHTMLLogVerbose in favor of trace loglevels

6ed44e60c0269b7d3d27a250fc7e05fa8b6f4cdb 1198975 07-Nov-2011 trawick

auto var verbose not used

9c4e79e1c3fce91054fd3d00750a48f79d123341 1187842 23-Oct-2011 niq

mod_proxy_html/mod_xml2enc code drop Part 2: mod_proxy_html code + skeleton docs page with Apache license, coding and documentation standards, less some rough edges.