summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/base/BadRequestDataException.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding restful interface to create certificate requests and issue certificates.Ade Lee2012-07-031-0/+24
Refactored ProfileSubmitServlet to make the flow clearer. Both the legacy servlets and the new RESTful servlets use common ProfileProcessor objects that contain the main business logic, so that the amount of duplicated code is minimized. Refactored ProfileProcessServlet to use the new common classes. Addressed review comments. Removed an unneeded class and reverted some unneeded jaxb annotations. Added factory methods.