File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
QueueIT.Security.Examples/web Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ customerId = ticketania
22eventId = advanced
33includeTargetUrl = true
44domainAlias = queue-example.ticketania.com
5- landingPage = QueueIT.Security.Examples.Java /advancedlanding.jsp
5+ landingPage = QueueIT.Security.Examples/advancedlanding.jsp
66useSsl = false
77layoutName = Custom layout
88language = en-GB
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments