c68f6a30e6
Fixed and improved {WSF_REQUEST}.read_input_data_into_file. Now use the content length to get exactly what is expected from the request. Added check assertion
Jocelyn Fiat2013-12-03 10:46:22 +01:00
07ec0d001f
Fixed various issues with libfcgi on Linux, mainly related to stdout,stderr,stdin, feof and related. Added `reset' to the libfcgi input stream so that it is possible to reset previous errors.
Jocelyn Fiat2013-12-03 10:45:52 +01:00
4f15745647
For Nino connector, ensured that environment variables are percent-encoded in meta variables.
Jocelyn Fiat2013-12-02 10:26:23 +01:00
2978ec33b7
Accept again detachable argument for HTTP_AUTHORIZATION.make (..) to avoid breaking existing code. Note that HTTP_AUTHORIZATION.http_authorization is now detachable.
Jocelyn Fiat2013-11-20 09:17:28 +01:00
3d126b04a9
fixed compilation of the filter example
Jocelyn Fiat2013-11-20 09:16:28 +01:00
33fd3c8009
The "not implemented" response, now also precise the request method.
Jocelyn Fiat2013-11-19 22:08:06 +01:00
ea1c8a23cd
http_client: changed some default settings connect_timeout' and timeout' to 0 (never timeout) Updated comments
Jocelyn Fiat2013-11-19 22:07:29 +01:00
1827723ccc
Fixed compilation of restbucksCRUD for the policy driven framework target.
Jocelyn Fiat2013-11-19 22:00:33 +01:00
7e69fddac9
Fix rendering issue. Add active class
YNH Webdev
2013-11-08 23:03:30 +01:00
e6f1a06545
Fixed issue with unicode login:password Added EIS info Added testing cases.
Jocelyn Fiat2013-11-08 18:14:40 +01:00
e20dd076c3
Updated gewf source code to allow custom settings, and in particular the location of the templates. Fixed compilation of application launcher, and make it more flexible.
Jocelyn Fiat2013-11-08 16:16:45 +01:00
a2cc3d8b29
Added DEBUG_OUTPUT to JSON_OBJECT
jvelilla
2013-11-08 10:38:44 -03:00
8c57856232
Reintroduced WSF_SERVICE.to_wgi_service: WGI_SERVICE since it was used in the "WSF" test cases.
Jocelyn Fiat2013-10-18 21:02:05 +02:00
4f490aaacc
Fixed issue related to {WSF_WGI_DELAYED_HEADER_RESPONSE} and filter response like the logger response wrapper.
Jocelyn Fiat2013-10-18 21:01:23 +02:00
3065637c80
Fixed an issue with one short chunk and empty trailer
Jocelyn Fiat2013-10-18 20:59:29 +02:00
cf01756c1c
Using the new Content Negotiation library to implement WSF_REQUEST.is_content_type_accepted
Jocelyn Fiat2013-10-18 20:46:08 +02:00
88e6837222
Class renaming for content_negotiation Splitted SERVER_CONTENT_NEGOTIATION in 4 differents classes for each kind of negotiation Changed to use ITERABLE over LIST for supported variants arguments Factorized some code for http parameter parsing such as q=1.0;note="blabla" and so on Integrated within EWF
Jocelyn Fiat2013-10-18 16:18:22 +02:00
d376f99832
Updated content_negotiation with better class names and feature names. Minor semantic changes in VARIANTS classes Factorized some code in HTTP_ACCEPT_LANGUAGE
Jocelyn Fiat2013-10-15 23:19:12 +02:00
3072ce7dec
Enabled assertion on content_negotiation during autotests The tests project is now void-safe
Jocelyn Fiat2013-10-14 18:54:36 +02:00