#3098 closed defect (fixed)
[JsonItemStore] ComboBox mimetype
Reported by: | guest | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | low | Milestone: | 0.9beta |
Component: | Data | Version: | 0.9 |
Keywords: | ComboBox mimetype json | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Hello, The ComboBox? mimetype is set to 'text/json' insteed of 'text/json-comment-filtered'. This fact produced many warning message.
haysmark: check the console when you load and test http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Select.html
You will see the message "please consider using a mimetype of text/json-comment-filtered to avoid potential security issues with JSON endpoints"
This is just JsonItemStore?, not AutoCompleter?. It's a minor issue because our JSON store implementation does not load [] data.
Attachments (2)
Change History (8)
comment:1 Changed 14 years ago by
Owner: | changed from bill to haysmark |
---|
comment:2 Changed 14 years ago by
Component: | Dijit → Data |
---|---|
Description: | modified (diff) |
Owner: | changed from haysmark to Jared Jurkiewicz |
Priority: | normal → low |
Summary: | ComboBox mimetype → [JsonItemStore] ComboBox mimetype |
comment:3 Changed 14 years ago by
Milestone: | → 0.9beta |
---|---|
Version: | 0.4.2rc1 → 0.9 |
comment:4 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | dojo.data_JsonItemStore_20070531.2.patch added |
---|
Minor patch to add in support for comment filtered Json for secure data.
Changed 14 years ago by
Attachment: | dojo.data_JsonItemStore_20070531.patch added |
---|
Minor patch to add in support for comment filtered Json for secure data.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [8832]) Committing in fix for warning about comment filtered Json in JsonItemStore?. fixes #3098
comment:6 Changed 14 years ago by
Tested to work on:
Windows:
IE 6.0 IE 7.0 Firefox 2.0.0.4 Firefox 1.5.0.11 SeaMonkey? 1.1.1 Opera 9.2
Linux (x86):
Firefox 2.0.0.3
OS-X:
WebKit?. Firefox 2.0.0.3
ComboBox? does not set the mimetype; otherwise it would be called JsonComboBox?. This warning is created by JsonItemStore?.
Reassigned to dojo.data.