Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 301317 Details for
Bug 439052
CMC CRMF requests cause exception in logging: Unmatched braces in the pattern
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
try again... to make it recognized as text file
bug439052.fix (text/plain), 2.51 KB, created by
Christina Fu
on 2008-04-04 18:15:20 UTC
(
hide
)
Description:
try again... to make it recognized as text file
Filename:
MIME Type:
Creator:
Christina Fu
Created:
2008-04-04 18:15:20 UTC
Size:
2.51 KB
patch
obsolete
>Index: linux/common/pki-common.spec >=================================================================== >--- linux/common/pki-common.spec (revision 15) >+++ linux/common/pki-common.spec (working copy) >@@ -33,7 +33,7 @@ > ## Package Header Definitions > %define base_name %{base_prefix}-%{base_component} > %define base_version 1.0.0 >-%define base_release 1 >+%define base_release 2 > %define base_group System Environment/Base > %define base_vendor Red Hat, Inc. > %define base_license GPLv2 with exceptions >@@ -294,6 +294,8 @@ > ############################################################################### > > %changelog >+* Fri Apr 4 2008 Christina Fu <cfu@redhat.com> 1.0.0-2 >+- Fixed bug #439052 - CMC CRMF requests cause exception in logging: Unmatched braces in the pattern > * Tue Feb 19 2008 PKI Team <pki-devel@redhat.com> 1.0.0-1 > - Initial open source version based upon proprietary > Red Hat Certificate System (RHCS) 7.3. >Index: base/common/src/com/netscape/cms/authentication/CMCAuth.java >=================================================================== >--- base/common/src/com/netscape/cms/authentication/CMCAuth.java (revision 15) >+++ base/common/src/com/netscape/cms/authentication/CMCAuth.java (working copy) >@@ -470,6 +470,7 @@ > TaggedRequest.Type type = taggedRequest.getType(); > > if (type.equals(TaggedRequest.PKCS10)) { >+ CMS.debug("CMCAuth: in PKCS10"); > TaggedCertificationRequest tcr = > taggedRequest.getTcr(); > int p10Id = tcr.getBodyPartID().intValue(); >@@ -535,6 +536,7 @@ > } > } else if (type.equals(TaggedRequest.CRMF)) { > >+ CMS.debug("CMCAuth: in CRMF"); > try { > CertReqMsg crm = > taggedRequest.getCrm(); >@@ -550,8 +552,8 @@ > > // reset value of auditCertSubject > if( name != null ) { >- byte[] namebyte = ASN1Util.encode(name); >- String ss = new String(namebyte); >+ String ss = name.getRFC1485(); >+ > auditCertSubject = ss; > if( auditCertSubject.equals( "" ) ) { > auditCertSubject =
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 439052
:
299207
|
299208
|
299209
|
299210
|
299878
|
300294
|
300295
|
301315
| 301317