Closed
Bug 475207
Opened 16 years ago
Closed 16 years ago
allow cross-site XMLHttpRequest for tinderbox quickparse.txt output
Categories
(Webtools Graveyard :: Tinderbox, defect)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dolske, Assigned: Dolske)
References
()
Details
Attachments
(1 file, 3 obsolete files)
743 bytes,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
Bug 393401 allowed this for the JSON output. I'd like to do the same thing for the quickparse.txt output. [I'd rather load the quickparse.txt format for my task, it's only ~2K vs. 250K for the JSON.]
This is apparently going to be an Apache/IT config change, but I thought I'd file it here first.
This header needs to be sent in the quickparse.txt HTTP reply:
Access-Control-Allow-Origin: *
[Note that the spec has changed since bug 393401]
Assignee | ||
Comment 1•16 years ago
|
||
Patch to implement a .htaccess that adds the needed header.
Assignee: nobody → dolske
Assignee | ||
Updated•16 years ago
|
Attachment #358662 -
Flags: review?(reed)
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #358662 -
Attachment is obsolete: true
Attachment #358663 -
Flags: review?(reed)
Attachment #358662 -
Flags: review?(reed)
Comment 3•16 years ago
|
||
Comment on attachment 358663 [details] [diff] [review]
Patch v.2
This isn't valid. Put the <FilesMatch> block under the <Directory /var/www/html/tinderbox/*/> section.
Attachment #358663 -
Flags: review?(reed) → review-
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #358663 -
Attachment is obsolete: true
Attachment #358664 -
Flags: review?(reed)
Assignee | ||
Comment 5•16 years ago
|
||
WITH FEELING.
Attachment #358664 -
Attachment is obsolete: true
Attachment #358665 -
Flags: review?(reed)
Attachment #358664 -
Flags: review?(reed)
Updated•16 years ago
|
Attachment #358665 -
Flags: review?(reed) → review+
Comment 6•16 years ago
|
||
Comment on attachment 358665 [details] [diff] [review]
Patch v.4
>+ Header set Access-Control-Allow-Origin "*"
Seems like this should be tabbed once more, but I don't care.
r=me. A+++++++++ would review again.
Assignee | ||
Comment 7•16 years ago
|
||
Checking in webtools/tinderbox/INSTALL;
new revision: 1.7; previous revision: 1.6
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
What, you couldn't fix the JSON output to match the spec while you were screwing around in there?
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•