|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright 2002-2018 the original author or authors.
|
|
|
|
|
|
+ * Copyright 2002-2020 the original author or authors.
|
|
*
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -27,7 +27,7 @@ import org.apache.commons.logging.LogFactory;
|
|
* A simple implementation of {@link RequestRejectedHandler} that sends an error with configurable status code.
|
|
* A simple implementation of {@link RequestRejectedHandler} that sends an error with configurable status code.
|
|
*
|
|
*
|
|
* @author Leonard Brünings
|
|
* @author Leonard Brünings
|
|
- * @since 5.2
|
|
|
|
|
|
+ * @since 5.4
|
|
*/
|
|
*/
|
|
public class HttpStatusRequestRejectedHandler implements RequestRejectedHandler {
|
|
public class HttpStatusRequestRejectedHandler implements RequestRejectedHandler {
|
|
private static final Log logger = LogFactory.getLog(HttpStatusRequestRejectedHandler.class);
|
|
private static final Log logger = LogFactory.getLog(HttpStatusRequestRejectedHandler.class);
|