Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetty 10.0.x servletholder copy #6280 #6281

Merged
merged 3 commits into from May 16, 2021

Commits on May 16, 2021

  1. Copy ServletHolder class/instance properly during startWebapp (#6214)

     ServletHolder.copyClassServlet() method added to correctly copy held class.
    
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    joakime authored and gregw committed May 16, 2021
    Configuration menu
    Copy the full SHA
    47600f9 View commit details
    Browse the repository at this point in the history
  2. Cherry picked from 9.4

    Fixed test to handle missing startWebapp
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed May 16, 2021
    Configuration menu
    Copy the full SHA
    4a52b7d View commit details
    Browse the repository at this point in the history
  3. Cherry picked from 9.4

    updates from review
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed May 16, 2021
    Configuration menu
    Copy the full SHA
    4d57195 View commit details
    Browse the repository at this point in the history