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
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
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
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
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
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
[
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