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 InfoServlet with APIv2 #4596

Merged
merged 3 commits into from
Nov 9, 2023
Merged

Add InfoServlet with APIv2 #4596

merged 3 commits into from
Nov 9, 2023

Commits on Oct 31, 2023

  1. Add PKIEngine, PKIWebListener, PKIServlet

    The PKIEngine has been added to store the main code of PKI web
    application. PKIWebListener has been added to initialize the
    PKIEngine when the web application is started. PKIServlet has
    been added as the base class for servlets that use PKIEngine.
    edewata committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dc9b982 View commit details
    Browse the repository at this point in the history
  2. Refactor InfoService

    The code that constructs the Info object in InfoService has
    been moved into PKIEngine such that it can be reused.
    edewata committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    746da61 View commit details
    Browse the repository at this point in the history
  3. Add InfoServlet

    The InfoServlet has been added as a lightweight alternative to
    InfoService without dependency on RESTEasy.
    
    All clients have been modified to call the InfoServlet instead.
    edewata committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8a2f321 View commit details
    Browse the repository at this point in the history