Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 3.63 KB

CONTRIBUTING.md

File metadata and controls

62 lines (45 loc) · 3.63 KB

Contributing to Jetty

Thank you for your interest in this project!

Project description

Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2, and WebSocket in a high volume, low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.

Developer resources

Information regarding source code management, builds, coding standards, and more.

The canonical Jetty git repository is located at GitHub. Providing you have completed the contributors agreement mentioned below we will endeavor to pull your commit into Jetty proper.

Eclipse Contributor Agreement

Before your contribution can be accepted by the project, you need to create and electronically sign a Eclipse Contributor Agreement (ECA):

  1. Log in to the Eclipse foundation website. You will need to create an account with the Eclipse Foundation if you have not already done so.
  2. Click on "Eclipse ECA", and complete the form.

Be sure to use the same email address in your Eclipse account that you intend to use when you commit to GitHub. All committers, and all commits , are bound to the Developer Certificate of Origin. As such, all parties involved in a contribution must have valid ECAs and commits must include valid "Signed-off-by" entries. Commits can be signed off by included the -s attribute in your commit message, for example, git commit -s -am 'Interesting Commit Message.

Contact

Contact the project developers via the project's "dev" list.

Search for bugs

This project uses GitHub Issues to track ongoing development and issues.

Create a new bug

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!

Reporting Security Issues

There are a number of avenues for reporting security issues to the Jetty project available. If the issue is directly related to Jetty itself then reporting to the Jetty developers is encouraged. The most direct method is to mail security@webtide.com. Webtide is comprised of the active committers of the Jetty project is our preferred reporting method. We are flexible in how we work with reporters of security issues but we reserve the right to act in the interests of the Jetty project in all circumstances.

If the issue is related to Eclipse or its Jetty integration then we encourage you to reach out to security@eclipse.org.