jvelilla
d576879b2c
Added descriptions and feature comments.
2015-04-06 17:05:35 -03:00
jvelilla
4f9fcf42e2
Added features comments.
2015-04-06 16:42:45 -03:00
jvelilla
0b00bc4f68
Added Missing Class and feature descriptions.
...
Removed author entry.
2015-04-06 12:24:47 -03:00
7ac20bbcbc
renamed keep_alive_requested as is_persistent_connection_requested.
2015-04-01 22:51:20 +02:00
6f74361223
Following the spec, use "keep-alive" and "close" in lowercase for Connection header.
2015-04-01 22:44:24 +02:00
c25ea52bf8
Better support for HTTP/1.0 and also related to persistent connection.
2015-04-01 22:41:43 +02:00
c2bca44bbd
Improved support for HTTP/1.0 persistent connection.
2015-04-01 20:11:30 +02:00
5dc5a751e5
Enable support for persistent connections.
...
(test: works fine with curl -k , but weird behavior with ab -k ...)
2015-04-01 19:31:27 +02:00
52dff7e0fb
First step to improve a bit error handling related to socket disconnection.
...
Mainly in standalone connector for now.
2015-04-01 17:29:53 +02:00
42e3c5e755
Improved the simple_file example with image, and not found message.
...
Use standalone connector in SCOOP concurrency mode.
2015-04-01 15:33:47 +02:00
8e3c5de4f7
Cleaned simple example, and made the standalone target with SCOOP concurrency.
2015-04-01 15:09:04 +02:00
3710c787d1
Updated various indexing notes.
...
Removed a few obsolete classes.
Cosmetics
2015-03-31 21:33:38 +02:00
d4f550246d
Added migration note.
2015-03-31 16:07:48 +02:00
060a2bb952
Migrated most of the example and library to new design.
2015-03-31 14:50:20 +02:00
449720c99e
Implemented support for base url in httpd connector.
2015-03-25 22:22:57 +01:00
2b7fbb0724
Migrated simple, simple_file and upload_image example.
...
Adapted EWF accordingly.
2015-03-25 14:56:38 +01:00
c8eb22c8e5
Added SCOOP support for WSF.
...
WSF_SERVICE is deeply changed, and addition of WSF_EXECUTION.
Todo: code cleaning, removing useless things.
2015-03-24 23:21:49 +01:00
93e28a8c69
First steps to provide a concurrent compliant EWF connector "httpd"
...
successor of "nino" connector.
It is based on the new NETWORK_STREAM_SOCKET.accept_to feature.
Note the SSL version is not done yet.
Support for concurrency: none, thread and scoop
2015-03-20 17:35:46 +01:00
da6125a321
Support for concurrencies: none, thread and SCOOP
2015-03-20 15:48:54 +01:00
d4847251ef
Finally SCOOP supported.
2015-03-20 13:37:54 +01:00
jvelilla
44b1ccbc3c
Merge branch 'jvelilla-ewf_cookie'
2015-03-20 09:35:51 -03:00
jvelilla
30261632f6
Updated HTTP_COOKIE, enable to add a cookie with empty value.
...
Added feature to check if a date is valid rcf1123 is_valid_rfc1123_date.
Added test cases related to valid cookie dates.
Updated wsf_response add_cookie basedo on review comments.
2015-03-19 15:23:06 -03:00
jvelilla
08db0748f4
Updated is_valid_character, using NATURAL_32 as an argument to avoid multiple conversions.
...
Updated add_cookie, added features has_cookie_name and is_cookie line to avoid the use of
STRING.split and STRING.start_with.
2015-03-19 09:39:41 -03:00
jvelilla
9dc22bee24
Updated HTTP_COOKIE class based on comments.
...
Added missing descriptions in test classes
2015-03-17 17:00:07 -03:00
jvelilla
c4d362ff31
Added the add_cookie feature
...
Added test cases to check cookies in WSF_RESPONSE-
Added mock classes use for test cases.
2015-03-17 14:27:53 -03:00
7914402a51
Experiment to avoid pseudo sequential execution
2015-03-17 15:52:15 +01:00
592975dfe2
First attempt to use `{NETWORK_STREAM_SOCKET}.accept_to'
2015-03-17 09:48:11 +01:00
jvelilla
4a35ff7b77
Updated code based on Jocelyn's comments.
2015-03-13 17:41:48 -03:00
jvelilla
871e9792a5
Added HTTP_COOKIE and test cases.
...
Added WSF_COOKIE class, inherit from HTTP_COOKIE.
2015-03-13 15:28:38 -03:00
33ec1bc2d3
First steps to provide a concurrent compliant EWF connector.
2015-03-13 16:26:07 +01:00
5f4ab50bf9
Completed configuration setting to be compilable with recent changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
2015-03-12 22:16:28 +01:00
f0a49aaf0a
fixed location of before_15_01 folder.
2015-03-11 14:52:14 +01:00
1aae58e00b
Removed the -safe since now new project should be void-safe
2015-03-05 20:37:28 +01:00
f81e5251e8
moved wizard under tools/estudio_wizard
2015-03-05 16:01:45 +01:00
b26504b4a1
moved wizard from tools to helpers
2015-03-05 16:00:43 +01:00
4eddad0bcb
Updated script to install wizard in current EiffelStudio installation.
2015-03-05 15:27:29 +01:00
1b9aa0c598
Updated the ewf estudio wizard to have a console and a graphical wizard.
...
Usage: wizard -callback file.cb path-to-rootdir folder.
2015-03-05 15:23:13 +01:00
6e52774507
Prepare nino ecf to be compilable with upcoming changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
...
As EiffelNet release is related to EiffelStudio release,
the condition "compiler version <= 15.02) is used,
which means that before for release 15.01 and previous EiffelStudio
releases, the project uses a specific TCP_STREAM_SOCKET, and for
upcoming releases, it will use another version of that class).
(see rev#96640 from eiffelstudio subversion repository)
2015-02-18 10:14:08 +01:00
e5403462bc
Prepare nino ecf to be compilable with upcoming changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
...
(see rev#96640 from eiffelstudio subversion repository)
2015-02-18 10:08:36 +01:00
4c552671c1
Updated install_ewf.bat to use the new "ecf_tool" from https://svn.eiffel.com/eiffelstudio/trunk/Src/tools/ecf_tool .
2014-12-02 10:51:08 +01:00
25a362d043
Added more test cases for cookies.
2014-12-02 10:50:29 +01:00
023e03bb8f
Completed change on debug handler and filter, to use WSF_DEBUG_INFORMATION.
2014-12-02 10:45:33 +01:00
0caad2105f
Merge branch 'fix_cgi_value' of github.com:jocelyn/EWF
2014-12-01 15:53:45 +01:00
f14fdc2a69
Added assertions on router helpers, and also agent handler.
...
Closes issue #159
2014-12-01 15:44:49 +01:00
440d3f9c91
Fixing issues related to status code.
2014-11-28 16:10:50 +01:00
975ef90bab
Better code for restbucks ORDER_HANDLER related to allowed_cross_origins and last_modified.
2014-11-28 16:06:30 +01:00
8c63e74b81
Fixed compilation of restbucks example using the policy driven framework.
2014-11-25 22:19:46 +01:00
6b9d248542
WSF_TRACE_RESPONSE should include "Content-Type: message/http" header
...
Close issue #145
2014-11-25 15:55:48 +01:00
6d2318ac9b
Fixed issue#157 (WSF_REQUEST.cookies_table does not terminate on cookies without a value, or ending with semi-colon)
...
Added related autotest.
2014-11-24 22:22:12 +01:00
Colin Adams
0f76518b63
Added {WSF_REQUEST}.http_content_encoding
2014-11-19 14:41:50 +00:00