mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
stop scanning classpath, bind extensions from plugin and module descriptor
This commit is contained in:
@@ -38,11 +38,13 @@ import org.apache.shiro.authc.DisabledAccountException;
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import javax.ws.rs.core.Response;
|
||||
import javax.ws.rs.ext.Provider;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*/
|
||||
@Provider
|
||||
public class DisabledAccountExceptionMapper
|
||||
extends StatusExceptionMapper<DisabledAccountException>
|
||||
{
|
||||
|
||||
@@ -38,11 +38,13 @@ import org.apache.shiro.authc.ExcessiveAttemptsException;
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import javax.ws.rs.core.Response;
|
||||
import javax.ws.rs.ext.Provider;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*/
|
||||
@Provider
|
||||
public class ExcessiveAttemptsExceptionMapper
|
||||
extends StatusExceptionMapper<ExcessiveAttemptsException>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user