14e85932a9
Fixed error in previous commits.
2020-10-02 15:35:00 +02:00
37644e66bb
Completed a previous commit, especially to web form library (WSF_FORM).
...
Updated EiffelStudio wizard.
2020-10-02 15:29:20 +02:00
c0de4a5bf7
Removed svn keywords from git repo.
2020-10-02 15:24:54 +02:00
30a5e087ae
Web form:
...
- Improvement about web form manipulation (remove a field, set a text value to input fields by name, ...)
- Improved web form html generation, especially for select and type checkbox
- Updated the date input field interface with a new set_date_value .
File response:
- "application/force-download" is not a standard MIME content type, so use "application_octet_stream" instead as default.
Standalone connector:
- Added expected creation procedure for the service launcher.
- Added new "secure_port" configuration variable, for SSL standalone service.
This way, if `is_secure` is True, the server will use `secure_port` (overrides `port` value).
Date:
- Improved support for RFC 3339 (a profile of ISO 8601)
Removed obsolete and warnings:
- removed usage of FILE_NAME
- updated code to avoid implicit conversion from STRING_32 to STRING_8
- avoid uneed conversion to STRING_8 (when possible)
2020-10-02 15:02:06 +02:00
75380a27fe
Use https:// instead of http://
2020-09-30 16:22:48 +02:00
8261a07bb4
Updated doc copyright year to 2020.
2020-09-30 16:19:48 +02:00
2760b24d8f
Updated ecf files to newer schema 1-20-0 .
2020-02-27 18:06:40 +01:00
135d65c68e
Better CGI handler
...
- improvement related to current directory for the execution of the CGI script,
- and updated SCRIPT_NAME, to the path info is correctly computed.
2020-02-26 22:47:25 +01:00
8760152441
Fixed value of SERVER_PORT for secure connection (i.e https:// ), by default it is 443 .
...
this was fooling WSF_REQUEST.absolute_url (...) .
2020-02-26 22:46:50 +01:00
49881b6429
Better handling for directory default index response (for instance index.html) for case like "/subdir" which is now redirected to "/subdir/" so relative url are correctly handled.
2020-02-26 22:46:03 +01:00
c76e1a785c
Added rfc3339 implementation to HTTP_DATE.
2020-02-26 22:34:18 +01:00
791b19a86e
Use to_string_8 instead of as_string_8 in this case.
2020-02-26 22:33:25 +01:00
98452e13e2
Improved feed library:
...
- Added missing link to FEED.
- Closer to ATOM validation, especially for xhtml content.
- Closer to RSS2 specification.
- Removed unwanted conversion from STRING_32 to STRING_8. (fixing feed generation when dealing with Unicode content).
2020-02-26 22:32:24 +01:00
5ac7ce7483
Initial support for client certificates LibCurl implementation
2020-02-26 22:15:23 +01:00
0afccef5e2
Removed google plus links.
2019-10-28 21:24:47 +01:00
7c4cbe845d
Updated copyright
2019-05-30 21:37:57 +02:00
da5226a891
Updated code to remove VRDS(4) errors
2019-05-30 18:23:14 +02:00
256f7581f1
Updated changelogs
es_rev103227
v1.1.1
2019-05-30 16:38:27 +02:00
5df220beef
Removed redefinitions that violates VDRS(4).
2019-05-30 16:21:53 +02:00
5ff361af54
Simplified proxy example, no more proxy.conf file.
...
Added forwarding case based on server name.
2019-01-24 11:19:05 +01:00
65525aa112
updated proxy example's README file.
2019-01-24 09:23:47 +01:00
d4bbdea5e4
Removed unneeded redefine.
2019-01-23 23:50:26 +01:00
8260336d6c
Added support for X-Forwarded-For .., and Forwarded header, for the simple proxy implementation.
...
Also added the possibility to "keep" the original host name.
Updated related example.
2019-01-23 23:46:35 +01:00
19c14d28c7
Updated EiffelWeb wizard.
2018-11-19 19:10:26 +01:00
f1e8dfa40b
Updated to use ARGUMENTS_32 as client.
2018-11-19 18:04:35 +01:00
e73302639d
updated changelog.
2018-11-16 19:39:13 +01:00
1c58674523
Updated notes for JWS.
2018-11-16 19:35:34 +01:00
7cfe0cc5ed
Removed obsolete v0 code.
2018-11-16 19:31:41 +01:00
4f8341e04e
Updated JWT library with class descriptions and better features names.
...
JWT library fixed to use agorithms names in upper case.
Updated README.
2018-11-16 19:28:46 +01:00
7f36e539f1
Accepts string general in html_encoded_string.
2018-11-16 19:28:05 +01:00
8241c0209a
Updated JWT README content.
2018-10-29 15:17:31 +01:00
45179b58a3
Fixed custom error creation, do not create default message, otherwise the info will be duplicated in error output.
2018-10-29 15:14:28 +01:00
31fa31bd53
Updated changelog
v1.1.0
2018-10-29 13:22:01 +01:00
a8a3ca5b97
typo.
2018-10-29 13:15:32 +01:00
7c6fe5a04a
Added HTTP_COOKIE.set_expiration_from_max_age, to add the "Expiration:" based on the max-age value.
2018-10-29 13:15:14 +01:00
c8e2009638
Use double quotes only when needed for put_content_type_with_parameters.
2018-10-29 13:11:19 +01:00
627ec7aefc
removed unneeded inheritance.
2018-10-29 13:04:46 +01:00
e7087bcbc1
Added missing WSF_TIMEOUT_UTILITIES file.
2018-10-29 12:19:36 +01:00
8d881bcd7d
Updated changelog.md
2018-10-29 12:16:01 +01:00
ed3ad962d1
Updated a few classes from http_client to use nanoseconds as timeout precision.
...
Fixed typo in comments.
2018-10-29 12:15:20 +01:00
d3e865cf6c
Fixed setting of socket.timeout in httpd (was not currently set before).
...
Adopted the nanoseconds timeout precision
- in config file added support for ns, us, ms, s timeout precision (without indication, it uses `seconds` precision).
2018-10-29 11:27:26 +01:00
9fcd30b4e1
removed useless JWT_ENCODER
2018-10-17 14:25:56 +02:00
0baa05cf63
JWT: updated to make JWT algorithm support more flexible, and simple to extend with specific algorithm.
2018-10-17 11:00:20 +02:00
f97f59b703
renamed a png file to avoid blank character.
2018-09-27 22:01:34 +02:00
dc377b84d3
Duplicated images to see expected images embedded in github markdown pages, and also in github web pages (jekyll on eiffelweb.org).
2018-09-27 21:57:16 +02:00
f14431fc05
Update basics.md
2018-09-27 21:50:02 +02:00
9577d7d82a
Update basics.md
2018-09-27 21:48:45 +02:00
99f8377721
Include images twices to see them under github pages, and also in markdown pages
2018-09-27 21:47:48 +02:00
73d5555532
test (ignore)
2018-09-27 21:39:58 +02:00
ce3c7ac57a
try change for related links.
2018-09-27 21:34:18 +02:00