summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/servlet/profile/ProfileSubmitServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated BtoA/AtoB invocations.Endi Sukma Dewata2012-02-231-1/+2
| | | | | | | | The OSUtil's BtoA() and AtoB() have been replaced with wrapper methods in com.netscape.cmsutil.util.Utils to simplify transition into Base64 codec from Apache Commons library. Ticket #90
* Added generics (part 4).Endi Sukma Dewata2012-02-141-2/+1
| | | | | | This patch brings down the warnings from 3427 to 2917. Ticket #2
* Added generics (part 1).Endi Sukma Dewata2012-01-181-25/+26
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting - fix bad wrapsAde Lee2012-01-111-4/+4
|
* Formatting (line wrap > 120 in commentsAde Lee2012-01-111-2/+4
|
* Formatting - line wrap > 120 in codeAde Lee2012-01-111-11/+22
|
* Formatting (no line wrap in comments or code)Ade Lee2012-01-111-331/+323
|
* Revert "Formatting"Ade Lee2011-12-081-569/+494
| | | | This reverts commit 32150d3ee32f8ac27118af7c792794b538c78a2f.
* FormattingAde Lee2011-12-071-494/+569
| | | | Formatted project according to eclipse project settings
* call statics staticallyAdam Young2011-12-061-1/+1
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=728303 Updated with changes from code review Leaving in the warning in GenericASN1Extension, ans that is an indication of a real problem, which will get addressed in a separate patch.
* SerialVersionIDAdam Young2011-12-021-0/+4
| | | | Autogenerated SerialVersionID for all serializable classes
* Cleanup importsadmiyo2011-11-041-23/+51
| | | | | | | | | | Automated changes done by Eclipse Minor tweak to one file where Eclipse was tring to find an import for Any Due to finding it in an annotated comment. https://bugzilla.redhat.com/show_bug.cgi?id=728303 git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2292 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #728332.awnuk2011-08-051-2/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2115 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla BZ 722989 - Registering an agent when a subsystem is created - does ↵vakwetu2011-07-201-1/+2
| | | | | | not log AUTHZ_SUCCESS event git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2068 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix Bugzilla Bug#718607 CC_LAB_EVAL: No AUTH message is generated in CA's ↵jmagne2011-07-071-9/+66
| | | | | | signedaudit log when a directory based user enrollment is performed git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2048 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fixed bugzilla bug #516632.awnuk2010-11-011-1/+5
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1451 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #224945 - javadocs has missing descriptions, contains empty ↵mharmsen2010-08-181-1/+1
| | | | | | packages (applied 'svn:keywords' per attachment 439032). git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1211 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bug 608086 - CC: CA, OCSP, and DRM need to add more audit callscfu2010-07-231-3/+3
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1130 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Fix of bugzilla bug #533979 provided by John Dennis.awnuk2009-11-251-2/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@858 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #509833 - cleaning debug log.mharmsen2009-07-061-0/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@680 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #480714 and #481659 - renewal fixes for expired_revoked certs ↵alee2009-05-291-2/+2
| | | | | | and prevent key archival for renewals git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@503 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #223353 - Values entered through web ui are not checked/escapedalee2009-04-101-4/+12
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@381 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug: 481659 - Renewal: Manual user signing and encryption ↵alee2009-03-311-2/+6
| | | | | | certificate after renewal responds with two request ids. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@355 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug 475566 - cannot tell renewals from enrollment requestsalee2009-03-301-1/+1
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@349 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #467155 - Change "renameTo" to "cp -p ".mharmsen2009-02-121-8/+27
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@225 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* 482733 - support xmlOutput param in profiles; missing request number in XML ↵cfu2009-01-291-8/+14
| | | | | | response to submitted request git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@200 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework ↵cfu2008-11-181-11/+541
| | | | | | (Phase 1) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@141 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* bug#440989 - [SECURITY] CMC authorization check not done by defaultcfu2008-04-041-1/+8
| | | | git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@17 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
* Initial open source version based upon proprietary Red Hat Certificate ↵PKI Team2008-03-181-0/+945
System (RHCS) 7.3. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2 c9f7a03b-bd48-0410-a16d-cbbf54688b0b