Spring Boot Security Invalid URLs pending forever -


i've got problem when uploading spring boot app server, locally works perfect.

the server brand new digitalocean droplet ubuntu 16.04 in manually install mysql server , jre.

the app running @ mydummyserver.com:8080. if go there shows me login page @ mydummyserver.com:8080/login

the problem whenever enter invalid url (for example: mydummyserver.com:8080/invalid) browser stuck there. if go see network tab (on chrome devtools) can see request marked pending

same thing if wget url.

i expect spring boot security redirect me login page it's not happening. same jar on local computer works fine , redirects me login. also, app friend that's working flawlessly on server exact same thing in server, guess need setup on server.

in security config have anyrequest().authenticated() set

thank much!


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -