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-378


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-378-g8999549
Date: Fri, 27 Aug 2010 18:54:00 +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  899954999f452fa3f5ceeed1fa5989452354f18d (commit)
       via  187988d3a2ec21470ad5fccb27a4110117723dbe (commit)
      from  636bc002bb4e20137a86b94292e8d6f3b2952554 (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 899954999f452fa3f5ceeed1fa5989452354f18d
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Aug 27 20:50:36 2010 +0200

    install: ensure /lib/myserver/plugins is created

diff --git a/myserver/binaries/plugins/Makefile.am 
b/myserver/binaries/plugins/Makefile.am
index 8a42123..4265fda 100644
--- a/myserver/binaries/plugins/Makefile.am
+++ b/myserver/binaries/plugins/Makefile.am
@@ -14,4 +14,5 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-all:
+install:
+       $(INSTALL) -d '$(DESTDIR)$(prefix)/lib/myserver/plugins'



commit 187988d3a2ec21470ad5fccb27a4110117723dbe
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Aug 27 20:45:39 2010 +0200

    Http: start resolution of PATH_INFO from the end of the virtual host path.

diff --git a/myserver/src/protocol/http/http.cpp 
b/myserver/src/protocol/http/http.cpp
index 43902ad..4039deb 100644
--- a/myserver/src/protocol/http/http.cpp
+++ b/myserver/src/protocol/http/http.cpp
@@ -455,7 +455,7 @@ int Http::preprocessHttpRequest (string &resource, bool 
yetmapped,
         : td->connection->host->getDocumentRoot ().length ();
 
       td->pathInfo = "";
-      for (size_t i = 0;;)
+      for (size_t i = resOffset;;)
         {
           /*
             http://host/path/to/file/file.txt/PATH_INFO_VALUE?QUERY_INFO_VALUE

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

Summary of changes:
 myserver/binaries/plugins/Makefile.am |    3 ++-
 myserver/src/protocol/http/http.cpp   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

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