I need to know that how can we read a file from the password
protected directory through JSP.
The JSP and the directory are on the same server, but the directory
is password protected.
How can we pass the username and password in our servlet/Jsp to pass
into the directory and read the file.