Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 489385 - references to rhpki
Summary: references to rhpki
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: CA
Version: 1.0
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Christina Fu
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 445047 freeIPAFuture dogtagIPAv2
TreeView+ depends on / blocked
 
Reported: 2009-03-09 19:59 UTC by Rob Crittenden
Modified: 2015-01-06 01:18 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-06-04 20:14:43 UTC
Embargoed:


Attachments (Terms of Use)
replace rhpki references with pki (deleted)
2010-11-16 19:12 UTC, Christina Fu
mharmsen: review+
Details | Diff
Restore "/usr/share/pki/setup/" directory + files (deleted)
2010-11-16 20:57 UTC, Matthew Harmsen
cfu: review+
Details | Diff

Description Rob Crittenden 2009-03-09 19:59:21 UTC
In pkisilent the function invalid_operating_system() makes references to rhpki-native-tools. This is pki-native-tools in dogtag.

/usr/share/pki/ca/webapps/ca/WEB-INF/web.xml points to the wrong location for the web-apps dtd. I think this occurs in other web.xml files as well.

Comment 3 Kevin Unthank 2010-09-10 18:32:22 UTC
setting priority to high as this is a required bug

Comment 4 Christina Fu 2010-11-16 19:12:54 UTC
Created attachment 460911 [details]
replace rhpki references with pki

Comment 5 Matthew Harmsen 2010-11-16 20:54:15 UTC
attachment 460911 [details] +mharmsen
CAVEATS:
* the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak" also 
  references "rhpki"

Additionally, these fixes uncovered a problem on the TIP where we were no longer installing the directory called "/usr/share/pki/setup/" containing the files "CertServer.directory", "menu.xml", and "web-app_2_3.dtd".  I will attach the fix to this problem as another attachment to this bug, and will include the removal of the unused file "./pki/base/ca/shared/conf/serverCertNick.conf.bak".

Comment 6 Matthew Harmsen 2010-11-16 20:57:04 UTC
Created attachment 460925 [details]
Restore "/usr/share/pki/setup/" directory + files

Comment 7 Christina Fu 2010-11-16 21:12:31 UTC
RHCS81
$ svn commit silent/scripts ca/shared/webapps kra/shared ocsp/shared tks/shared
Sending        ca/shared/webapps/ca/WEB-INF/web.xml
Sending        kra/shared/webapps/kra/WEB-INF/web.xml
Sending        ocsp/shared/webapps/ocsp/WEB-INF/web.xml
Sending        silent/scripts/pkisilent
Sending        tks/shared/webapps/tks/WEB-INF/web.xml
Transmitting file data .....
Committed revision 1510.

TIP
$ svn commit silent/scripts ca/shared/ kra/shared ocsp/shared tks/shared
Sending        ca/shared/webapps/ca/WEB-INF/web.xml
Sending        kra/shared/webapps/kra/WEB-INF/web.xml
Sending        ocsp/shared/webapps/ocsp/WEB-INF/web.xml
Sending        silent/scripts/pkisilent
Sending        tks/shared/webapps/tks/WEB-INF/web.xml
Transmitting file data .....
Committed revision 1511.

Comment 8 Matthew Harmsen 2010-11-16 21:51:44 UTC
TIP:

# cd pki/base

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
D       ca/shared/conf/serverCertNick.conf.bak
M       common/build.xml

# svn commit
Deleting        ca/shared/conf/serverCertNick.conf.bak
Sending        common/build.xml
Transmitting file data .
Committed revision 1512.


PKI_8_BRANCH:

# cd pki/base

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
D       ca/shared/conf/serverCertNick.conf.bak

# svn commit
Deleting       base/ca/shared/conf/serverCertNick.conf.bak

Committed revision 1513.

Comment 9 Kashyap Chamarthy 2010-11-26 07:45:28 UTC
VERIFIED.
RHEL5.6(x86_64)
CS8.1 nightly(Nov-23-2010) build

All subsystems(ca,kra,ocsp,tks) now refer to pki(instead of rhpki).
====================================
[root@autocs WEB-INF]# head web.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app 
   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "file:///usr/share/pki/setup/web-app_2_3.dtd">
<web-app>

    <filter>
        <filter-name>PassThroughRequestFilter</filter-name>
        <filter-class>com.netscape.cms.servlet.filter.PassThroughRequestFilter</filter-class>
    </filter>
====================================


Note You need to log in before you can comment on or make changes to this bug.