Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / src / factory_static.cpp
index 95d0a62..ba76d6d 100644 (file)
@@ -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;