Hi Eric,
I'm mimicking what we currently have for other secured resources...although
this is the first java based resource that we're trying to apply basic auth
to. One thing I do notice in my tomcat log is that the first request to the
secured resource is fine, but any subsequent request throw
On Sun, Jan 10, 2010 at 5:55 PM, cgswtsu78 wrote:
>
> Hello,
>
> AuthUserFile filepath/usersfile
Does this have to be absolute? What does your errorlog say?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User sup
Hello,
I'm using the below httpd configuration in order to secure a Java based
resource
("/reportsvcs_ws") using basic auth. When I hit the url
https://host/reportsvcs_ws without authing before, I'm prompted to login as
expected, but I get a http status code of 401 when accessing the resourc