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.
This archive was generated by hypermail 2b29 : Mon Apr 23 2001 - 08:22:15 EDT