Issue 96174 - Update-requests generates multiple http-requests for HEAD, OPTIONS, PROPINFO
Summary: Update-requests generates multiple http-requests for HEAD, OPTIONS, PROPINFO
Status: CLOSED FIXED
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: OOo 3.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.0.1
Assignee: hans_werner67
QA Contact: issues@ucb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 08:32 UTC by hans_werner67
Modified: 2009-11-26 12:37 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hans_werner67 2008-11-13 08:32:15 UTC
Update-requests generates multiple http-requests for HEAD, OPTIONS, PROPINFO
instead of using one request for one update-request. In detail we have approx.
47% HEAD, OPTIONS, PROPINFO method requests on our update-server.

As discussed, set target-milestone 3.1 for this issue.
Comment 1 hans_werner67 2008-11-13 08:33:48 UTC
CCed st mh jj mba
Comment 2 kai.sommerfeld 2008-11-24 14:16:16 UTC
Accepted, target: 3.0.1
Comment 3 kai.sommerfeld 2008-11-25 09:20:02 UTC
Fixed:
- down to one single GET request upon product update ping
- down to one GET, followed by one PROPFIND upon extension update ping. The
PROPFIND can be avoided if server supplies Content-Encoding response header on GET.
Comment 4 kai.sommerfeld 2008-11-25 09:21:19 UTC
fma: Please verify the fix. Instsets for windows,linux,mac are avail.
Comment 5 hans_werner67 2008-11-27 09:20:09 UTC
Verified issue on CWS for windows, getting only one request. Update-notification
works as usual, fine.
Comment 6 thorsten.ziehm 2009-07-20 15:58:31 UTC
This issue is closed automatically and wasn't rechecked in a current version of
OOo. The fixed issue should be integrated in OOo since more than half a year. If
you think this issue isn't fixed in a current version (OOo 3.1), please reopen
it and change the field 'Target Milestone' accordingly.

If you want to download a current version of OOo =>
http://download.openoffice.org/index.html
If you want to know more about the handling of fixed/verified issues =>
http://wiki.services.openoffice.org/wiki/Handle_fixed_verified_issues
Comment 7 hans_werner67 2009-07-23 12:02:11 UTC
Some statistics about the update-log, important if we re-open the issue

2009-04-14
GET -> 44,32%
POST -> 0,0%
PROPINFO -> 40,10%
HEAD -> 12,95%
OPTIONS -> 2,64%

2009-07-21
GET -> 50,82%
POST -> 0,0%
PROPINFO -> 33,62%
HEAD -> 10,87%
OPTIONS -> 4,87%

So the number of GET requests is increasing, fine.

Comment 8 hans_werner67 2009-11-26 12:37:13 UTC
2009-11-25
GET -> 58,42%
POST -> 0,0%
PROPINFO -> 31,11%
HEAD -> 8,78%
OPTIONS -> 1,69%

So the number of GET requests is still increasing, fine.