| | |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | if (debugEnabled()) |
| | | TRACER.debugCaught(DebugLogLevel.ERROR, e); |
| | | close(session); |
| | | close(socket); |
| | | } |
| | |
| | | TRACER.debugInfo("In " + this + " getEligibleCSN() ends with " + |
| | | " the following domainEligibleCSN for each domain :" + debugLog + |
| | | " thus CrossDomainEligibleCSN=" + eligibleCSN + |
| | | " ts=" + new Date(eligibleCSN.getTime()).toString()); |
| | | " ts=" + new Date(eligibleCSN.getTime())); |
| | | } |
| | | return eligibleCSN; |
| | | } |
| | |
| | | return this.changelogDB.getDBDirName(); |
| | | } |
| | | |
| | | /* |
| | | /** |
| | | * Normalize a URL so that this host's local address is used if the provided |
| | | * host name corresponds to a local interface. This method is design to work |
| | | * with getNormalizedLocalURL(). |
| | |
| | | } |
| | | } |
| | | |
| | | /* |
| | | /** |
| | | * Return normalized local url suitable for comparison against result returned |
| | | * by normalizeServerURL(). |
| | | */ |