Opened 15 years ago
Closed 12 years ago
#2284 closed bug (fixed)
Ajax, Post, Firefox 2.0.0.11 - No header length
Reported by: | zzdave | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ajax | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you do a post to a web service and dont post any data in Firefox, you get a "<h1>length requird</h1>". If you pass junk in the data: { blank:"1" } it work fine.
Change History (2)
comment:1 Changed 15 years ago by
Component: | core → ajax |
---|---|
Milestone: | 1.2.3 → 1.2.4 |
Version: | 1.2.2 → 1.2.3 |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Firefox 2.0 isn't supported anymore, but this bug was related to not sending a content-length so I think it was fixed anyway.
Note: See
TracTickets for help on using
tickets.
This needs a test case...
To core team: we don't see the content length header anymore ?