X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=f0ce36c523dab263354dbdb0b94640d3c2c9494b;hb=0ce322844494022dc85a9c776d9ff041aad17520;hp=3942637e1457ed891a215f2761b93c3c1cd7f384;hpb=409c020044df74e1883710cbc1f2860dee8c5ac4;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 3942637..f0ce36c 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -37,6 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_frontend_net.hpp" #include "filter_http_client.hpp" #include "filter_http_file.hpp" +#include "filter_http_rewrite1.hpp" #include "filter_limit.hpp" #include "filter_load_balance.hpp" #include "filter_log.hpp" @@ -51,6 +52,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "filter_z3950_client.hpp" #include "filter_zeerex_explain.hpp" #include "filter_zoom.hpp" +#include "filter_http_rewrite.hpp" namespace mp = metaproxy_1; @@ -67,6 +69,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_client, &metaproxy_1_filter_http_file, + &metaproxy_1_filter_http_rewrite1, &metaproxy_1_filter_limit, &metaproxy_1_filter_load_balance, &metaproxy_1_filter_log, @@ -81,6 +84,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_z3950_client, &metaproxy_1_filter_zeerex_explain, &metaproxy_1_filter_zoom, + &metaproxy_1_filter_http_rewrite, 0 }; int i;