Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-16 Thread jordi
Hi Sergey, I'm sorry but I'm unable to find the class/jar you told me. I've checked out CXF sources from its SVN and the "Apache CXF Runtime OAuth 1.0a" module has the following dependency: net.oauth.core oauth-provider ${oauth.version} Afte

Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-13 Thread Sergey Beryozkin
Hi On 13/04/12 17:27, jordi wrote: Hi Sergey, thanks a lot for your answer, but now I've got a new doubt... :-( To build the authorization header I use the following piece of code: WebClient wc = WebClient.create("http://localhost:8080/oauth/initiate";); wc.accept("application/x-www-fo

Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-13 Thread Sergey Beryozkin
Hi On 13/04/12 17:27, jordi wrote: Hi Sergey, thanks a lot for your answer, but now I've got a new doubt... :-( To build the authorization header I use the following piece of code: WebClient wc = WebClient.create("http://localhost:8080/oauth/initiate";); wc.accept("application/x-www-fo

Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-13 Thread jordi
Hi Sergey, thanks a lot for your answer, but now I've got a new doubt... :-( To build the authorization header I use the following piece of code: WebClient wc = WebClient.create("http://localhost:8080/oauth/initiate";); wc.accept("application/x-www-form-urlencoded,text/html,application/x

Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-13 Thread Sergey Beryozkin
Hi On 13/04/12 16:30, jordi wrote: Hi Sergey, I've downloaded 2.5.3-SNAPSHOT-43 and I'm afraid the problem still remains. In org.apache.cxf.rs.security.oauth.services.RequestTokenHandler handle() method we can find: List scopes = OAuthUtils.parseParamValue( o

Re: [jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-04-13 Thread jordi
Hi Sergey, I've downloaded 2.5.3-SNAPSHOT-43 and I'm afraid the problem still remains. In org.apache.cxf.rs.security.oauth.services.RequestTokenHandler handle() method we can find: List scopes = OAuthUtils.parseParamValue( oAuthMessage.getParameter(OAuthConstants.X

[jira] [Resolved] (CXF-4051) Custom OAuth scopes are not supported

2012-01-23 Thread Sergey Beryozkin (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-4051. --- Resolution: Fixed Fix Version/s: 2.6 2.5.3 > Custom OAuth scopes