[jira] Commented: (AXIS2-656) Support for basic authentication

2006-08-11 Thread Chad Boyd (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12427627 ] Chad Boyd commented on AXIS2-656: - Is this fix included in the latest 1.0 version? I downloaded it a few days ago and it doesn't appear to be. There is no HttpT

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-02 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12377405 ] Deepal Jayasinghe commented on AXIS2-656: - nice idea , but not for 1.0 :) > Support for basic authentication > > > Key: AXIS2

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-02 Thread Sanjiva Weerawarana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12377421 ] Sanjiva Weerawarana commented on AXIS2-656: --- This is already possible using options that affect the underlying HTTP transport. Even beyond 1.0, IMO its not good to

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-03 Thread Petri Hakala (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12377535 ] Petri Hakala commented on AXIS2-656: Ok, Sanjiva could you tell how it's possible because i don't find the way even i'm looking source codes. > Support for basic authentic

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-05 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12378027 ] Tom Jordahl commented on AXIS2-656: --- Lets not screw the users in the name of purity here. setUsername() and setPasword() are pretty obvious and important attrributes on the

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-08 Thread Petri Hakala (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12378392 ] Petri Hakala commented on AXIS2-656: I got basic authentication working in version 1.0. Example code: ConfigurationContext context = ConfigurationContextFactory.createCo

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-17 Thread Saminda Wishwajith Abeyruwan (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12412175 ] Saminda Wishwajith Abeyruwan commented on AXIS2-656: This has been fixed as follows, Options options = new Options(); options.setTo(targetEPR);

[jira] Commented: (AXIS2-656) Support for basic authentication

2006-05-22 Thread Petri Hakala (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-656?page=comments#action_12412746 ] Petri Hakala commented on AXIS2-656: I test this with latest snapshot and it worked as expected. > Support for basic authentication > > >