mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 10:09:32 +00:00
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…
x
Reference in New Issue
Block a user