mirror of
https://github.com/kamax-matrix/mxisd.git
synced 2026-05-05 04:16:32 +02:00
Fix classpath resources config
This commit is contained in:
parent
7805112548
commit
c689a3f161
@ -95,17 +95,17 @@ public class ViewConfig {
|
||||
private Remote remote = new Remote();
|
||||
|
||||
public Session() {
|
||||
local.onTokenSubmit.success = "session/local/tokenSubmitSuccess.html";
|
||||
local.onTokenSubmit.failure = "session/local/tokenSubmitFailure.html";
|
||||
local.onTokenSubmit.success = "classpath:/session/local/tokenSubmitSuccess.html";
|
||||
local.onTokenSubmit.failure = "classpath:/session/local/tokenSubmitFailure.html";
|
||||
|
||||
localRemote.onTokenSubmit.success = "session/localRemote/tokenSubmitSuccess.html";
|
||||
localRemote.onTokenSubmit.failure = "session/local/tokenSubmitFailure.html";
|
||||
localRemote.onTokenSubmit.success = "classpath:/session/localRemote/tokenSubmitSuccess.html";
|
||||
localRemote.onTokenSubmit.failure = "classpath:/session/local/tokenSubmitFailure.html";
|
||||
|
||||
remote.onRequest.success = "session/remote/requestSuccess.html";
|
||||
remote.onRequest.failure = "session/remote/requestFailure.html";
|
||||
remote.onRequest.success = "classpath:/session/remote/requestSuccess.html";
|
||||
remote.onRequest.failure = "classpath:/session/remote/requestFailure.html";
|
||||
|
||||
remote.onCheck.success = "session/remote/checkSuccess.html";
|
||||
remote.onCheck.failure = "session/remote/checkFailure.html";
|
||||
remote.onCheck.success = "classpath:/session/remote/checkSuccess.html";
|
||||
remote.onCheck.failure = "classpath:/session/remote/checkFailure.html";
|
||||
}
|
||||
|
||||
public Local getLocal() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user