ソースを参照

update

master
Anna Ho 3年前
コミット
5998b23112
8個のファイルの変更5行の追加0行の削除
  1. バイナリ
      .gradle/5.6.3/executionHistory/executionHistory.bin
  2. バイナリ
      .gradle/5.6.3/executionHistory/executionHistory.lock
  3. バイナリ
      .gradle/5.6.3/fileHashes/fileHashes.bin
  4. バイナリ
      .gradle/5.6.3/fileHashes/fileHashes.lock
  5. バイナリ
      .gradle/5.6.3/javaCompile/javaCompile.lock
  6. バイナリ
      .gradle/buildOutputCleanup/buildOutputCleanup.lock
  7. +1
    -0
      src/main/java/com/ffii/core/security/web/authentication/JsonAuthenticationFailureHandler.java
  8. +4
    -0
      src/main/webapp/WEB-INF/root/home.ftl

バイナリ
.gradle/5.6.3/executionHistory/executionHistory.bin ファイルの表示


バイナリ
.gradle/5.6.3/executionHistory/executionHistory.lock ファイルの表示


バイナリ
.gradle/5.6.3/fileHashes/fileHashes.bin ファイルの表示


バイナリ
.gradle/5.6.3/fileHashes/fileHashes.lock ファイルの表示


バイナリ
.gradle/5.6.3/javaCompile/javaCompile.lock ファイルの表示


バイナリ
.gradle/buildOutputCleanup/buildOutputCleanup.lock ファイルの表示


+ 1
- 0
src/main/java/com/ffii/core/security/web/authentication/JsonAuthenticationFailureHandler.java ファイルの表示

@@ -58,6 +58,7 @@ public class JsonAuthenticationFailureHandler extends SimpleUrlAuthenticationFai
public void onAuthenticationFailure(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception)
throws IOException, ServletException {

logger.info("Authentication Failure: " + exception.getMessage() + " [" + request.getRequestURL() + "]");
logger.info("Authentication Failure: " + exception.getMessage() + " [" + request.getRemoteAddr() + "]");

String username = StringUtils.left(ServletRequestUtils.getStringParameter(request, "username"), 32);


+ 4
- 0
src/main/webapp/WEB-INF/root/home.ftl ファイルの表示

@@ -24,6 +24,9 @@
-ms-content-zooming: none;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="<@spring.url "/resources/js/onscan.min.js" />"></script>

<#-- Ext JS -->
<script src="<@spring.url "/resources/ext-6.5.3/ext-all.js?jsv=${jsv}" />"></script>
@@ -259,6 +262,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
}
};


<#--
Ext.application({
extend: 'Main.Application',


読み込み中…
キャンセル
保存