The communication server is used as a mean of passing information
between the main and hotplug server. This internal server had no
mean to be setup using .ini files and so no way to set reuse_address
as an example.
First the default aws.ini is now used by the communication server and
a newly introduced communication.ini is read if present as a second
step.
TN: eng/toolchain/aws#112
Also add Realm into AWS.Default and use it from here. As many other
definitions AWS sets the default into AWS.Default which make it
possible to tune an AWS instance more easily.
TN: eng/toolchain/aws#109.
Code clean-up to keep only the Containers.Vector support. The Safe_Array
is not supporting optional items and at this point it is better to
remove it altogether.
TN eng/toolchain/aws#92
It used to be partialy implemented as an equivalent of xsd:int. This
is wrong as xsd:int and xsd:integer have different semantics.
Add corresponding regression test and documentation.
Part of eng/toolchain/aws#72
The demos' certificates are now valid until 2034. Also install
the certificates into share/examples/aws/certificates.
Motivated by eng/toolchain/aws#31
In this mode the connection starts as non secure and
if the server has support for STARTTLS a protocol switching
is done to use a secure TLS connection.
Add corresponding demo.
Update documentation.
For W517-004.
This commit adjust the sphinx configuration to use the "Read The Docs"
theme, which has the advantage of allowing the navigation bar
(containing among other things a search bar, and the TOC) to stay
fixed while scrolling the contents of the page being read. This is
particularly useful to allow access to those features while reading
a long page, for instance.
TN: VB25-022