Skip to content

Commit d035c59

Browse files
committed
Examples fix
1 parent 11c1eff commit d035c59

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

QueueIT.Security.Examples/web/WEB-INF/classes/queueit-advanced.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ customerId = ticketania
22
eventId = advanced
33
includeTargetUrl = true
44
domainAlias = queue-example.ticketania.com
5-
landingPage = QueueIT.Security.Examples.Java/advancedlanding.jsp
5+
landingPage = QueueIT.Security.Examples/advancedlanding.jsp
66
useSsl = false
77
layoutName = Custom layout
88
language = en-GB

QueueIT.Security.Examples/web/codeonly.jsp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
<%@page import="java.util.concurrent.Callable"%>
22
<%@page import="queueit.security.*"%>
3-
<%@page import="queueit.security.examples.java.AUKnownUserUrlProvider" %>
43
<%@page contentType="text/html" pageEncoding="UTF-8"%>
54
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
6-
<%
7-
Callable<IKnownUserUrlProvider> knownUserFactory = new Callable<IKnownUserUrlProvider>() {
8-
public IKnownUserUrlProvider call() {
9-
return new AUKnownUserUrlProvider();
10-
}
11-
};
12-
13-
KnownUserFactory.configure("a774b1e2-8da7-4d51-b1a9-7647147bb13bace77210-a488-4b6f-afc9-8ba94551a7d7", knownUserFactory);
5+
<%
6+
KnownUserFactory.configure("a774b1e2-8da7-4d51-b1a9-7647147bb13bace77210-a488-4b6f-afc9-8ba94551a7d7");
147
158
try
169
{

0 commit comments

Comments
 (0)