logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

roller/src/org/roller/presentation/xmlrpc BaseAPIHandler.java,1.1.2.2,1.1.2: msg#00043

Subject: roller/src/org/roller/presentation/xmlrpc BaseAPIHandler.java,1.1.2.2,1.1.2.3
Update of /cvsroot/roller/roller/src/org/roller/presentation/xmlrpc
In directory sc8-pr-cvs1:/tmp/cvs-serv19590/src/org/roller/presentation/xmlrpc

Modified Files:
      Tag: ROLLER_097_BRANCH
        BaseAPIHandler.java 
Log Message:
enabled and authenticated were reversed

Index: BaseAPIHandler.java
===================================================================
RCS file: 
/cvsroot/roller/roller/src/org/roller/presentation/xmlrpc/BaseAPIHandler.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** BaseAPIHandler.java 24 May 2003 15:56:51 -0000      1.1.2.2
--- BaseAPIHandler.java 7 Jun 2003 13:43:26 -0000       1.1.2.3
***************
*** 76,81 ****
              WebsiteData website = userMgr.getWebsite(username);
              
!             authenticated = website.getEnableBloggerApi().booleanValue();
!             enabled = user.getPassword().equals(password);
          }
          catch (Exception e)
--- 76,81 ----
              WebsiteData website = userMgr.getWebsite(username);
              
!             enabled = website.getEnableBloggerApi().booleanValue();
!             authenticated = user.getPassword().equals(password);
          }
          catch (Exception e)




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.


<Prev in Thread] Current Thread [Next in Thread>