displaying top 100 results
Tracker Issue unremovable white border on bar charts
unremovable white border on bar charts
Tracker Issue bar extends off left side of axis
bar extends off left side of axis
CF2018 update page, scroll bar is missing in the update description.
Tracker Comment Comment on bar extends off left side of axis by External U.
Comment on bar extends off left side of axis by External U.
Tracker Comment Comment on unremovable white border on bar charts by External U.
Comment on unremovable white border on bar charts by External U.
Tracker Comment Comment on CF2018 update page, scroll bar is missing in the update description. by David R.
Comment on CF2018 update page, scroll bar is missing in the update description. by David R.
Tracker Comment Comment on bar extends off left side of axis by Adobe D.
Comment on bar extends off left side of axis by Adobe D.
Tracker Comment Comment on unremovable white border on bar charts by External U.
Comment on unremovable white border on bar charts by External U.
Tracker Comment Comment on bar extends off left side of axis by External U.
Comment on bar extends off left side of axis by External U.
Tracker Issue Bug 79708:cfmediaplayer progress bar plays behind and past the 'enlarge screen' , 'speaker' and 'timer' displays
Bug 79708:cfmediaplayer progress bar plays behind and past the 'enlarge screen' , 'speaker' and 'timer' displays
[ANeff] Bug for: per-app null value can be hacked from address bar
Tracker Comment Comment on bar extends off left side of axis by External U.
Comment on bar extends off left side of axis by External U.
Tracker Comment Comment on unremovable white border on bar charts by External U.
Comment on unremovable white border on bar charts by External U.
Comment on unremovable white border on bar charts by Dattanand M.
Tracker Comment Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Tracker Comment Comment on CF2018 update page, scroll bar is missing in the update description. by David R.
Comment on CF2018 update page, scroll bar is missing in the update description. by David R.
Tracker Comment Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Tracker Comment Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
Comment on CF2018 update page, scroll bar is missing in the update description. by Charlie A.
2608923 CF-3963346 External U. Oh, and to clarify, the generated query should be something like this:
select
bars0_.BarID
from
Bars bars0_
where
bars0_.FooID=? and bars0_.YearID=?
Bug 79707:(Watson Migration Closure)cfmediaplayer progress bar plays behind and past the 'enlarge screen' , 'speaker' and 'timer' displays
4695346 CFB-4198410 Editor Features : Code Colorization [ANeff] Bug for: Colorization does not support most operators Issue: Colorization does not support most operators
Repro:
if(foo eq "bar") {
//bad
}
if(foo is "bar") {
//bad
}
if(foo == "bar") {
//good
}
if(foo neq
2978699 CF-4198479 Mingo H. To add to this (it's sort of implied by Brad, I think) but this works:
foo = { bar = {} };
isNull( foo[ "bar" ] );
And this Errors:
foo = { bar = {} };
isNull( foo[ "baz" ] );
Bug 82292:(Watson Migration Closure)Docs do not mention that when using a JS bind with CFProgressbar you must specify the status and message keys of the returned object in UPPER CASE or the progress bar will not update
4096926 CF-4201549 Language : Functions Aaron Neff [ANeff] ER for: QueryNew() columnList from rowData shortcut This ER is for allowing QueryNew(rowData) shortcut, when rowData is array-of-struct. CF can generate the columnList from rowData's distinct list of key names.
Example:
{code:java}
queryNew("foo,bar
Tracker Comment Comment on For ... in loop on single element list fails with coldfusion.runtime.ScopeCastException by External U.
2608823 CF-3983656 External U. Hi Stephen,
Using variables.q['Bar'] is the same as using variables.q['Bar'][1]. Meaning, both only reference the Bar column's 1st row (not all rows in the Bar column).
Hi Awdhesh,
I assume the only thing fixed here is the exception? (b/c, the exception shouldn
cfchart bar/hbar category chart doesn't always display labels for all categories
Tracker Comment Comment on ORM: has<property>() doesn't take the property's where attribute into account by John W.
2673124 CF-4149665 John W. I have tested this using ACF2016 update 4 against a MariaDB database. I had to make a couple of tweaks to the script so it handled boolean values for MySQL vs Postgres but nothing to affect the test case.
The result of running the script is:
hasBar() using lazy=true
YES
Tracker Comment Comment on [regression] "Variable ___IMPLICITARRYSTRUCTVAR2 is undefined." by External U.
2672607 CF-4184965 External U. A more concise repro case is:
foo={};
foo.bar = foo.bar ?: {};
This is a pretty nasty bug. Is there an ETA on when it will be fixed?
Tracker Comment Comment on ORM: has<property>() doesn't take the property's where attribute into account by Nimit S.
2673124 CF-4149665 Nimit S. Mingo,
Yes, I get "false" when I am calling hasBar() on the included example.
Please check attached bars.jpg for your reference.
Tracker Comment Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Milan C.
Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Milan C.
Tracker Issue Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan.
Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan.
Comment on Bar Code Generation & Reading Capabilities by External U.
Tracker Issue [ANeff] Bug for: NULL is not final
4356580 CF-4202543 Language : Null Support [ANeff] Bug for: NULL is not final Issue: NULL is not final
Steps to Reproduce:
1) Run:
-----------
null = "asdf"
foo = variables.null
bar = null
writeDump(variables)
-----------
Actual Result:
-----------
struct
BAR: asdf
FOO: asdf
NULL
2978699 CF-4198479 Evagoras C. I am not sure if this is part of a different ticket, but here's another weird scenario:
foo = { bar = javacast("null",0) };
isNull( foo[ "bar" ] ); // exception is thrown
isNull( foo.bar ); // works
2556976 CF-4197194 John W. Javascript example for reference:
function doit() {
var a = ["a", "b", "c"];
var b = ["x", "y", "z"];
var counter = 0;
a.forEach(function(foo) {
counter = 0;
b.forEach(function(bar) {
counter++;
// in dump
2609471 CF-3844976 Nikhil S. Multiple consecutive appends should work perfectly now, as the return type is updated from boolean to the respective datatypes:
hence these cases should work perfectly:
writeDump( structNew().append( { foo:'bar' } ).append( { bum:'baz' } ) );
x = {};
x.append({foo:'bar
2608426 CF-4097008 Installation/Config : Connector Aaron Neff [ANeff] Bug for: CGI.HTTP_URL returns [empty string] on IIS when default doc omitted CGI.HTTP_URL returns [empty string] on IIS when default doc omitted
Repro:
1) Dump #CGI.HTTP_URL# at URL http://localhost/index.cfm?foo=bar
2) Dump
would work, now it throws an error.
Steps to Reproduce:
function foo( bar ) {
bar = "test";
writeDump( arguments.bar );
}
foo();
Actual Result:
Element BAR is undefined in ARGUMENTS.
The error occurred in {path-to}/index.cfm: line 4
2 : function foo( bar ) {
3 : bar = "test";
4
library
2. Put the following code in onRequestStart of Application.cfc:
var document = {
"foo" : "bar",
"bar" : {
"foo" : true
}
};
var jLoader = wirebox.getInstance( "loader@cbjavaloader" );
writeDump( createObject( "java", "com.google.gson.Gson" ).init().toJson( document ) );
document.bar
2609270 CF-3863477 CFForm Aaron Neff [ANeff] Bug for: cfform vs form wrt default action at SES URL self-posts correctly, even at an SES URL
self-posts incorrectly at an SES URL
Repro:
index.cfm
---------
1) go to www.domain.com/index.cfm/foo/bar?foo=bar
2) click 1st submit button
3) see
";
foo["daß"] = "daß";
foo["dass"] = "dass";
writeDump(foo);
Actual Result:
Produces a struct with 2 keys;
"daß": "dass"
"stressed": "streßed"
Expected Result:
It should return a struct with 4 keys.
Any Workarounds:
Use Java
bar = createObject("java","java.util.HashMap").init();
bar
2673124 CF-4149665 ORM Support Mingo Hagen ORM: has() doesn't take the property's where attribute into account Problem Description:
Given this property:
property name="bars" singularname="bar" fieldtype="one-to-many" fkcolumn="fooid" cfc="bar" where="deleted=0";
The hasBar() function doesn't use
2673576 CF-4126388 Language Aaron Neff [ANeff] Bug for: ordered struct exception in query.map() callback ordered struct throws exception in query.map() callback
Repro:
q1 = queryNew("foo", "integer", [["bar1"]]);
q2 = q1.map(function(row,index,query){return [foo="bar3"];}, query
Tracker Issue [ANeff] Bug for: cfhttp concatenates query strings w/ ?
2608455 CF-4090508 Net Protocols Aaron Neff [ANeff] Bug for: cfhttp concatenates query strings w/ ? cfhttp doesn't check if url attribute contains "?" before appending type="url" cfhttpparams
Steps to reproduce:
1) Run this:
index.cfm
-----------
cfhttp(method="post", url="http://#CGI.HTTP_HOST##getDirectoryFromPath(CGI.SCRIPT_NAME)#/mypage.cfm?foo=bar
2609970 CF-3740276 Core Runtime Aaron Neff [ANeff] Bug for: implicit struct|array overrides short-circuiting implicit struct|array overrides short-circuiting
Steps to reproduce:
{code}
function bar(){
writeDump(ARGUMENTS);
abort;
}
if(structKeyExists(variables, "foo") and bar
Tracker Issue Bug 85367:(Watson Migration Closure)System throw error when CFSCRIPT + STRUCTURE + KEY="interface"
" will NOT trigger the error.
Method:
foo = { bar = { interface = 1 } };foo = {};foo.bar = {};foo["bar"].interface = 1;foo = {};foo.bar = {};foo.bar.interface = 1;writeoutput(foo["bar"].interface);
Result:
looking for the text "interface"
----------------------------- Additional Watson Details
Tracker Comment Comment on Ternary operator doesn't short-circuit with implicit array/struct expressions by John W.
() {
return stack;
}
}
}
bar = foo();
choo = true ? { key: bar.a() } : { key: bar.doNotCallMe() };
x = bar.a();
y = bar.b();
z = bar.getStack();
writeDump({
choo: choo, // as expected
x:x, // as expected
y:y, // as expected
z:z // note includes 'BOOM!'
})
{code}
Tracker Issue [ANeff] Bug for: cfimap listallfolders shows child folders duplicated into every other parent
2673203 CF-4146119 Net Protocols Aaron Neff [ANeff] Bug for: cfimap listallfolders shows child folders duplicated into every other parent cfimap listallfolders shows child folders duplicated into every other parent
Example: If heirarchy foo/bar exists (parent foo containing bar), along w/ Inbox
Tracker Issue [ANeff] Bug for: queryNew() not respecting column type
2608346 CF-4117243 Language Aaron Neff [ANeff] Bug for: queryNew() not respecting column type Duplicate ID: CF-4137970
queryNew() does not respect column type
Repro:
q = queryNew("foo", "integer", [["bar"]]);
writeDump(q);
Actual result: "bar" is set into integer column
Expected result
Tracker Issue ORM Collection Mapping Multiple Foreign Keys
ID (PK)
YearID (PK)
Bars
=========
BarID (PK)
FooID (FK)
YearID (FK)
/** foo.cfc **/
component persistent=true table='Foos' {
property name='id' column='FooID' fieldType='id' type='numeric' setter=false;
property name='year' column='YearID' fieldType='id' type='numeric' setter
of behavior from CF 11 and seems to defeat the purpose of sameFormFieldsAsArray.
Steps to Reproduce:
POST stuff=foo&staff=bar,baz
Actual Result:
stuff = ["foo", "bar", "baz"]
Expected Result:
stuff = ["foo", "bar,baz"]
Any Workarounds:
Tracker Comment Comment on CFTRACE and trace() behave differently by External U.
2609669 CF-3811003 External U. Hi Himavanth and Rupesh,
Can you please confirm if writeDump(foo) returns "bar" for you, using the example below, on CF11 Update 3 (11,0,03,292245(PreRelease))?
trace(text="trace text"){foo="bar";};
writeDump(foo);//outputs bar
So what will be the "correction
Tracker Comment Comment on writeLog(), throw(), writeDump() not implemented as fucntions correctly by External U.
Dump with 1 arguments is not in class coldfusion.runtime.CFPage."
writeOutput("bar")//A script statement must end with ";"
writeDump("bar")//Displays "bar"
How about treating all built-in functions the same? Is that possible?
Thanks!,
-Aaron
Tracker Comment Comment on cfchart bar/hbar category chart doesn't always display labels for all categories by Jonas M.
Comment on cfchart bar/hbar category chart doesn't always display labels for all categories by Jonas M.
Tracker Comment Comment on [ANeff] Bug for: some list member functions return incorrectly inside headless functions by Aaron N.
2672611 CF-4184641 Aaron N. Hi Adobe,
Just following-up on this ticket nearly a year later.
Here are some more repro cases. All cases should return "1".
myList = "foo|bar";
writeOutput(listLen(myList.listFirst("|")));//returns 1 (good)
write
Tracker Comment Comment on ORM: has<property>() doesn't take the property's where attribute into account by External U.
2673124 CF-4149665 External U. I meant to type:
hasBar() returns false
in the Expected Result part.
Tracker Comment Comment on Add granularity to createDateTime() by External U.
-11-01 00:00:00'}
3) {ts '2012-11-29 00:00:00'}
4) {ts '2012-11-29 15:00:00'}
5) {ts '2012-11-29 15:07:00'}
6) {ts '2012-11-29 15:07:08'}
-----------
bar = now();
bar.setYear(2011);
bar.setMonth(1);
bar.setDay(1);
bar.setHour(1);
bar.setMinute(1);
bar.setSecond(1);
//bar
Tracker Comment Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Milan C.
Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Milan C.
Tracker Comment Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Mukesh K.
Comment on Requirement of a Progress Bar in the Builder IDE, to show the status of the Security Analyzer scan. by Mukesh K.
4261416 CF-4202194 Aaron N. Hi Adobe,
This ticket cannot be 'fixed' due to CF-4202341.
Since:
1) `function f(){foo="bar"}` must create variable named "foo" into variables scope
2) `function f(){var variables.foo="bar"}` must create struct named "variables" into local scope (Lucee gets this right
Tracker Comment Comment on [ANeff] Bug for: NULL is not final by Piyush K.
Test-f
struct
BAR: asdf
FOO: asdf
NULL: asdf
---------------------------------------------------------------------------
function null() {
var bar = null
return bar
}
writeDump(null())
writeDump(variables)
writeOutput(application.applicationname);
null = "asdf"
foo = variables
Tracker Comment Comment on [ANeff] ER for: StoreAddMetadata() (no valid/future-proof workaround for its non-existence) by External U.
2609182 CF-3915082 External U. Here is a full repro (2 exceptions are thrown, but 0 exceptions should be thrown):
1) In S3 Management Console, upload file myfile.txt to a bucket (using "mybucket" as an example)
2) In S3 Management Console, add metadata x-amz-meta-foo=foo and x-amz-meta-bar=foo
3
Tracker Issue [ANeff] Bug for: CF11 vs CF2016 wrt queryAddColumn()
, queryAddColumn()'s default column type is "varchar" if query has rows (bad)
Repro:
q = queryNew("col1");
queryAddColumn(q, "col2", []);//add column when query has 0 rows
queryAddRow(q);
writeDump(getMetadata(q));
querySetCell(q, "col1", {foo="foo"}, 1);
querySetCell(q, "col2", {bar="bar
Tracker Issue Convert URL and FORM fields like "id[]" to an array
2943351 CF-4198416 Language Bradley Wood Convert URL and FORM fields like "id[]" to an array Lucee Server (and other popular languages like PHP) support a feature where form or URL variables that end with "[]" will be converted into an array.
URL Ex:
file.cfm?id[]=foo&id[]=bar
Form Ex:
Those
Tracker Comment Comment on [ANeff] Bug for: imageWrite applies temp directory permissions in some cases by External U.
2672729 CF-4175138 External U. Oops, typo: The "It seems CF has trouble w/ bar2.jpg's metadata." should've been "It seems CF has trouble w/ bar.jpg's metadata.".
2609471 CF-3844976 External U. Oh, and which version was this fixed in? I'm running 11,0,05,293506 and this code:
st = {};
writeDump(st.append({foo="bar"}));
Results in "YES", when it should result in {foo="bar"}
I'd say... no, it's not fixed.
2609785 CF-3773095 External U. Hi Vamsee,
Could var please be allowed in .cfm to create template-local variables? Example: If bar.cfm has "var myVar = 1", then myVar only exists in bar.cfm. This would actually be useful.
Thanks!,
-Aaron
2610029 CF-3737409 Aaron N. I tried to vote, but it says "Already voted". (ahh.. Adobe can u unhide the vote names pls?)
This should be valid:
r = "foo,bar".listFindNoCase(foobar);
Old way:
r = listFindNoCase("foo,bar", foobar);
Thanks!,
-Aaron
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
Comment on Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput by External U.
is instantiated with the 'new' operator, and fails with CreateObject('component')
Steps to Reproduce:
// foo.cfc
component accessors="true" {
property name="bar" default="1";
function isBarDefined() {
return structKeyExists(variables, 'bar');
}
}
// testFoo.cfm
f1 = new Foo();
writeoutput(f1.isBar
Tracker Issue cfchart 3d tooltip shows wrong values
2609857 CF-3756744 Charting/Graphing Reto Aeberli cfchart 3d tooltip shows wrong values Problem Description:
The Tooltip with the bar item shows wrong values depending on the position of the mouse pointer. This value changes when hovering over the same bar. It seems this happens only in 3d
Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with bar"> You should also be able to do:for(arrayFoo in bar){ writeoutput
for object literal argument notation:
in addition to the current
As Sean Corfield noted, CF already allows : in named arguments...
function func( foo, bar ) {
return foo & bar;
}
x = func( foo : 42, bar : "answer" );
writeOutput(x);
Also:
x = func( argumentCollection : { foo = 42, bar
Tracker Issue Bar Code Generation & Reading Capabilities
Bar Code Generation & Reading Capabilities
Tracker Issue [ANeff] Bug for: invoke() overrides short-circuiting
2609971 CF-3740241 Core Runtime Aaron Neff [ANeff] Bug for: invoke() overrides short-circuiting Duplicate ID: CF-3740276
invoke() overrides short-circuiting
Steps to reproduce:
function bar() {return true;}
//Example 1: returns no error (good!)
if(structKeyExists(variables, "foo
#suffix#" = function(){writeOutput("from bar")}
bar()
{code}
Actual Result: coldfusion.compiler.ParseException
Expected Result: "from foo" and "from bar"
Related Ticket: [https://tracker.adobe.com/#/view/CF-4199998]
Related Thread: [https://forums.adobeprerelease.com/coldfusionpr/discussion/182/cf2016-bug-cannot-assign-function-expression-to-dynamic-variable]
Michaela Light Bernhard
yes!
We might be among the first guests, yay :)
I also believe some of the crew will test the bar after the long day of conference-ing :)
4216891 CFB-4198321 Editor Features : Code Formatting [ANeff] ER for: ability to specify child brace indentation This ER is for: ability to specify child brace indentation
Steps to Reproduce:
1) In the following, place cursor at "|"
-----------
if(condition) {
foo = "bar";|
}
-----------
2
2672781 CF-4170628 Aaron N. Hi Nimit,
I've confirmed this is fixed in CF2016 Update 3 (build 2016.0.03.300466). The code in the description now returns "bar".
Thanks!,
-Aaorn
Tracker Comment Comment on For ... in loop on single element list fails with coldfusion.runtime.ScopeCastException by Awdhesh K.
2608823 CF-3983656 Awdhesh K. for-in works on collection. so variable.q should work not the variables.q['Bar'].
Tracker Comment Comment on [ANeff] ER for: canonicalizeURL(inputString, restrictMultiple, restrictMixed[, throwOnError=false]) by External U.
2609133 CF-3924625 External U. Note: urlDecode() cannot be deprecated until this ticket is fixed b/c the ESAPI functions do not offer a fully-compatible replacement for urlDecode().
Example:
queryString = "foo=bar×tamp=2016%2d04%2d07T18%3a18%3a41Z";
write
Tracker Comment Comment on Nested cfloops with less records than outer loop cause “array index out of range” error by External U.
2609618 CF-3820049 External U. This also throws the error:
outer = queryNew("foo", "", [["a"]]);
inner = queryNew("bar", "", [["one"]]);
Leave a space between .
Thanks!,
-Aaron
Tracker Comment Comment on ExpandPath Returns Incorrect Path When Used with Mappings in Application.cfc by External U.
2609756 CF-3783403 External U. While CF Admin mappings and per-Application mappings are honored in the CFC constuctor area in CF11 Update 3, there is still a problem best illustrated by a repro case:
Steps to reproduce:
1) Create directories c:\foo and c:\bar
2) In CF Admin, create the /mymapping
Tracker Comment Comment on cfmediaplayer: The border and controlbar are not rendered properly in Chrome and FF. by Aaron N.
2609961 CF-3740562 Aaron N. Verified this is fixed in CF2106 Update 1 (build 2016.0.01.298513). The control bar is now correctly centered on the video, when the player is within a cflayoutarea.
Thanks!,
-Aaron
Tracker Comment Comment on Add granularity to createDateTime() by External U.
2612885 CF-3374275 External U. Why setDayOfMonth() instead of following the precedent set by all the other methods, and have setDay()? This - barring a decent rationalisation from you, Nikhil - is an implementation bug IMO.
2613605 CF-3206512 Adobe D. I was able to get the issue with the progress bar in Chrome
Bug Verified on IE9,Chrome and Safari for HTML5 videos
(Comment added from ex-user id:vnigam)
Tracker Comment Comment on [ANeff] Bug for: final ignored by Vijay M.
4356429 CF-4202542 Vijay M. All the cases have been fixed except the below two cases (explanation inline)-
6) Run:
-----------
final variables.foo = "bar"
function foo() {}//this line is completely ignored
writeDump(foo)
-----------
Actual Result: bar
Expected Result: coldfusion
Tracker Comment Comment on Bar Chart Node Issue by Jim R.
Comment on Bar Chart Node Issue by Jim R.
Tracker Comment Comment on sameFormFieldsAsArray incorrectly deserializes form values containing commas by Bob G.
6477734 CF-4205918 Bob G. I entered a typo under "Steps to Reproduce:"
POST stuff=foo&stuff=bar,baz
Portal Topic Usable search
‘advanced’ search. Is that possible or planned? Thanks!, -Aaron
The post Usable search appeared first on ColdFusion. Discussion,Language,Search,123,bar,ColdFusion,Community Portal,foo,foo bar,foobar,language,search,testing
Tracker Issue ?: has stopped working in CF11 update 3
2609215 CF-3910529 Language Adam Cameron ?: has stopped working in CF11 update 3 Repro:
#javaCast("null", "") ?: foo.bar#
On update 3, this outputs:
foo.bar
On update 2, it works fine:
moo
Needs a HOTFIX I think?
----------------------------- Additional Watson Details
09c38538765b138f8d2d4688ec156
$counter,
"foo" => $foo,
"bar" => $bar
]);
});
});
}
doit();
Tracker Comment Comment on [ANeff] Bug for: imageWrite applies temp directory permissions in some cases by External U.
2672729 CF-4175138 External U. Hi Preethi,
CF2016 has full control permissions for the parent folder. I observed the issue on two Windows 2012R2 servers and a Windows 2008 server, but not on any Windows 10 machines. I observed the issue w/ bar2.jpg, but not foo2.jpg. It seems CF has trouble w/ bar
2608818 CF-3987369 External U. In CF11 Update 7 (build 11,0,07,296330), I see the following in IIS 10:
#1
For: http://localhost/index.cfm/foo'bar?fo'o=ba'r
CGI.HTTP_URL result: /index.cfm/foo'bar?fo%27o=ba%27r
#2
For: http://localhost/?fo'o=ba'r
CGI.HTTP_URL result: [empty string]
Filed CF
Tracker Comment Comment on Cfchart not using Chartdata item labels to organize the series by Mark B.
4203245 CF-4201981 Mark B. Doing a little research on zingchart we should be using Array of Arrarys.
See www.zingchart.com/docs/chart-types/bar-charts/#bar__series_array_array and www.zingchart.com/docs/chart-types/line-charts/#line__array_of_arrays
Then we don't need to specify the nulls or zeros