summaryrefslogtreecommitdiffstats
path: root/base/server/tomcat7/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Fixed error handling in ProxyRealm.Endi S. Dewata2016-05-271-0/+46
| | | | | | | | All methods in ProxyRealms for Tomcat 7 and 8 have been modified to check whether the subsystem is available, then generate a proper error message instead of null pointer exception. https://fedorahosted.org/pki/ticket/2326
* Extract common base class for SSLAuthenticatorWithFallbackFraser Tweedale2016-01-211-125/+18
| | | | | | | | | Two Tomcat version-specific implementations of SSLAuthenticatorWithFallback exist, with much duplicate code. Extract an abstract base class 'AbstractPKIAuthenticator' and implement just the unique bits in the concrete classes. Part of: https://fedorahosted.org/pki/ticket/1359
* Added support for Tomcat 8.Endi S. Dewata2015-04-212-0/+311
The Dogtag code has been modified to support both Tomcat 7 and 8. All files depending on a specific Tomcat version are now stored in separate folders. The build scripts have been modified to use the proper folder for the target platform. The tomcatjss dependency has been updated as well. The upgrade script will be added in a separate patch. https://fedorahosted.org/pki/ticket/1264