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 | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/ServletRequestResponse.java
MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/BasicAdaptingServlet.java MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/MainServlet.java MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/AsyncAdaptingServlet.java MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/ThreadBlockingAdaptingServlet.java MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/EnvironmentAdaptingServlet.java |
Jack Van Ooststroom
created issue -
Jack Van Ooststroom
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE 3.0.0 [ 10322 ] |
Ken Fyten
made changes -
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.