aspose file tools
The moose likes Groovy and the fly likes How to show the auth page if the user typed the application context URL only? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Languages » Groovy
Reply Bookmark "How to show the auth page if the user typed the application context URL only?" Watch "How to show the auth page if the user typed the application context URL only?" New topic
Author

How to show the auth page if the user typed the application context URL only?

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Hi,
I use Spring Security plugin for my demo.
How to show the authentication page if the user typed: http://localhost:8080/Demo ?
I use Config.groovy to enforce URLs security.
Thanks for help and time.
Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Solved it.
I have to use '/' pattern in Config.groovy .
 
I agree. Here's the link: jrebel
 
subject: How to show the auth page if the user typed the application context URL only?
 
Similar Threads
How to clear the browser cache when I close my browser.
Integrating CAS with Spring Security
Tomcat Security
login leads to j_security_check error page
Secure and unsecure info on same page