summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/system/ConfigurationResponse.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed REST common class dependency.Endi Sukma Dewata2012-08-151-17/+0
| | | | | | | | | The ConfigurationResponse previously has a method that uses a class that exists on the server only, creating a dependency issue since the ConfigurationResponse will be used by the client as well. The method now has been moved into a separate factory class. Ticket #259
* Reorganized REST common classes.Endi Sukma Dewata2012-08-151-0/+121
The common classes used by REST client and services have been moved into the com.netscape.certsrv.<component> packages. Ticket #215