Modify ↓
Ticket #4698 (closed bug: invalid)
jQuery test suite fails silently on Fx 3.0 when using a proxy
| Reported by: | znerd | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Steps to reproduce:
- Have an ADSL connection from Solcon NL (Netherlands)
- Start Firefox 3.0.10 on Mac OS X 10.5.6
- Go to http://jquery.com/test/
Expected results:
- All tests are run and succeed.
Actual results:
- Only tests 1 to 131 are run.
When digging into this with Firebug, I notice that a POST to http://jquery.com/test/data/test.js fails with a "411 Length Required" HTTP status code.
When running the test on the same machine using Safari 4 (beta) it does succeed (result: "ajax module: jQuery.ajax() - script, Remote with POST (0, 3, 3)")
I intend to attach a screenshot.
Attachments
Change History
Changed 4 years ago by znerd
-
attachment
Afbeelding 10.jpg
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Screenshot of Firefox 3.0 with Firebug showing what went wrong