File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
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