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 199214

Summary: isSecurePort doesn't use proxy
Product: serverplugins Reporter: Vince Kraemer <vkraemer>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Vince Kraemer 2011-06-06 19:43:53 UTC
this makes some use cases difficult.
Comment 1 Vince Kraemer 2011-06-09 16:30:40 UTC
this method is called by getHttpListenerProtocol(String,int).

That method is necessary for v3 Prelude, v3, 3.0 and 3.0.x servers.

It does not need to be called for 3.1 servers, since those servers provide redirects in situations where the user and/or a program attempt to use http to access a secured listener.
Comment 2 Vince Kraemer 2011-10-26 19:16:03 UTC
lowering to p4...

The listed servers are obsoleted by 3.1.1
Comment 3 TomasKraus 2012-11-27 15:43:12 UTC
Targeting to next release. We have to get plugin working correctly even with old 3.0 versions.