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 206944

Summary: Support for Jersey properties
Product: webservices Reporter: Petr Jiricka <pjiricka>
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2012-01-05 15:22:23 UTC
Jersey supports many useful properties that customize the behavior of Jersey, and which are specified as webapp init parameters in web.xml. See e.g.:

http://blogs.oracle.com/PavelBucek/entry/jersey_server_and_client_side
http://jersey.java.net/nonav/documentation/1.11/user-guide.html#d4e893

It would be useful to have support for specifying/editing these properties.