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:
Olivier Lamy 2013-01-22 14:46:13 +00:00
parent 2f96f5acee
commit caa032403d
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ function(jquery,sammy,utils) {
removeMediumSpinnerImg("#main-content");
clearUserMessages();
displayRestError($.parseJSON(data.responseText));
},
204: function(){
remoteLogInfo(null,"found 204:"+this.url);
}
}
});