myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-511


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-511-g52a7585
Date: Mon, 08 Aug 2011 14:47:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  52a7585d0af3928df54efa430c064fbe6f6b1250 (commit)
      from  b5cf0bb7f8f309b80c94c0a94acb2631cc024dcc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 52a7585d0af3928df54efa430c064fbe6f6b1250
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Aug 8 16:46:56 2011 +0200

    Set the SecurityToken virtual host before use it.

diff --git a/myserver/src/protocol/http/http.cpp 
b/myserver/src/protocol/http/http.cpp
index 6228a83..b501a8e 100644
--- a/myserver/src/protocol/http/http.cpp
+++ b/myserver/src/protocol/http/http.cpp
@@ -1008,6 +1008,8 @@ int Http::controlConnection (ConnectionPtr a, char*, 
char*, u_long, u_long,
               return ClientsThread::DELETE_CONNECTION;
             }
 
+          td->securityToken.setVhost (td->connection->host);
+
           if (! strcmp (td->securityToken.getData ("connection.tcp_nodelay",
                                                    MYSERVER_VHOST_CONF |
                                                    MYSERVER_SERVER_CONF, "NO"),

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/protocol/http/http.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]