Groups
Groups
Sign in
Groups
Groups
waffle
Conversations
About
Send feedback
Help
Waffle + Spring Boot
111 views
Skip to first unread message
Leon Mirbach
unread,
Mar 11, 2021, 11:19:57 AM
3/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to waffle...@googlegroups.com
Dear Daniel,
dear group,
I am struggling with an spring boot example
https://github.com/mgoldgeier/waffle-spring-boot-demo
which works only with
http://localhost:8080
.
When I am trying to start this example with
http://0104D-ITPM001:8080
so the basic authentication is starting and sso . I want to have the same behavior like localhost:8080.
Can you please help? Here is my log:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|__
_/=/_/_/_/
:: Spring Boot :: (v2.5.0-SNAPSHOT)
2021-03-11 12:43:48.616 INFO 5192 --- [ main] de.pbeakk.muell.MuellApplicati
on : Starting MuellApplication v0.0.1-SNAPSHOT using Java 1.8.0_201-2-redhat on 0104D-ITPM001 with PID 5192 (D:\Programs\authtest\muell-0.
0.1-SNAPSHOT.jar started by mirbashirir-sa in D:\Programs\authtest)
2021-03-11 12:43:48.631 INFO 5192 --- [ main] de.pbeakk.muell.MuellApplicati
on : No active profile set, falling back to default profiles: default
2021-03-11 12:43:51.006 INFO 5192 --- [ main] o.s.b.w.embedded.tomcat.Tomcat
WebServer : Tomcat initialized with port(s): 8080 (http)
2021-03-11 12:43:51.022 INFO 5192 --- [ main] o.apache.catalina.core.Standar
dService : Starting service [Tomcat]
2021-03-11 12:43:51.022 INFO 5192 --- [ main] org.apache.catalina.core.Stand
ardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-03-11 12:43:51.600 INFO 5192 --- [ main] o.a.c.c.C.[Tomcat].[localhost]
.[/] : Initializing Spring embedded WebApplicationContext
2021-03-11 12:43:51.600 INFO 5192 --- [ main] w.s.c.ServletWebServerApplicat
ionContext : Root WebApplicationContext: initialization completed in 2766 ms
2021-03-11 12:43:51.678 INFO 5192 --- [ main] w.s.s.SecurityFilterProviderCo
llection : using 'waffle.servlet.spi.NegotiateS
ecurityFilterProvider'
2021-03-11 12:43:51.678 INFO 5192 --- [ main] w.s.s.SecurityFilterProviderCo
llection : using 'waffle.servlet.spi.BasicSecur
ityFilterProvider'
2021-03-11 12:43:51.694 DEBUG 5192 --- [ main] waffle.spring.NegotiateSecurit
yFilter : [waffle.spring.NegotiateSecuri
tyFilter] loaded
2021-03-11 12:43:51.725 INFO 5192 --- [ main] o.s.boot.web.servlet.Registrat
ionBean : Filter negotiateSecurityFilter was not registered (disabled)
2021-03-11 12:43:51.897 DEBUG 5192 --- [ main] w.s.NegotiateSecurityFilterEnt
ryPoint : [waffle.spring.NegotiateEntryP
oint] loaded
2021-03-11 12:43:52.194 INFO 5192 --- [ main] o.s.s.web.DefaultSecurityFilte
rChain : Will secure any request with [org.springframework.security.
web.context.request.async.WebA
syncManagerIntegrationFilter@
3d285d7e, org.springframework.security.w
eb.context.SecurityContextPers
istenceFilter@662ac478, org.springframework.security.w
eb.header.HeaderWriterFilter@2
17ed35e, org.springframework.security.w
eb.authentication.logout.Logou
tFilter@185a6e9, waffle.spring.NegotiateSecurit
yFilter@38c6f217, org.springframework.security.w
eb.authentication.www.BasicAut
henticationFilter@26794848, org.springframework.security.w
eb.savedrequest.RequestCacheAw
areFilter@3eb25e1a, org.springframework.security.w
eb.servletapi.SecurityContextH
olderAwareRequestFilter@
f5958c9, org.springframework.security.w
eb.authentication.AnonymousAut
henticationFilter@40005471, org.springframework.security.w
eb.session.SessionManagementFi
lter@229f66ed, org.springframework.security.w
eb.access.ExceptionTranslation
Filter@139982de, org.springframework.security.w
eb.access.intercept.FilterSecu
rityInterceptor@4b2bac3f]
2021-03-11 12:43:52.428 INFO 5192 --- [ main] o.s.s.concurrent.ThreadPoolTas
kExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2021-03-11 12:43:52.803 INFO 5192 --- [ main] o.s.b.w.embedded.tomcat.Tomcat
WebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-03-11 12:43:52.835 INFO 5192 --- [ main] de.pbeakk.muell.MuellApplicati
on : Started MuellApplication in 5.052 seconds (JVM running for 6.561)
2021-03-11 12:44:16.017 INFO 5192 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost]
.[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-03-11 12:44:16.017 INFO 5192 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServ
let : Initializing Servlet 'dispatcherServlet'
2021-03-11 12:44:16.033 INFO 5192 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServ
let : Completed initialization in 16 ms
2021-03-11 12:44:16.049 DEBUG 5192 --- [nio-8080-exec-1] waffle.spring.NegotiateSecurit
yFilter : GET /, contentlength: -1
2021-03-11 12:44:16.080 DEBUG 5192 --- [nio-8080-exec-1] w.s.NegotiateSecurityFilterEnt
ryPoint : [waffle.spring.NegotiateEntryP
oint] commence
2021-03-11 12:44:16.283 DEBUG 5192 --- [nio-8080-exec-8] waffle.spring.NegotiateSecurit
yFilter : GET /, contentlength: -1
2021-03-11 12:44:16.283 DEBUG 5192 --- [nio-8080-exec-8] w.s.spi.NegotiateSecurityFilte
rProvider : security package: Negotiate, connection id:
172.20.18.238:49405
2021-03-11 12:44:16.314 DEBUG 5192 --- [nio-8080-exec-8] w.s.spi.NegotiateSecurityFilte
rProvider : token buffer: 2848 byte(s)
2021-03-11 12:44:16.439 DEBUG 5192 --- [nio-8080-exec-8] w.s.spi.NegotiateSecurityFilte
rProvider : continue token: oYGKMIGHoAMKAQGhCwYJKoZIgvcSAQ
IConMEcWBvBgkqhkiG9xIBAgIDAH5g
MF6gAwIBBaEDAgEepBEYDzIwMjEwMz
ExMTE0NDE2WqUFAgMJeZimAwIBKakW
GxRCQU5TVC1TLkJBTlNULVBULklOVK
obMBmgAwIBAaESMBAbDm1pcmJhc2hp
cmlyLXNh
2021-03-11 12:44:16.439 DEBUG 5192 --- [nio-8080-exec-8] w.s.spi.NegotiateSecurityFilte
rProvider : continue required: true
2021-03-11 12:44:16.689 DEBUG 5192 --- [nio-8080-exec-6] waffle.spring.NegotiateSecurit
yFilter : GET /, contentlength: -1
2021-03-11 12:44:16.689 DEBUG 5192 --- [nio-8080-exec-6] w.s.spi.NegotiateSecurityFilte
rProvider : security package: Negotiate, connection id:
172.20.18.238:49405
2021-03-11 12:44:16.705 DEBUG 5192 --- [nio-8080-exec-6] w.s.spi.NegotiateSecurityFilte
rProvider : token buffer: 2791 byte(s)
2021-03-11 12:44:16.705 DEBUG 5192 --- [nio-8080-exec-6] w.s.spi.NegotiateSecurityFilte
rProvider : continue token: oXwweqADCgEBonMEcWBvBgkqhkiG9x
IBAgIDAH5gMF6gAwIBBaEDAgEepBEY
DzIwMjEwMzExMTE0NDE2WqUFAgMNxE
WmAwIBKakWGxRCQU5TVC1TLkJBTlNU
LVBULklOVKobMBmgAwIBAaESMBAbDm
1pcmJhc2hpcmlyLXNh
2021-03-11 12:44:16.705 DEBUG 5192 --- [nio-8080-exec-6] w.s.spi.NegotiateSecurityFilte
rProvider : continue required: true
2021-03-11 12:44:16.767 DEBUG 5192 --- [io-8080-exec-10] waffle.spring.NegotiateSecurit
yFilter : GET /, contentlength: -1
2021-03-11 12:44:16.767 DEBUG 5192 --- [io-8080-exec-10] w.s.NegotiateSecurityFilterEnt
ryPoint : [waffle.spring.NegotiateEntryP
oint] commence
Thanks,
Leon
Reply all
Reply to author
Forward
0 new messages