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

Add server-webapp module #4431

Merged
merged 1 commit into from
May 3, 2023
Merged

Add server-webapp module #4431

merged 1 commit into from
May 3, 2023

Commits on May 2, 2023

  1. Add server-webapp module

    The PKIApplication class and the services in it are supposed to
    be deployed under /pki webapp only, but currently these classes
    are included in pki-server.jar so they are also distributed in
    all other webapps although they are not actually used there.
    
    In Servlet 3.0 framework all application classes in the webapp
    will be initialized automatically, so the current packaging
    could become a problem.
    
    To avoid the problem the files for /pki webapp need to be moved
    into a new server-webapp module, and the PKIApplication with the
    services in it need to be moved into pki-server-webapp.jar which
    will only be deployed under /pki webapp.
    edewata committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c87550b View commit details
    Browse the repository at this point in the history