Posted by Gábor Mayer on June 12, 2009 at 6:21pm
Jump to:
| Project: | Whois lookup |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | helmo |
| Status: | closed (fixed) |
Issue Summary
if we doesn't use ajax then we see two lookups when press the lookup button. only from the second lookup.
$result = $whois->Lookup($address);
error_log($address);
switch($option) {
Comments
#1
You probably only see this after you lookup a second domain. It is due to the way this module redirects a form POST to a GET request like /drupal/whois/example.com
I'm not sure why this method was originally chosen, but it might be something to look into.
#2
Committed a change to separate the ajax handling from the regular page, which should prevent this duplication from happening.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.