Skip to content

Commit

Permalink
this Code is now in passwordAuth
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1299 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jan 9, 2006
1 parent 1c7f078 commit c3284c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/de/anomic/data/userDB.java
Expand Up @@ -161,16 +161,6 @@ public Entry proxyAuth(String auth) {
}catch(RuntimeException e){} //no valid Base64
String[] tmp=auth.split(":");
if(tmp.length == 2){
/*entry=this.getEntry(tmp[0]);
if( entry != null && entry.getMD5EncodedUserPwd().equals(serverCodings.encodeMD5Hex(auth)) ){
if(entry.isLoggedOut()){
try{
entry.setProperty(Entry.LOGGED_OUT, "false");
}catch(IOException e){}
return null;
}
return entry;
*/
entry=this.passwordAuth(tmp[0], tmp[1]);
if(entry != null){
//return entry;
Expand Down

0 comments on commit c3284c2

Please sign in to comment.