displaying top 100 results
Tracker Issue Anonymous function blocks
Anonymous function blocks
Portal Comment Comment on OOP and ColdFusion by Anonymous
Comment on OOP and ColdFusion by Anonymous
Tracker Comment Comment on Anonymous function blocks by Rupesh K.
Comment on Anonymous function blocks by Rupesh K.
Tracker Comment Comment on Anonymous function blocks by Vamseekrishna N.
Comment on Anonymous function blocks by Vamseekrishna N.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by Bradley W.
Comment on Anonymous function blocks by Bradley W.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by Bradley W.
Comment on Anonymous function blocks by Bradley W.
Tracker Comment Comment on Anonymous function blocks by Bernhard D.
Comment on Anonymous function blocks by Bernhard D.
Comment on Garbage First helps boost CF2018 performance by Anonymous
Tracker Comment Comment on Anonymous function blocks by External U.
Comment on Anonymous function blocks by External U.
Tracker Comment Comment on Anonymous function blocks by Adam C.
Comment on Anonymous function blocks by Adam C.
Tracker Comment Comment on Anonymous function blocks by Bradley W.
Comment on Anonymous function blocks by Bradley W.
Portal Comment Comment on Tomcat Load Balancing Sample Worker.Properties File using Status Worker by Anonymous
Comment on Tomcat Load Balancing Sample Worker.Properties File using Status Worker by Anonymous
Comment on What ColdFusion IDE Do You Use in 2017? by Anonymous
Portal Comment Comment on Creating a ColdFusion Product Demo Using ColdFusion and CubePortfolio by Anonymous
Comment on Creating a ColdFusion Product Demo Using ColdFusion and CubePortfolio by Anonymous
Comment on Seattle ColdFusion User Group Meeting Coming Up 10/16/19 by Anonymous
Comment on Seattle ColdFusion User Group Meeting Coming Up 10/16/19 by Anonymous
Portal Comment Comment on Tomcat Load Balancing Sample Worker.Properties File using Status Worker by Anonymous
Comment on Tomcat Load Balancing Sample Worker.Properties File using Status Worker by Anonymous
Comment on New ColdFusion Release Adds Performance Monitoring Toolset for Measuring, Monitoring and Managing High-Performing Web Apps by Anonymous
Portal Comment Comment on ColdFusion now supports Java 12, which is already EOL. Should you use it? Java 13? 11? by Anonymous
Comment on ColdFusion now supports Java 12, which is already EOL. Should you use it? Java 13? 11? by Anonymous
2611602 CF-3607474 Milan C. In this scenario where root directory's Anonymous Authentication was disabled but one subdirectory's Anonymous Authentication was enabled, user has to enable Anonymous Authentication for "jakarta" subdirectory too. CFM files being served depends on this directory.
User
Tracker Issue Cannot invoke anonymous functions
Cannot invoke anonymous functions
Portal Comment Comment on CFFiddle- Code, test, and share your ColdFusion code on the go! by Saurav Ghosh
Saurav Ghosh Hi Jeff, as Anit has mentioned, we are exploring other options. For example, Github is very much in the works.
As of now, you can still write and share code as an anonymous user.
Portal Comment Comment on CFFiddle- Code, test, and share your ColdFusion code on the go! by Jeff Caldwell
Jeff Caldwell Great, thank you. I appreciate the anonymous user capability. I'd definitely prefer to use this as an authenticated tool to save my work/projects.
Tracker Comment Comment on Error not caught when returning an erroneous anonymous struct by Suchika S.
Comment on Error not caught when returning an erroneous anonymous struct by Suchika S.
Tracker Comment Comment on Using index variable inside anonymous function called as a parameter to Arrayeach(Member funtions) gives undefined index by Adobe D.
Comment on Using index variable inside anonymous function called as a parameter to Arrayeach(Member funtions) gives undefined index by Adobe D.
2611602 CF-3607474 External U. Problem was overcome by modifying the JAKARTA SSL and Authentication settings in IIS. Set the SSL to not required and added anonymous authentication and things work like they did in ColdFusion 9.
Tracker Comment Comment on Bug 83387:(Watson Migration Closure)I would like to see closures implemented in CFML by External U.
2598158 CF-3041677 External U. I love the thought here. Consider anonymous functions & closures please :)
Tracker Comment Comment on Problem with empty CGI variables/Windows authentication in CF10/IIS 7.5 by External U.
2612232 CF-3536673 External U. Hi Immanuel,
I see CGI.REMOTE_USER is populated in Update 5 for index.cfm under folder level for this config:
Server level: Windows auth enabled; all others disabled
Site level: Anonymous auth enabled; all others disabled
Folder level: Windows auth enabled; all
Tracker Comment Comment on cftextarea by Nick D.
.js:275
(anonymous) @ ckeditor.js:274
n @ ckeditor.js:10
(anonymous) @ ckeditor.js:12
CKEDITOR.editor.CKEDITOR.editor.fire @ ckeditor.js:13
fireOnce @ ckeditor.js:12
CKEDITOR.editor.CKEDITOR.editor.fireOnce @ ckeditor.js:13
k @ ckeditor.js:272
(anonymous) @ ckeditor.js:272
callback @ ckeditor.js:260
e
Error not caught when returning an erroneous anonymous struct
Tracker Comment Comment on for-in bug by External U.
2608765 CF-4010308 External U. If you look at the generated code you can see what's happening and it's as expected:
(invoke fn) instanceof String
(invoke fn) != null
(invoke fn).getClass().isArray()
(invoke fn) instanceof List
(invoke fn) instanceof QueryTable
....
etc
See here: https://gist.github.com/anonymous
Tracker Comment Comment on Problem with empty CGI variables/Windows authentication in CF10/IIS 7.5 by Immanuel N.
2612232 CF-3536673 Immanuel N. Aaron,
The issue would crop up when anonymous authentication is enabled at the site level, while windows auth was enabled at the server and folder level.
Remote_user would not be populated for files under the folder level.
3583951 CF-4199999 Bradley W. Will this be fixed? An anonymous function declaration is a valid expression and there's no reason it shouldn't be capable of being evaluated. Why doesn't the evaluate() function work on all valid CFML expressions?
On a side note, JavaScript will NOT work with this
Tracker Issue Using index variable inside anonymous function called as a parameter to Arrayeach(Member funtions) gives undefined index
Using index variable inside anonymous function called as a parameter to Arrayeach(Member funtions) gives undefined index
Tracker Comment Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Michael I.
are being created. (Possibly an out of memory error due to the server being temporarily under stress.) The error seemingly occurs after the "parent" cfc class file was created but not all of the smaller class files for the "anonymous_closures". Thus the java compilation ended abnormally.
The problem
(see 4120166)
* - If NTLM disabled at remote server, then:
--------------------------------------------
Actual Result:
1) authtype="ntlm"+wsversion="1" initially sends anonymous request, then server responds saying only Basic Auth is allowed, then CF uses Basic Auth (bad - silent fallback)
2) authtype
sends anonymous request, then server responds saying only Basic Auth is allowed, then CF uses Basic Auth (bad - silent fallback)
2) authtype="ntlm"+wsversion="2" initially sends anonymous request, then server responds saying only Basic Auth is allowed, then CF displays "401 UNAUTHORIZED" (good
Tracker Issue Comparison method violates its general contract! null
.mozilla.javascript.NativeArray.execIdCall(NativeArray.java:311) at org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:129) at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66) at com.zingchart.zingchart_rhino_min._c_anonymous_547(Unknown Source) at com.zingchart.zingchart_rhino_min.call(Unknown Source) at org
2609627 CF-3818770 Language Raymond Camden Elvis operator executes RHS (right hand side) when it doesn't need to. Consider this example:
function getfoo() {
writeoutput("do you see me?");
return "foo";
}
username = encodeForHTML(url.name) ?: "Anonymous";
writeOutput(username);
u2
Tracker Issue cfgrid: clicking on the delete button deletes the selected row, but results in an error.
is reported in the browser degugger.
Result:
Uncaught TypeError: undefined is not a function cfgrid.js:720
$G.deleteRow cfgrid.js:720
Ext.define.fireHandler ext-all.js:18
Ext.define.onClick ext-all.js:18
(anonymous function) VM1722:6
h ext-all.js:18
Expected:
no errors should be reported.
Workaround: n
on message
component"
Any Workarounds:
Using cfscript, the function can be defined anonymously and assigned to a variable.
Example:
variables.message = function(value)
{ writeOutput("#value#"); }
;
Tracker Comment Comment on Problem with empty CGI variables/Windows authentication in CF10/IIS 7.5 by External U.
2612232 CF-3536673 External U. We have set Windows authentication on all levels: Server, Site and Folder and have tried all possible combinations of enabling/disabling anonymous access. We restarted IIS and the client browser after each change. Still cgi.remote_user is not set.
Authentication
Tracker Issue URLs with /api/ Fails with 500.0 - Internal Server Error
https://mywebsite.com:443/jakarta/isapi_redirect.dll
Physical Path C:\ColdFusion2016\config\wsconfig\6\isapi_redirect.dll
Logon Method Anonymous
Logon User Anonymous
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details
://127.0.0.1:80/CFIDE/ServerManager/ServerManager.air
Physical Path C:\inetpub\wwwroot\CFIDE\ServerManager\ServerManager.air
Logon Method Anonymous
Logon User Anonymous
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036846
External Customer
Portal Comment Comment on CFFiddle- Code, test, and share your ColdFusion code on the go! by Saurav Ghosh
+ spreadsheet functions, which you need to be logged in to consume in your workspace.
Other than a few categories of functions, where external and multiple files are involved, you can very well use and reuse code snippets as an anonymous user.
Tracker Issue For-in Doesn't Loop Over Cached Query
over this query result using works as expected. However, looping over the query using the script style for-in syntax does not work.
Please see gist: https://gist.github.com/anonymous/d51f927cb771840df50c
Or via trycf.com: http://trycf.com/gist/d51f927cb771840df50c/acf2016?theme=monokai
Actual Result
prompts for credentials even after you've already authenticated to the server.
A workaround exists: Set anonymous access on the .cfm page which handles the upload. However, this is not ideal, as you need to set it for every page in every application.
Method:
Result
Tracker Issue Bug 79737:Error when trying to add a MS SQL Server data source without username or password
AUTHORITY\ANONYMOUS LOGON'.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039889
External Customer Info:
External Company:
External Customer Name: Nathan Mische
External Customer Email: 8183044544637AAA99201549
External Test Config: 09/03/2009
Tracker Issue Authenticated users bypass NTFS ACL permission authorization getting access to restricted CF content without error
to restricted CF content.
Steps to Reproduce:
1. Find or create user account with no special rights for testing.
This user should only have Anonymous access where allowed.
2. Create a test subdirectory in web space.
3. Configure the test subdirectory in IIS and NTFS:
IIS
Tracker Issue [ANeff] Doc Bug for: Elvis operator doc outdated
.
-----------
In the above example, if userName is defined, it will be assigned to the myDisplayName variable. If the userName is not defined, the value "Anonymous" will be assigned to the myDisplayName variable.
-----------
That should probably be:
-----------
In the above example, if userName is defined and not null
Tracker Comment Comment on Support for IIS 10 by External U.
FilterModule
Notification AuthenticateRequest
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x80070001
Requested URL http://127.0.0.1:80/
Physical Path C:\inetpub\wwwroot
Logon Method Anonymous
Logon User Anonymous
This is CF11 on Windows 10 professional 64 bit.I get this when i try to go
Tracker Issue cfchart memory leak crashes server
)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161)
at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:476)
at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
at com.zingchart.zingchart_rhino_min._c_anonymous
Tracker Comment Comment on Support for IIS 10 by External U.
for failed requests, click here.
Detailed Error Information:
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://127.0.0.1:80/index.cfm
Physical Path C:\inetpub\wwwroot\index.cfm
Logon Method Anonymous
Logon User
Tracker Issue Unable to set file/folder level authentication or SSL.
individual file to Anonymous Authentication. If site root is set to require SSL we are unable to set any directory or file to not require SSL. Problem seems to be restricted to .cfm files as we created a .htm file and put it in both a directory that is SSL protected and one that is not SSL protected
Tracker Issue CGI variable auth_password value empty in ColdFusion 10
to manage.
2) In Features View, double-click Authentication.
3) On the Authentication page, select Basic Authentication.
4) In the Actions pane, click Enable to use Basic authentication with the default settings.
5) In the Actions pane, select Anonymous authentication and click disable.
To reproduce
Tracker Issue UndefinedElementException in Unreachable Code
value in question, but that code does not run.)
Expected Result:
The code should not crash. It's not even executed.
Any Workarounds:
Remove the cfelse.
Use a variable to hold `check`'s argument (e.g. don't supply an anonymous struct).
Don't use a nest
Use instead of and a intermediary variable
Tracker Issue CFLDAP with CFSSL_CLIENT_AUTH fails before handshake
to perform the LDAPS queries. Performing a cfldap call with cfssl_client_auth to dod411.gds.disa.mil fails and no handshake appears in coldfusion-error.log. cfldap to same site using cfssl_basic correctly results in handshake and response of "Anonymous access is not allowed"
Steps to Reproduce:
Actual
Tracker Comment Comment on CF -> Java Lambdas by Bradley W.
4014007 CF-4201310 Bradley W. Luis has a pretty good example in the description. Basically, allow an anonymous CFML function to be passed as a lambda to a Java library. This is possible now but only using createDynamicProxy() and an intermediate CFC file. Note, Luis example uses the "arrow
://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-g-h/cfgridcolumn.html
Browser debugger shows the below errors:-
Uncaught TypeError: Cannot read property 'getDayOfYear' of null
$G.Actions.afterEdit @ cfgrid.js:797
Ext.define.fire @ ext-all.js:18
continueFireEvent @ ext-all.js:18
fireEvent @ ext-all.js:18
(anonymous function) @ ext-all.js:18
Ext.define.fire @ ext-all.js:18
Tracker Comment Comment on [ANeff] Bug for: imageWrite applies temp directory permissions in some cases by Aaron N.
}\cfusion\tmpCache\CFFileServlet\_cf_image (instead of from destination directory).
Repro case (get exiftool.exe from http://www.sno.phy.queensu.ca/~phil/exiftool/):
1) On Windows, apply Lockdown Guide and have CF and IIS run as dedicated users.
2) Create a folder and give IIS Application Pool and Anonymous Authentication accounts read