Context issue involving passwords

21 views
Skip to first unread message

Tracy Perry

unread,
May 15, 2014, 10:04:30 PM5/15/14
to openlitespee...@googlegroups.com
OK, per the conversation at OpenLiteSpeed.com on 1.3.1 on ALL of my forums, password protection on all 12 VPS's I have set up that worked under 1.2.9 no longer work under 1.3.1.
Reverting back to 1.2.9 and they work fine



George Wang

unread,
May 16, 2014, 9:01:07 AM5/16/14
to openlitespee...@googlegroups.com
We posted a patch to fix that on the email list
diff --git src/http/httpsession.cpp src/http/httpsession.cpp
index 95a175a..65703ee 100644
--- src/http/httpsession.cpp
+++ src/http/httpsession.cpp
@@ -1174,7 +1174,7 @@ DO_AUTH:
                 {
                     int ret1;
                     ret1 = checkAuthentication( aaa.m_pHTAuth, aaa.m_pRequired, resume);
-//                     if ( ret1 )
+                     if ( ret1 )
                     {
                         if ( D_ENABLED( DL_LESS ) )
                             LOG_D(( getLogger(), "[%s] checkAuthentication() return %d",
--
You received this message because you are subscribed to the Google Groups "OpenLiteSpeed Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-deve...@googlegroups.com.
To post to this group, send email to openlitespee...@googlegroups.com.
Visit this group at http://groups.google.com/group/openlitespeed-development.
For more options, visit https://groups.google.com/d/optout.

Tracy Perry

unread,
May 16, 2014, 3:55:52 PM5/16/14
to openlitespee...@googlegroups.com
OK... I don't do Github (which looks like that's what this is related to) so I don't pull the source tree in.  I just wait until a new release is out with it rolled in and then pull using wget for compile on Debian.
Reply all
Reply to author
Forward
0 new messages