[PATCH] 325 Reorganized server packages.
by Endi Sukma Dewata
The attached patches fix the dependency issues and reorganized the
server packages into separate folders.
Please apply in this order: 282, 283-1, 285-1, 325.
--
Endi S. Dewata
11 years, 3 months
[PATCH] 328 Cleaned up CertEnrollmentRequest.
by Endi Sukma Dewata
The CertEnrollmentRequest, ProfileInput, ProfileAttribute, and
Descriptor have been cleaned up to fix some bugs and minor formatting
issues.
--
Endi S. Dewata
11 years, 3 months
[PATCH] 324 Fixed problems finding user and group sub-resources.
by Endi Sukma Dewata
Due to a regression RESTEasy is unable to find some sub-resources
properly. As a workaround some resources need to be merged into the
parent resource. The UserCertResource and UserMembershipResource have
been merged into UserResource. The GroupMemberResource has been merged
into GroupResource.
--
Endi S. Dewata
11 years, 3 months
[PATCH] Stand-alone DRM cleanup tasks [20131017]
by Matthew Harmsen
Please review the attached patch which addresses the following TRAC ticket:
* TRAC Ticket #762 - Stand-alone DRM (cleanup tasks)
<https://fedorahosted.org/pki/ticket/762>
In the review, although the changes to
*base/server/share/conf/server.xml*would still be necessary, please
provide feedback on whether or not the following *server.xml*files
should simply be deleted from the source tree rather than incorporating
this change:
* base/ca/shared/conf/server.xml
* base/kra/shared/conf/server.xml
* base/ocsp/shared/conf/server.xml
* base/tks/shared/conf/server.xml
* base/tps-tomcat/shared/conf/server.xml
Note that development of this ticket yielded the following two new TRAC
tickets:
* TRAC Ticket #768 - Cloning a Stand-alone DRM
<https://fedorahosted.org/pki/ticket/768>
* TRAC Ticket #769 - Provide ability to customize Tomcat Access Log
<https://fedorahosted.org/pki/ticket/769>
11 years, 3 months
[PATCH] 330 Fixed errors during Tomcat shutdown.
by Endi Sukma Dewata
Previously the CMS.shutdown() was called multiple times during Tomcat
shutdown, one by CMSStarServlet.destroy() and the other by the shutdown
hook, causing some errors. The shutdown hook should only be used in a
standalone application, so it has been moved into CMS.main().
Bugzilla #1018628
--
Endi S. Dewata
11 years, 3 months