From 0f3cdd51522f920bb0473b637a496184850f43e7 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 10 Aug 2006 01:53:00 +0000
Subject: [PATCH] More fixes for extra_path stuff. This should hopefully be the
 last one on THAT.

---
 src/sbbs3/websrvr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/websrvr.c b/src/sbbs3/websrvr.c
index 4c98a7cb4c..5d0d2fd56d 100644
--- a/src/sbbs3/websrvr.c
+++ b/src/sbbs3/websrvr.c
@@ -2278,7 +2278,7 @@ static BOOL check_extra_path(http_session_t * session)
 					*end=0;
 					strcat(rpath,startup->index_file_name[i]);
 					if(!stat(rpath,&sb)) {
-						*end=0;
+						/* *end=0; /* Removed Wed, Aug 09, 2006 to allow is_dynamic_req to detect correctly */
 						SAFECOPY(session->req.extra_path_info,epath);
 						SAFECOPY(session->req.virtual_path,vpath);
 						strcat(session->req.virtual_path,"/");
-- 
GitLab