h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

DIGEST authentication problem #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Develop a webapp using JAAS API. Define a <login-config> with DIGEST 
authentication (<auth-method>DIGEST</auth-method>) for this webapp.

2. Use RESTClient to access a resource managed by this webapp, selecting the 
DIGEST "Auth Type" in "Auth" tab (and entering user/password information of 
course).

3. The user is denied access (401).

What is the expected output? What do you see instead?
The user should get access to the resource (it works fine when the webapp uses 
BASIC authentication - whatever "DIGEST" or "BASIC" box is checked in 
RESTClient, by the way...)

What version of the product are you using? On what operating system?
I use RESTClient version 2.3.3.

Please provide any additional information below.
The webapp is managed by Apache Tomcat/6.0.14. I use the Catalina JAAS realm.

Original issue reported on code.google.com by patrick_...@yahoo.fr on 27 Jul 2011 at 8:31

GoogleCodeExporter commented 8 years ago
Please try in this version:

http://dl.dropbox.com/u/2505020/restclient-ui-2.6-SNAPSHOT-app.zip

http://dl.dropbox.com/u/2505020/restclient-ui-2.6-SNAPSHOT-jar-with-dependencies
.jar

The DIGEST webapp I tested against is available here:

https://subwiz.googlecode.com/svn/auth-webapp/trunk

Original comment by subwiz on 30 Jul 2012 at 11:57

GoogleCodeExporter commented 8 years ago
Marking as FIXED.

Original comment by subwiz on 31 Jul 2012 at 12:05