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
Original issue reported on code.google.com by
d1rtym0n...@gmail.com
on 11 Aug 2008 at 8:48