X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_static.cpp;h=ba76d6df5ddcf48fd29c7a2544567ca94ab7006c;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=95d0a62488199e7a5dd2246b585cd018f693c18b;hpb=c9d6971088c3b1a3a3faa658e54390c809852e16;p=metaproxy-moved-to-github.git diff --git a/src/factory_static.cpp b/src/factory_static.cpp index 95d0a62..ba76d6d 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2013 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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;