Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: EE 3.0.0
-
Component/s: Push Library
-
Labels:None
-
Environment:N/A
Description
Add the ability to enable/disable remote host lookup by ICEpush.
Issue Links
- blocks
-
ICE-7426 Add ability to configure getRemoteHost()
-
- Closed
-
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26278 | Tue Nov 08 08:26:58 MST 2011 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | EE 3.0.0 [ 10322 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
To avoid the getRemoteHost() calls to be executed the newly introduced org.icepush.disableRemoteHostLookup context parameter can be used as follows:
<context-param>
<param-name>org.icepush.disableRemoteHostLookup</param-name>
<param-value>true</param-value>
</context-param>
Marking this one as FIXED.