Bug 443413 - Email response template contains wrong link
Summary: Email response template contains wrong link
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: CA
Version: unspecified
Hardware: All
OS: Linux
high
low
Target Milestone: ---
Assignee: Ade Lee
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 443788
TreeView+ depends on / blocked
 
Reported: 2008-04-21 13:44 UTC by Johannes Russek
Modified: 2015-01-04 23:31 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-22 23:28:35 UTC
Embargoed:


Attachments (Terms of Use)
patch to fix (3.25 KB, patch)
2009-02-11 19:30 UTC, Ade Lee
no flags Details | Diff

Description Johannes Russek 2008-04-21 13:44:05 UTC
Description of problem:


Version-Release number of selected component (if applicable):

1.0

How reproducible:

request a certificate and look at the mail dogtag sends to the agent.


Actual results:

dogtag sends a mail with link to: https://my-pki:9443/ca/processReq?seqNum=8
but actually it's supposed to be
https://my-pki:9443/ca/agent/ca/profileReview?requestId=8

Additional info:

so apparently the URL dogtag sends out was valid for the redhat ca 7.1, but it's
not valid anymore

Comment 5 Ade Lee 2009-02-11 19:30:58 UTC
Created attachment 331614 [details]
patch to fix

cfu , please review.

Comment 6 Christina Fu 2009-02-12 00:16:35 UTC
(In reply to comment #5)
> Created an attachment (id=331614) [details]
> patch to fix
> 
> cfu , please review.

cfu+

Comment 7 Ade Lee 2009-02-12 01:15:26 UTC
[builder@dhcp231-124 pki]$ svn ci -m "Bugzilla BZ 443413, 443417"
Sending        base/ca/shared/emails/certIssued_CA
Sending        base/ca/shared/emails/certIssued_CA.html
Sending        base/ca/shared/emails/reqInQueue_CA
Sending        base/ca/shared/emails/reqInQueue_CA.html
Sending        base/common/src/com/netscape/cms/listeners/RequestInQListener.java
Sending        dogtag/ca/pki-ca.spec
Sending        dogtag/common/pki-common.spec
Transmitting file data .......
Committed revision 224.

Comment 8 Jenny Severance 2009-06-04 19:27:24 UTC
Verified

certIssued_CA
To get your certificate, please follow this URL:
https://$HttpHost:$HttpPort/ca/ee/ca/displayBySerial?serialNumber=$SerialNumber


certIssued_CA.html
To get your certificate, please follow this
<A HREF="https://$HttpHost:$HttpPort/ca/ee/ca/displayBySerial?serialNumber=$SerialNumber">URL</A>

reqInQueue_CA
request process url: https://$HttpHost:$HttpPort/ca/agent/ca/profileReview?requestId=$RequestId

reqInQueue_CA.html
Click 
<a href="https://$HttpHost:$HttpPort/ca/agent/ca/profileReview?requestId=$RequestId">
this URL</a> to process request


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