X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=867aeb2533e844ca3da404343f94e2a94c16e074;hb=790d37c287f86b6e69acad1e68d1fdff5275ee81;hp=95d0a62488199e7a5dd2246b585cd018f693c18b;hpb=c9d6971088c3b1a3a3faa658e54390c809852e16;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 95d0a62..867aeb2 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef WIN32 #include "filter_cgi.hpp" #endif -#include "filter_cql_to_rpn.hpp" +#include "filter_cql_rpn.hpp" #include "filter_frontend_net.hpp" #include "filter_http_client.hpp" #include "filter_http_file.hpp" @@ -71,6 +71,7 @@ mp::FactoryStatic::FactoryStatic() &metaproxy_1_filter_frontend_net, &metaproxy_1_filter_http_client, &metaproxy_1_filter_http_file, + &metaproxy_1_filter_http_rewrite, &metaproxy_1_filter_http_rewrite1, &metaproxy_1_filter_limit, &metaproxy_1_filter_load_balance, @@ -88,7 +89,6 @@ 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;