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 229897 - SSL or BASIC authentication in 'REST Java Client' wizard always adds Jersey 1.x to classpath
Summary: SSL or BASIC authentication in 'REST Java Client' wizard always adds Jersey 1...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 7.3.1
Hardware: All All
: P2 normal (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on: 229898
Blocks:
  Show dependency tree
 
Reported: 2013-05-16 23:56 UTC by David Konecny
Modified: 2013-05-30 01:35 UTC (History)
1 user (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 David Konecny 2013-05-16 23:56:49 UTC
Which is bad for EE7 Web application for GF4 as it will result into deployment failure as described in the issue 229827.

Because SSL/BASIC support is implemented using Jersey API these options should be enabled only for:
* servers which have Jersey API (eg GF); or
* servers to which Jersey API can be deployed (eg. Tomcat); or
* J2SE application project cases.

The generated Jersey specific code also may or may not need to differ for Jersey 1.x versus 2.0 - that needs to be double checked.
Comment 1 David Konecny 2013-05-28 03:39:29 UTC
web-main#90bddbef6eb1

It should be better now but needs to be thoroughly re-tested.
Comment 2 Quality Engineering 2013-05-30 01:35:49 UTC
Integrated into 'main-golden', will be available in build *201305292301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/90bddbef6eb1
User: David Konecny <dkonecny@netbeans.org>
Log: #229897 - SSL or BASIC authentication in 'REST Java Client' wizard always adds Jersey 1.x to classpath