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 - Support for Jersey properties
Summary: Support for Jersey properties
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 15:22 UTC by Petr Jiricka
Modified: 2013-07-24 08:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.