mirror of https://github.com/apache/archiva.git
log 204 not filtered
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1436972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f96f5acee
commit
caa032403d
|
@ -50,6 +50,9 @@ function(jquery,sammy,utils) {
|
||||||
removeMediumSpinnerImg("#main-content");
|
removeMediumSpinnerImg("#main-content");
|
||||||
clearUserMessages();
|
clearUserMessages();
|
||||||
displayRestError($.parseJSON(data.responseText));
|
displayRestError($.parseJSON(data.responseText));
|
||||||
|
},
|
||||||
|
204: function(){
|
||||||
|
remoteLogInfo(null,"found 204:"+this.url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue