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 132122 - WSDL validation errors should be thrown when the http protocol and the port token variable mismatch
Summary: WSDL validation errors should be thrown when the http protocol and the port t...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: HTTP BC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Noel Ang
URL:
Keywords:
: 132123 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-05 00:11 UTC by Sherry Weng
Modified: 2008-10-28 00:52 UTC (History)
0 users

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 Sherry Weng 2008-04-05 00:11:16 UTC
There should be WSDL validation errors thrown by HTTP/SOAP binding validation modules when the following cases are true 
in the address URL:
1. Protocol scheme is 'http', when the port token variable is '${HttpsDefautPort}'
2. Protocol scheme is 'https', when the port tokent variable is '${HttpDefaultPort}'
Comment 1 Noel Ang 2008-04-05 00:23:38 UTC
*** Issue 132123 has been marked as a duplicate of this issue. ***
Comment 2 Sergey Lunegov 2008-10-01 13:37:03 UTC
Sherry is it still the case ?