Added ssl files to allow cms SSL support (disabled by default).

Fixed typo in auth post password message.
Make sure to keep site_destination set in login form, so that the user is redirected to previous location.
Use default http client in the feel aggregator component, instead of forcing libcurl usage.
This commit is contained in:
2016-11-30 10:43:09 +01:00
parent 0c3b85bb37
commit 19eb5113e9
11 changed files with 53 additions and 6 deletions

View File

@@ -143,9 +143,9 @@ feature -- Operation
new_http_client_session (a_url: READABLE_STRING_8): HTTP_CLIENT_SESSION
local
cl: LIBCURL_HTTP_CLIENT
cl: DEFAULT_HTTP_CLIENT
do
create cl.make
create cl
Result := cl.new_session (a_url)
Result.set_is_insecure (True)
end