This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82921 - usage of gzipped catalogs
Summary: usage of gzipped catalogs
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 16:31 UTC by mariadavydova
Modified: 2006-08-31 22:58 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mariadavydova 2006-08-17 16:31:26 UTC
Robert Novak wrote :
 
"I think, I resolved the problem with UC for ent. pack.
Gzipped catalogs were not set for coke_TPR - I added them.
 
It has never been requested to use them. Actually, usage
of gzipped catalogs is optional - UC (as well as AU ping)
should work fine if standard catalogs are set. I think,
this is a bug in autoupdate module and should be reported."
Comment 1 dlipin 2006-08-17 21:19:23 UTC
PCM,

Do think that it is really an installer issue but not a issue in autoupdate 
module?
Comment 2 Unknown 2006-08-21 21:00:07 UTC
This is an issue with autoupdate client and should be moved there.

Also, this is not really a bug.
AutoUpdate client works in the following way:
- For any URL specified, the client first looks for URL + ".gz" ; if the gzipped
version is present, then it is fetched.
- If the gzipped version is not present, then the original URL itself is tried;
if the catalog is present in this case, then it is fetched.
- If neither are present, then an error message is displayed.

Therefore the URL itself should not add .gz extension; it should always merely
request the URL without the extension.
Comment 3 Kirill Sorokin 2006-08-22 14:25:51 UTC
Moving to enterprise/other, since this issue does not belong to installer.
Comment 4 Vladimir Yaroslavskiy 2006-08-31 10:07:13 UTC
Ent Pack uses the follow url
http://www.netbeans.org/updates/jstudio_ent/coke_TPR/en/catalog.xml?{$netbeans.hash.code}
where $netbeans.hash.code is replaced by unique code.

There is no ".gz" suffix and Ent Pack doesn't add it to the url.
Please, describe in details (steps to reproduce) what is wrong in Ent Pack
concerning auto update center.
Comment 5 Unknown 2006-08-31 22:58:33 UTC
If coke-url does not contain .gz extension and the extension is being added by
autoupdate client, then this is indeed not a bug. Closing the bug as INVALID.