mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
druid 1.2.2
This commit is contained in:
parent
9dc44107e6
commit
91671b52b8
2 changed files with 2 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -284,7 +284,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>druid</artifactId>
|
||||
<version>1.2.4</version>
|
||||
<version>1.2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
|
|
@ -149,8 +149,7 @@ public class RebuildWebInterceptor implements AsyncHandlerInterceptor, InstallSt
|
|||
return true;
|
||||
}
|
||||
|
||||
log.warn("Unauthorized access {} via {}",
|
||||
RebuildWebConfigurer.getRequestUrls(request), ServletUtils.getRemoteAddr(request));
|
||||
log.warn("Unauthorized access {}", RebuildWebConfigurer.getRequestUrls(request));
|
||||
|
||||
if (requestEntry.isHtmlRequest()) {
|
||||
sendRedirect(response, "/user/login", requestUri);
|
||||
|
|
Loading…
Reference in a new issue