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 172335 - [68cat] [ruby][gems] Update displays HTTP GET results in log
Summary: [68cat] [ruby][gems] Update displays HTTP GET results in log
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 21:46 UTC by esmithbss
Modified: 2009-09-18 22:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Image of 302/200 responses in gem update log (90.85 KB, image/png)
2009-09-15 21:47 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-09-15 21:46:02 UTC
[ BUILD # : 200909140908 ]
[ JDK VERSION : 1.6.* ]

When running a gem update, the HTTP result codes (302, 200, etc...)
are displayed in the running log.
Comment 1 esmithbss 2009-09-15 21:47:43 UTC
Created attachment 87722 [details]
Image of 302/200 responses in gem update log
Comment 2 Erno Mononen 2009-09-17 11:57:28 UTC
This is because we run the gem tool using the --verbose switch. I've added an option to turn this off in the Gem 
Manager settings tab in 7a898ecea28a (it is still on by default).
Comment 3 Quality Engineering 2009-09-18 22:32:39 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7a898ecea28a
User: Erno Mononen <emononen@netbeans.org>
Log: #172335: [68cat] [ruby][gems] Update displays HTTP GET results in log