surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

CF library: case mis-match for all cfc #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
use the library on an OS that is case sensitive for filenames, errors will
be thrown as CF will be unable to locate the required component file.

What version of the product are you using? On what operating system?
rev 626, Coldfusion 8.0.1 / Centos 5

Please provide any additional information below.

The library references components using camel-case but all component
filenames are lowercase

CreateObject("component", "OAuthToken") --> oauthtoken.cfc

suggested fix for this problem is to rename all files, using the correct
camel-casing e.g OAuthToken.cfc

Original issue reported on code.google.com by d1rtym0n...@gmail.com on 11 Aug 2008 at 8:48

GoogleCodeExporter commented 9 years ago

Original comment by leah.culver on 14 Jan 2009 at 8:37

GoogleCodeExporter commented 9 years ago
fixed with revision 869

Original comment by derric...@gmail.com on 27 Jan 2009 at 3:22