This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 7aeecec Document Update (#4191) 7aeecec is described below commit 7aeecece07b585e39309f9bea8da4bdf0d2c69ad Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Fri Sep 11 14:14:43 2020 +0530 Document Update (#4191) Added a space between Exchange and level --- docs/user-manual/modules/ROOT/pages/http-session-handling.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/http-session-handling.adoc b/docs/user-manual/modules/ROOT/pages/http-session-handling.adoc index afe1312..e87683d 100644 --- a/docs/user-manual/modules/ROOT/pages/http-session-handling.adoc +++ b/docs/user-manual/modules/ROOT/pages/http-session-handling.adoc @@ -40,7 +40,7 @@ sessions even prior to version 2.19. == Exchange Scope The third option to define a session scope is on -xref:exchange.adoc[Exchange]level. This is particularly useful for +xref:exchange.adoc[Exchange] level. This is particularly useful for scenarios where the server session is really maintaining state. In this case the route could e.g. first do a login call, then some