Side navigation
#11848 closed bug (invalid)
Opened June 02, 2012 04:30AM UTC
Closed June 27, 2012 08:19AM UTC
callback function not call when use fuzzed file path
Reported by: | bsnxff@gmail.com | Owned by: | bsnxff@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.get('file://C:/', false, function(){console.log('callback function called')})
Object
$.get('C:/', false, function(){console.log('callback function called')})
Object
$.get('file:///C:/', false, function(){console.log('callback function called')})
Object
callback function called
Attachments (0)
Change History (2)
Changed June 12, 2012 02:41PM UTC by comment:1
owner: | → bsnxff@gmail.com |
---|---|
status: | new → pending |
Changed June 27, 2012 08:19AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please provide a test case in jsFiddle.