mirror of https://github.com/apache/archiva.git
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:
parent
bf52047b1f
commit
414d1e6266
|
@ -28,7 +28,7 @@ public class ArchivaRestServiceException
|
|||
extends Exception
|
||||
{
|
||||
|
||||
private int httpErrorCode;
|
||||
private int httpErrorCode = 500;
|
||||
|
||||
private String errorKey;
|
||||
|
||||
|
|
Loading…
Reference in New Issue