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
This change is tied to the migration to Sphinx 3.2.
Setting pygments_style to None keeps the background color used for
examples unchanged.
TN: T421-010
This new implementation is based on LaL and do not use ASIS anymore.
The -I options has been removed as not supported anymore. The LaL parser
is project based exclusively.
Some expected output have been updated as the new implementation does
better work with the name-space by avoiding generating some NS that are
not used. So the NS prefix may be different.
We disable the check on routines ordering in ada2wsdl-parser.adb as
some generics make it impossible to follow this rule.
Note that this new implementation does far better job as computing the
range (range <low> .. <high>) and array indexes. The new parser walk up
the tree and do proper computation of the values instead of relying on
some simple format checked by regexp. So for example a range like:
range 1 + 6 - 4 .. integer'last - 7
Will be properly computed avoiding some restriction on the specs.
For S415-009.
This make it possible to enable or disable the standard and error
logs from the configuration object or using the .ini file.
Add corresponding regression test and documentation.
For RB21-041.