[ http://wso2.org/jira/browse/REGISTRY-111?page=all ]
Deepal Jayasinghe updated REGISTRY-111:
---------------------------------------
Attachment License: I agree to grant a license to WSO2 for this work for
inclusion in WSO2 works as per the <a
href="http://wso2.org/files/wso2-cla.pdf">WSO2 Contributor License Agreemen</a>
and the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License
2.0</a>
Assignee: Krishantha Samaraweera (was: Chathura Ekanayake)
> Basic authentication does not work properly
> -------------------------------------------
>
> Key: REGISTRY-111
> URL: http://wso2.org/jira/browse/REGISTRY-111
> Project: WSO2 Registry
> Issue Type: Bug
> Reporter: Deepal Jayasinghe
> Assigned To: Krishantha Samaraweera
>
> I think that the basic authentication does not work properly , follow the
> following steps then you can recreate the issue
> 1- Install wso2registry.war
> 2- start tomcat
> 3.- Write a simple java class and run the following code
> Registry registry = new RemoteRegistry(new
> URL("http://localhost:8080/wso2registry/atom") ,"admin" ,"admin");
> Resource resource = new Resource();
> String conet = "My content";
> resource.setContent(conet.getBytes());
> registry.put("/d1/r1",resource);
> That will create a resource with some content
> 4- then go and access the resource , you will be able to access the resource
> without login or sending any authentication data
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev