From 5a9ccce558498f8cb8ad884015bb1fa226d19d15 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 1 Nov 2016 14:30:19 +0100 Subject: [PATCH] Made library ecf compilable in scoop concurrency mode by default. Except nino related projects that depends on EiffelThread. --- .../protocol/syndication/atom/atom-safe.ecf | 3 +- .../protocol/syndication/atom/atom.ecf | 3 +- .../protocol/syndication/rss/rss-safe.ecf | 3 +- .../library/protocol/syndication/rss/rss.ecf | 3 +- draft/library/security/oauth/oauth-safe.ecf | 3 +- draft/library/security/oauth/oauth.ecf | 3 +- examples/restbucksCRUD/client/client-safe.ecf | 3 +- examples/restbucksCRUD/client/client.ecf | 7 +- examples/restbucksCRUD/restbucks-safe.ecf | 8 +- examples/upload_image/upload_image-safe.ecf | 2 +- .../network/http_client/http_client-safe.ecf | 1 + library/network/http_client/http_client.ecf | 1 + .../http_client/libcurl_http_client-safe.ecf | 1 + .../http_client/libcurl_http_client.ecf | 1 + .../http_client/net_http_client-safe.ecf | 1 + .../network/http_client/net_http_client.ecf | 1 + .../content_negotiation/conneg-safe.ecf | 1 + .../protocol/content_negotiation/conneg.ecf | 1 + library/network/protocol/http/http-safe.ecf | 1 + library/network/protocol/http/http.ecf | 1 + .../client/web_socket_client-safe.ecf | 2 +- .../websocket/client/web_socket_client.ecf | 2 +- .../protocol/web_socket_protocol-safe.ecf | 1 + .../protocol/web_socket_protocol.ecf | 1 + .../server/websocket_server-safe.ecf | 2 +- .../websocket/server/websocket_server.ecf | 2 +- .../security/openid/consumer/openid-safe.ecf | 1 + library/security/openid/consumer/openid.ecf | 1 + .../http_authorization-safe.ecf | 1 + .../http_authorization/http_authorization.ecf | 1 + .../server/ewsgi/connectors/cgi/cgi-safe.ecf | 1 + library/server/ewsgi/connectors/cgi/cgi.ecf | 1 + .../ewsgi/connectors/libfcgi/libfcgi-safe.ecf | 1 + .../ewsgi/connectors/libfcgi/libfcgi.ecf | 5 +- .../ewsgi/connectors/nino/nino-safe.ecf | 1 + library/server/ewsgi/connectors/nino/nino.ecf | 1 + .../ewsgi/connectors/null/null-safe.ecf | 1 + library/server/ewsgi/connectors/null/null.ecf | 1 + library/server/ewsgi/ewsgi-safe.ecf | 1 + library/server/ewsgi/ewsgi.ecf | 1 + library/server/ewsgi/ewsgi_spec-safe.ecf | 1 + library/server/ewsgi/ewsgi_spec.ecf | 1 + .../ewsgi/examples/hello_world/hello-safe.ecf | 2 +- library/server/httpd/httpd-safe.ecf | 2 +- library/server/httpd/httpd.ecf | 4 +- library/server/libfcgi/libfcgi-safe.ecf | 3 +- library/server/libfcgi/libfcgi.ecf | 5 +- library/server/wsf/connector/all-safe.ecf | 2 +- library/server/wsf/connector/all.ecf | 27 +++++++ library/server/wsf/connector/cgi-safe.ecf | 1 + library/server/wsf/connector/cgi.ecf | 1 + library/server/wsf/connector/libfcgi-safe.ecf | 1 + library/server/wsf/connector/libfcgi.ecf | 1 + library/server/wsf/connector/nino-safe.ecf | 1 + library/server/wsf/connector/nino.ecf | 1 + .../server/wsf/connector/openshift-safe.ecf | 1 + library/server/wsf/connector/openshift.ecf | 19 +++++ library/server/wsf/connector/standalone.ecf | 1 + .../connector/standalone_websocket-safe.ecf | 1 + .../wsf/connector/standalone_websocket.ecf | 1 + library/server/wsf/default/cgi-safe.ecf | 1 + library/server/wsf/default/cgi.ecf | 1 + library/server/wsf/default/libfcgi-safe.ecf | 1 + library/server/wsf/default/libfcgi.ecf | 1 + library/server/wsf/default/nino-safe.ecf | 1 + library/server/wsf/default/nino.ecf | 1 + library/server/wsf/default/openshift-safe.ecf | 1 + library/server/wsf/default/openshift.ecf | 18 +++++ library/server/wsf/wsf-safe.ecf | 1 + library/server/wsf/wsf.ecf | 1 + library/server/wsf/wsf_extension-safe.ecf | 1 + library/server/wsf/wsf_extension.ecf | 1 + library/server/wsf/wsf_policy_driven-safe.ecf | 1 + library/server/wsf/wsf_policy_driven.ecf | 1 + .../server/wsf/wsf_router_context-safe.ecf | 1 + library/server/wsf/wsf_router_context.ecf | 1 + library/server/wsf/wsf_session-safe.ecf | 1 + library/server/wsf/wsf_session.ecf | 1 + library/server/wsf_html/wsf_html-safe.ecf | 1 + library/server/wsf_html/wsf_html.ecf | 1 + library/server/wsf_proxy/wsf_proxy-safe.ecf | 1 + library/server/wsf_proxy/wsf_proxy.ecf | 1 + library/text/encoder/encoder-safe.ecf | 1 + library/text/encoder/encoder.ecf | 1 + library/text/parser/feed/feed-safe.ecf | 1 + library/text/parser/feed/feed.ecf | 1 + .../parser/uri_template/uri_template-safe.ecf | 1 + .../text/parser/uri_template/uri_template.ecf | 1 + library/utility/general/error/error-safe.ecf | 1 + library/utility/general/error/error.ecf | 1 + tests/all-safe.ecf | 11 +-- tests/all-stable-safe.ecf | 9 +-- tests/all-stable.ecf | 60 +++++++++++++++ tests/all.ecf | 75 +++++++++++++++++++ 94 files changed, 305 insertions(+), 49 deletions(-) create mode 100644 library/server/wsf/connector/all.ecf create mode 100644 library/server/wsf/connector/openshift.ecf create mode 100644 library/server/wsf/default/openshift.ecf create mode 100644 tests/all-stable.ecf create mode 100644 tests/all.ecf diff --git a/draft/library/protocol/syndication/atom/atom-safe.ecf b/draft/library/protocol/syndication/atom/atom-safe.ecf index d6e0e800..2f5ec5aa 100644 --- a/draft/library/protocol/syndication/atom/atom-safe.ecf +++ b/draft/library/protocol/syndication/atom/atom-safe.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/draft/library/protocol/syndication/atom/atom.ecf b/draft/library/protocol/syndication/atom/atom.ecf index 6662aac3..fb5d98c3 100644 --- a/draft/library/protocol/syndication/atom/atom.ecf +++ b/draft/library/protocol/syndication/atom/atom.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/draft/library/protocol/syndication/rss/rss-safe.ecf b/draft/library/protocol/syndication/rss/rss-safe.ecf index aab55dda..e089ed35 100644 --- a/draft/library/protocol/syndication/rss/rss-safe.ecf +++ b/draft/library/protocol/syndication/rss/rss-safe.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/draft/library/protocol/syndication/rss/rss.ecf b/draft/library/protocol/syndication/rss/rss.ecf index 7a473bfb..43c1f6f2 100644 --- a/draft/library/protocol/syndication/rss/rss.ecf +++ b/draft/library/protocol/syndication/rss/rss.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/draft/library/security/oauth/oauth-safe.ecf b/draft/library/security/oauth/oauth-safe.ecf index ab8706f5..8810b9dc 100644 --- a/draft/library/security/oauth/oauth-safe.ecf +++ b/draft/library/security/oauth/oauth-safe.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/draft/library/security/oauth/oauth.ecf b/draft/library/security/oauth/oauth.ecf index 721bcf01..d1de7c54 100644 --- a/draft/library/security/oauth/oauth.ecf +++ b/draft/library/security/oauth/oauth.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/examples/restbucksCRUD/client/client-safe.ecf b/examples/restbucksCRUD/client/client-safe.ecf index c06b6358..dfd98d91 100644 --- a/examples/restbucksCRUD/client/client-safe.ecf +++ b/examples/restbucksCRUD/client/client-safe.ecf @@ -9,11 +9,10 @@ - + - diff --git a/examples/restbucksCRUD/client/client.ecf b/examples/restbucksCRUD/client/client.ecf index 6e82e4e1..31ba34f5 100644 --- a/examples/restbucksCRUD/client/client.ecf +++ b/examples/restbucksCRUD/client/client.ecf @@ -1,5 +1,5 @@ - + @@ -9,11 +9,10 @@ - + + - - diff --git a/examples/restbucksCRUD/restbucks-safe.ecf b/examples/restbucksCRUD/restbucks-safe.ecf index d01d3d96..c5a7644f 100644 --- a/examples/restbucksCRUD/restbucks-safe.ecf +++ b/examples/restbucksCRUD/restbucks-safe.ecf @@ -1,5 +1,5 @@ - + /EIFGENs$ @@ -8,7 +8,7 @@ - + @@ -24,7 +24,7 @@ - @@ -36,7 +36,7 @@ - diff --git a/examples/upload_image/upload_image-safe.ecf b/examples/upload_image/upload_image-safe.ecf index 873825f6..e71d93ba 100644 --- a/examples/upload_image/upload_image-safe.ecf +++ b/examples/upload_image/upload_image-safe.ecf @@ -14,7 +14,6 @@ - @@ -34,5 +33,6 @@ + diff --git a/library/network/http_client/http_client-safe.ecf b/library/network/http_client/http_client-safe.ecf index d69c9884..e031b229 100644 --- a/library/network/http_client/http_client-safe.ecf +++ b/library/network/http_client/http_client-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/http_client/http_client.ecf b/library/network/http_client/http_client.ecf index 7010008d..d632e151 100644 --- a/library/network/http_client/http_client.ecf +++ b/library/network/http_client/http_client.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/http_client/libcurl_http_client-safe.ecf b/library/network/http_client/libcurl_http_client-safe.ecf index cf3821d6..61042413 100644 --- a/library/network/http_client/libcurl_http_client-safe.ecf +++ b/library/network/http_client/libcurl_http_client-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/http_client/libcurl_http_client.ecf b/library/network/http_client/libcurl_http_client.ecf index ff910944..e210501d 100644 --- a/library/network/http_client/libcurl_http_client.ecf +++ b/library/network/http_client/libcurl_http_client.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/http_client/net_http_client-safe.ecf b/library/network/http_client/net_http_client-safe.ecf index e50ac5a0..f06684e9 100644 --- a/library/network/http_client/net_http_client-safe.ecf +++ b/library/network/http_client/net_http_client-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/http_client/net_http_client.ecf b/library/network/http_client/net_http_client.ecf index 75ab7574..2f76e28f 100644 --- a/library/network/http_client/net_http_client.ecf +++ b/library/network/http_client/net_http_client.ecf @@ -9,6 +9,7 @@ + diff --git a/library/network/protocol/content_negotiation/conneg-safe.ecf b/library/network/protocol/content_negotiation/conneg-safe.ecf index af7edc59..4da807b7 100644 --- a/library/network/protocol/content_negotiation/conneg-safe.ecf +++ b/library/network/protocol/content_negotiation/conneg-safe.ecf @@ -11,6 +11,7 @@ + diff --git a/library/network/protocol/content_negotiation/conneg.ecf b/library/network/protocol/content_negotiation/conneg.ecf index 6677144a..4a74d382 100644 --- a/library/network/protocol/content_negotiation/conneg.ecf +++ b/library/network/protocol/content_negotiation/conneg.ecf @@ -11,6 +11,7 @@ + diff --git a/library/network/protocol/http/http-safe.ecf b/library/network/protocol/http/http-safe.ecf index 4cffe316..e4f13f20 100644 --- a/library/network/protocol/http/http-safe.ecf +++ b/library/network/protocol/http/http-safe.ecf @@ -10,6 +10,7 @@ + diff --git a/library/network/protocol/http/http.ecf b/library/network/protocol/http/http.ecf index 003c0708..bb3b45d2 100644 --- a/library/network/protocol/http/http.ecf +++ b/library/network/protocol/http/http.ecf @@ -10,6 +10,7 @@ + diff --git a/library/network/websocket/client/web_socket_client-safe.ecf b/library/network/websocket/client/web_socket_client-safe.ecf index 33bf7579..7bc7ed9d 100644 --- a/library/network/websocket/client/web_socket_client-safe.ecf +++ b/library/network/websocket/client/web_socket_client-safe.ecf @@ -11,7 +11,7 @@ - + diff --git a/library/network/websocket/client/web_socket_client.ecf b/library/network/websocket/client/web_socket_client.ecf index 2ff8f1e5..3f8631e7 100644 --- a/library/network/websocket/client/web_socket_client.ecf +++ b/library/network/websocket/client/web_socket_client.ecf @@ -11,7 +11,7 @@ - + diff --git a/library/network/websocket/protocol/web_socket_protocol-safe.ecf b/library/network/websocket/protocol/web_socket_protocol-safe.ecf index 82a6cec8..0b08d9a0 100644 --- a/library/network/websocket/protocol/web_socket_protocol-safe.ecf +++ b/library/network/websocket/protocol/web_socket_protocol-safe.ecf @@ -2,6 +2,7 @@ + diff --git a/library/network/websocket/protocol/web_socket_protocol.ecf b/library/network/websocket/protocol/web_socket_protocol.ecf index c159d254..c3d310e4 100644 --- a/library/network/websocket/protocol/web_socket_protocol.ecf +++ b/library/network/websocket/protocol/web_socket_protocol.ecf @@ -4,6 +4,7 @@ + diff --git a/library/network/websocket/server/websocket_server-safe.ecf b/library/network/websocket/server/websocket_server-safe.ecf index ffbbe6f4..c0914c3b 100644 --- a/library/network/websocket/server/websocket_server-safe.ecf +++ b/library/network/websocket/server/websocket_server-safe.ecf @@ -11,7 +11,7 @@ - + diff --git a/library/network/websocket/server/websocket_server.ecf b/library/network/websocket/server/websocket_server.ecf index 9124a66d..b421917d 100644 --- a/library/network/websocket/server/websocket_server.ecf +++ b/library/network/websocket/server/websocket_server.ecf @@ -11,7 +11,7 @@ - + diff --git a/library/security/openid/consumer/openid-safe.ecf b/library/security/openid/consumer/openid-safe.ecf index 67c5f936..947d6133 100644 --- a/library/security/openid/consumer/openid-safe.ecf +++ b/library/security/openid/consumer/openid-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/security/openid/consumer/openid.ecf b/library/security/openid/consumer/openid.ecf index d9d3b72f..b0835c54 100644 --- a/library/security/openid/consumer/openid.ecf +++ b/library/security/openid/consumer/openid.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/authentication/http_authorization/http_authorization-safe.ecf b/library/server/authentication/http_authorization/http_authorization-safe.ecf index 4f5f95a9..85470acf 100644 --- a/library/server/authentication/http_authorization/http_authorization-safe.ecf +++ b/library/server/authentication/http_authorization/http_authorization-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/authentication/http_authorization/http_authorization.ecf b/library/server/authentication/http_authorization/http_authorization.ecf index 20aa415a..d537bee5 100644 --- a/library/server/authentication/http_authorization/http_authorization.ecf +++ b/library/server/authentication/http_authorization/http_authorization.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/cgi/cgi-safe.ecf b/library/server/ewsgi/connectors/cgi/cgi-safe.ecf index cdeca882..33a3eb7d 100644 --- a/library/server/ewsgi/connectors/cgi/cgi-safe.ecf +++ b/library/server/ewsgi/connectors/cgi/cgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/cgi/cgi.ecf b/library/server/ewsgi/connectors/cgi/cgi.ecf index df9c6f5b..70db681d 100644 --- a/library/server/ewsgi/connectors/cgi/cgi.ecf +++ b/library/server/ewsgi/connectors/cgi/cgi.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/libfcgi/libfcgi-safe.ecf b/library/server/ewsgi/connectors/libfcgi/libfcgi-safe.ecf index 7cc2a211..7919a56c 100644 --- a/library/server/ewsgi/connectors/libfcgi/libfcgi-safe.ecf +++ b/library/server/ewsgi/connectors/libfcgi/libfcgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/libfcgi/libfcgi.ecf b/library/server/ewsgi/connectors/libfcgi/libfcgi.ecf index 80279ae1..4d3c76e0 100644 --- a/library/server/ewsgi/connectors/libfcgi/libfcgi.ecf +++ b/library/server/ewsgi/connectors/libfcgi/libfcgi.ecf @@ -1,5 +1,5 @@ - + @@ -7,8 +7,9 @@ /\.git$ /\.svn$ - + diff --git a/library/server/ewsgi/connectors/nino/nino-safe.ecf b/library/server/ewsgi/connectors/nino/nino-safe.ecf index 433154aa..1c96cda2 100644 --- a/library/server/ewsgi/connectors/nino/nino-safe.ecf +++ b/library/server/ewsgi/connectors/nino/nino-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/nino/nino.ecf b/library/server/ewsgi/connectors/nino/nino.ecf index 98287438..73b68c8c 100644 --- a/library/server/ewsgi/connectors/nino/nino.ecf +++ b/library/server/ewsgi/connectors/nino/nino.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/null/null-safe.ecf b/library/server/ewsgi/connectors/null/null-safe.ecf index 0f7da040..fd48e5e2 100644 --- a/library/server/ewsgi/connectors/null/null-safe.ecf +++ b/library/server/ewsgi/connectors/null/null-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/connectors/null/null.ecf b/library/server/ewsgi/connectors/null/null.ecf index 5255edb0..c5ec39ee 100644 --- a/library/server/ewsgi/connectors/null/null.ecf +++ b/library/server/ewsgi/connectors/null/null.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/ewsgi-safe.ecf b/library/server/ewsgi/ewsgi-safe.ecf index 7b218139..5b58687a 100644 --- a/library/server/ewsgi/ewsgi-safe.ecf +++ b/library/server/ewsgi/ewsgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/ewsgi.ecf b/library/server/ewsgi/ewsgi.ecf index 4c3b7d97..bea8612b 100644 --- a/library/server/ewsgi/ewsgi.ecf +++ b/library/server/ewsgi/ewsgi.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/ewsgi_spec-safe.ecf b/library/server/ewsgi/ewsgi_spec-safe.ecf index 272b2493..20668cfc 100644 --- a/library/server/ewsgi/ewsgi_spec-safe.ecf +++ b/library/server/ewsgi/ewsgi_spec-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/ewsgi_spec.ecf b/library/server/ewsgi/ewsgi_spec.ecf index ee7fb674..2052c88f 100644 --- a/library/server/ewsgi/ewsgi_spec.ecf +++ b/library/server/ewsgi/ewsgi_spec.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/ewsgi/examples/hello_world/hello-safe.ecf b/library/server/ewsgi/examples/hello_world/hello-safe.ecf index 3c3745ed..2ce93998 100644 --- a/library/server/ewsgi/examples/hello_world/hello-safe.ecf +++ b/library/server/ewsgi/examples/hello_world/hello-safe.ecf @@ -9,7 +9,7 @@ - + diff --git a/library/server/httpd/httpd-safe.ecf b/library/server/httpd/httpd-safe.ecf index f3e44d75..c2987a54 100644 --- a/library/server/httpd/httpd-safe.ecf +++ b/library/server/httpd/httpd-safe.ecf @@ -24,7 +24,7 @@ - + diff --git a/library/server/httpd/httpd.ecf b/library/server/httpd/httpd.ecf index edbadb61..52fe0772 100644 --- a/library/server/httpd/httpd.ecf +++ b/library/server/httpd/httpd.ecf @@ -9,7 +9,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/library/server/libfcgi/libfcgi-safe.ecf b/library/server/libfcgi/libfcgi-safe.ecf index 6958b481..3172ff2f 100644 --- a/library/server/libfcgi/libfcgi-safe.ecf +++ b/library/server/libfcgi/libfcgi-safe.ecf @@ -1,5 +1,5 @@ - + @@ -9,6 +9,7 @@ + diff --git a/library/server/libfcgi/libfcgi.ecf b/library/server/libfcgi/libfcgi.ecf index 9216b61f..93f8e18f 100644 --- a/library/server/libfcgi/libfcgi.ecf +++ b/library/server/libfcgi/libfcgi.ecf @@ -1,5 +1,5 @@ - + @@ -8,8 +8,9 @@ /EIFGENs$ - + diff --git a/library/server/wsf/connector/all-safe.ecf b/library/server/wsf/connector/all-safe.ecf index 8d259a58..accacfd3 100644 --- a/library/server/wsf/connector/all-safe.ecf +++ b/library/server/wsf/connector/all-safe.ecf @@ -9,6 +9,7 @@ + @@ -20,7 +21,6 @@ - diff --git a/library/server/wsf/connector/all.ecf b/library/server/wsf/connector/all.ecf new file mode 100644 index 00000000..3583734f --- /dev/null +++ b/library/server/wsf/connector/all.ecf @@ -0,0 +1,27 @@ + + + + + + /EIFGENs$ + /\.git$ + /\.svn$ + + + + + + + + + + + + + + + + + + diff --git a/library/server/wsf/connector/cgi-safe.ecf b/library/server/wsf/connector/cgi-safe.ecf index bd1d9f5f..8771e4e2 100644 --- a/library/server/wsf/connector/cgi-safe.ecf +++ b/library/server/wsf/connector/cgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/cgi.ecf b/library/server/wsf/connector/cgi.ecf index cf25584a..24e08f3e 100644 --- a/library/server/wsf/connector/cgi.ecf +++ b/library/server/wsf/connector/cgi.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/libfcgi-safe.ecf b/library/server/wsf/connector/libfcgi-safe.ecf index 63bbc68b..929133ce 100644 --- a/library/server/wsf/connector/libfcgi-safe.ecf +++ b/library/server/wsf/connector/libfcgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/libfcgi.ecf b/library/server/wsf/connector/libfcgi.ecf index 5c87293b..605e923e 100644 --- a/library/server/wsf/connector/libfcgi.ecf +++ b/library/server/wsf/connector/libfcgi.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/nino-safe.ecf b/library/server/wsf/connector/nino-safe.ecf index a6bcb9e1..f231a66a 100644 --- a/library/server/wsf/connector/nino-safe.ecf +++ b/library/server/wsf/connector/nino-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/nino.ecf b/library/server/wsf/connector/nino.ecf index e1ee7fd6..9bf04993 100644 --- a/library/server/wsf/connector/nino.ecf +++ b/library/server/wsf/connector/nino.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/openshift-safe.ecf b/library/server/wsf/connector/openshift-safe.ecf index 9cdae217..677dc3d5 100644 --- a/library/server/wsf/connector/openshift-safe.ecf +++ b/library/server/wsf/connector/openshift-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/openshift.ecf b/library/server/wsf/connector/openshift.ecf new file mode 100644 index 00000000..5fff0179 --- /dev/null +++ b/library/server/wsf/connector/openshift.ecf @@ -0,0 +1,19 @@ + + + + + + /EIFGENs$ + /\.git$ + /\.svn$ + + + + + + + + + + diff --git a/library/server/wsf/connector/standalone.ecf b/library/server/wsf/connector/standalone.ecf index 63d5cd22..bded9c92 100644 --- a/library/server/wsf/connector/standalone.ecf +++ b/library/server/wsf/connector/standalone.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/standalone_websocket-safe.ecf b/library/server/wsf/connector/standalone_websocket-safe.ecf index 2f1e36d9..f23e0c5b 100644 --- a/library/server/wsf/connector/standalone_websocket-safe.ecf +++ b/library/server/wsf/connector/standalone_websocket-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/connector/standalone_websocket.ecf b/library/server/wsf/connector/standalone_websocket.ecf index 19a72337..47b4750f 100644 --- a/library/server/wsf/connector/standalone_websocket.ecf +++ b/library/server/wsf/connector/standalone_websocket.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/default/cgi-safe.ecf b/library/server/wsf/default/cgi-safe.ecf index 8a6faae1..6e448e5c 100644 --- a/library/server/wsf/default/cgi-safe.ecf +++ b/library/server/wsf/default/cgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/default/cgi.ecf b/library/server/wsf/default/cgi.ecf index 42f3b093..5814592e 100644 --- a/library/server/wsf/default/cgi.ecf +++ b/library/server/wsf/default/cgi.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/default/libfcgi-safe.ecf b/library/server/wsf/default/libfcgi-safe.ecf index 24a3a7fe..04111a0e 100644 --- a/library/server/wsf/default/libfcgi-safe.ecf +++ b/library/server/wsf/default/libfcgi-safe.ecf @@ -9,6 +9,7 @@ + diff --git a/library/server/wsf/default/libfcgi.ecf b/library/server/wsf/default/libfcgi.ecf index 57b00ded..ff2e30dd 100644 --- a/library/server/wsf/default/libfcgi.ecf +++ b/library/server/wsf/default/libfcgi.ecf @@ -8,6 +8,7 @@ /\.svn$