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

@@ -12,10 +12,10 @@ feature -- Access
get_http_session
local
h: LIBCURL_HTTP_CLIENT
h: DEFAULT_HTTP_CLIENT
b: like base_url
do
create h.make
create h
b := base_url
if b = Void then
b := ""