RE: [VGRS-RRP] RRP test server bug

From: Jim Archer (jim@archer.net)
Date: Mon Apr 23 2001 - 12:57:02 EDT


Thank very much Scott! I really appreciate you getting to that so quickly!
We'll apply that patch right away.

Thanks again!

Jim

--On Monday, April 23, 2001 8:12 AM -0400 "Hollenbeck, Scott"
<shollenbeck@verisign.com> wrote:

> Jim,
>
> I've confirmed the error. You can fix this yourself by changing one word
> in file RRPCommands.pm. On line 380, change "elsif" to "if", like this:
>
> elsif ($tokens{"domainname"} eq lc($cfg->{"DomainError1"})) {
>
> if ($tokens{"domainname"} eq lc($cfg->{"DomainError1"})) {
>
> This should be included in an update whenever a new version of the code is
> released, though I don't know when that will be.
>
> <Scott/>
>
>> -----Original Message-----
>> From: Jim Archer [mailto:jim@archer.net]
>> Sent: Saturday, April 21, 2001 1:42 AM
>> To: rrp@verisign-grs.com
>> Subject: [VGRS-RRP] RRP test server bug
>>
>>
>> Hi All...
>>
>> Scott, I noticed what I believe is a bug in the RRP test server shipped
>> with the 1.1.0a toolkit. While using the Java API to write my code, I
>> noticed that registering example1.com completed successfully. So do
>> example2.com and example4.com. Of course, these are supposed to generate
>> errors.
>>
>> Here is thats happening. If I use ADD to register those domains with two
>> name servers, they will complete OK and return 200. If I omit the name
>> servers, the expected failure codes are returned.
> ---------
> See http://www.verisign-grs.net/maillist/rrp/
> for message archives and subscription management information.

********************************************
I shall be telling this with a sigh
Somewhere ages and ages hence:
Two roads diverged in a wood, and I -
I took the one less traveled by,
And that has made all the difference.

- Robert Frost, 1916

---------
See http://www.verisign-grs.net/maillist/rrp/
for message archives and subscription management information.



This archive was generated by hypermail 2b29 : Mon Apr 23 2001 - 12:58:55 EDT