aspose file tools
The moose likes Servlets and the fly likes How to I get login params of web server login (htaccess)? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How to I get login params of web server login (htaccess)?" Watch "How to I get login params of web server login (htaccess)?" New topic
Author

How to I get login params of web server login (htaccess)?

Robert Jaeger
Ranch Hand

Joined: Apr 29, 2002
Posts: 62
Hi!

I�m using Apache Web Server 1.3 and Tomcat Servlet Server 4.x (Connection established).
Some directories on my web server are protected (htaccess). After the successful login the user will be redirected to my webapp.

How do I get the login parameters (login, password) of a user from the web server. I imagine that Apache passes the parameters to the servlet server in some way.

I might get these params like that way ...
request.getParameter(?);

Would be great if someone can help me!

Regards,
Robert.
Moody Hopkins
Greenhorn

Joined: Nov 24, 2003
Posts: 10
check out the javadocs for HttpServletRequest.
There is a getRemoteUser method that will do what you need.
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html
(or similar for your jdk)
 
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 I get login params of web server login (htaccess)?
 
Similar Threads
Login security issue
authentication using apache
authenticate using apache
Adding Attributes to Servlet Link?
how define in htacess a link that don´t exist?