Commit fd7efe4b by linxu

更新auth

parent 7f38fa19
......@@ -131,7 +131,7 @@
<dependency>
<groupId>com.keymobile.auth</groupId>
<artifactId>security</artifactId>
<version>3.0.8-beta</version>
<version>3.0.10-release</version>
</dependency>
<dependency>
......@@ -161,6 +161,8 @@
</dependencyManagement>
<build>
<finalName>sso</finalName>
<resources>
<resource>
<directory>lib</directory>
......@@ -190,15 +192,4 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>nexus</id>
<url>http://139.198.127.28:18081/repository/maven-public/</url>
<name>keymobile</name>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
......@@ -17,7 +17,6 @@ public class RESTLogoutSuccessHandler implements LogoutSuccessHandler {
public void onLogoutSuccess(HttpServletRequest request,
HttpServletResponse response, Authentication authentication)
throws IOException, ServletException {
response.setStatus(HttpStatus.OK.value());
response.getWriter().flush();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment