Opened 14 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | Afbeelding 10.jpg added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
We need more information ... do you have a test case or network trace?
Note: See
TracTickets for help on using
tickets.
Screenshot of Firefox 3.0 with Firebug showing what went wrong