Managed Hosting
|
|
 |
Project Home
•
Wiki
•
Known Issues
• Contact Project
OAuth Issue: Fatal bug oauthrequest.cfc puts the version *twice* in the URL. Fix included.
| Name: |
Fatal bug oauthrequest.cfc puts the version *twice* in the URL. Fix included. |
| ID: |
2 |
| Project: |
OAuth |
| Type: |
Bug |
| Area: |
Code |
| Severity: |
High |
| Status: |
Fixed |
| Related URL: |
|
| Creator: |
Philip Kaplan |
| Created: |
04/07/09 8:09 AM |
| Updated: |
04/14/09 8:21 PM |
| Description: |
<!--- YOU MUST COMMENT OUT LINE 307 IN OAUTHREQUEST.CFC --->
<cfset var oResultRequest = createEmptyRequest()> <cfset var stNewParameters = StructNew()> <cfset var stDefault = StructNew()>
<!---<cfset stDefault["oauth_version"] = getVersion()>---> <cfset stDefault["oauth_nonce"] = generateNonce()> <cfset stDefault["oauth_timestamp"] = generateTimestamp()> <cfset stDefault["oauth_consumer_key"] = arguments.oConsumer.getKey()>
|
| History: |
Created by pud (Philip Kaplan) : 04/07/09 8:09 AM
Comment by pud (Philip Kaplan) : 04/07/09 8:23 AM The credit for this solution goes to www.untweeps.com
Updated by hklein (Harry Klein) : 04/14/09 8:21 PM Fixed in release 0.9.3
|
To add a comment to this bug, please login using the link above.
|