default http error code for an exception should be 500 not 0

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1201465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-13 17:37:40 +00:00
parent bf52047b1f
commit 414d1e6266
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class ArchivaRestServiceException
extends Exception
{
private int httpErrorCode;
private int httpErrorCode = 500;
private String errorKey;