Hi Paul ,

I was able to re-create the issues :)

When I do the debugging I found that the issue is AtomRegistry tries to get a resource called "/tags" from the secure registry. In that case it is giving an AuthorizationFailedException ,then AtomRegistry gives the challenge. Even if you give the username and password , it will not authorize you , since there is no resource called "/tags" that is why it keep on asking the username and the password.

The only way to fix the issue by special casing the "/tags" and comments.

However if you do the following then it will work fine
"http://localhost:8080/wso2registry/atom/;tags";

Thanks
Deepal

I've been playing with RC1 and when I browse:
http://localhost:8080/wso2registry/atom/tags

I get a authorization popup from the browser. If I type in admin/admin into this, it fails and pops up again.

Paul



_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to