[teiid-issues] [JBoss JIRA] (TEIID-2109) Cannot use deployed WAR with HTTPBasic authentication

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Wed Jul 25 12:37:07 EDT 2012


    [ https://issues.jboss.org/browse/TEIID-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707876#comment-12707876 ] 

Ramesh Reddy commented on TEIID-2109:
-------------------------------------

LocalConnection trying to pass the security context already on thread to propagate to new session. Just letting it naturally propagate by merely using the same Thread is not working as, in DQPWorkContext.runInContext sets the initial context to null, if session does not have any security context. In this call I was setting the security context on the dummy session object as place holder, once the auth is finished the same security context will be placed on the session object.
                
> Cannot use deployed WAR with HTTPBasic authentication
> -----------------------------------------------------
>
>                 Key: TEIID-2109
>                 URL: https://issues.jboss.org/browse/TEIID-2109
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 7.4.1, 7.7.1
>         Environment: RHEL6 (SOA 5.3 ER5)
>            Reporter: Paul Nittel
>            Assignee: Ramesh Reddy
>             Fix For: 8.1
>
>         Attachments: teiid-parent.patch, yahoosourceBasic-ds.xml, YahooTest.vdb, YahooTest_Basic.war
>
>
> I created a WAR which specifies HTTPBasic security. My WAR definition specifies a role and the default realm (teiid-security).
> On the server, my datasource specifies PassthroughAuthentication=true. I have tried Security Deployment Types of None and Domain (where I specified the domain as "teiid-security").
> When I try to access the WSDL from the Web Services console, I am not being prompted for a username and password; I am just being denied (403).
> I've tried clearing the browser cache and bouncing the server. 
> I'm attaching the datasource and WAR files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list