summaryrefslogtreecommitdiffstats
path: root/base/server/cmscore/src/com/netscape/cmscore/dbs/DBSSession.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed LDAP error handling in TokenService.Endi S. Dewata2016-02-051-14/+14
| | | | | | | | | | The DBSSession has been modified to attach the LDAPException to the EDBException. The TokenService will catch the EDBException and obtain the orignal LDAPException. This way the TokenService can obtain the LDAP error code and throw the proper exception the client. https://fedorahosted.org/pki/ticket/1646
* Add methods to getKeyInfo and change key statusAde Lee2014-02-191-0/+3
|
* Reorganized server packages.Endi S. Dewata2013-10-251-0/+485
The tomcat, cms, and cmscore packages have been moved from base/common into separate folders in base/server so that they can be built separately.