🚧 WIP
This commit is contained in:
parent
40919f532f
commit
62d5b739fc
@ -87,12 +87,12 @@ public class MavenService
|
|||||||
}
|
}
|
||||||
if (Objects.equals(FileExt.XML, context.extensions().ext()))
|
if (Objects.equals(FileExt.XML, context.extensions().ext()))
|
||||||
{
|
{
|
||||||
return Response.status(204).build();
|
return Response.status(404).build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (context.getClass() == ArtifactContext.class)
|
if (context.getClass() == ArtifactContext.class)
|
||||||
{
|
{
|
||||||
return Response.status(204).build();
|
return Response.status(404).build();
|
||||||
}
|
}
|
||||||
throw new BadRequestException();
|
throw new BadRequestException();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user