Archived:HTTP Filter doesn't receive events during a DM session (Known Issue)
m (Protected "KIS001490 - HTTP Filter doesn't receive events during a DM session" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
{{KBKI}} | {{KBKI}} | ||
| − | {{ | + | {{ArticleMetaData |
|id=KIS001490 | |id=KIS001490 | ||
|platform= S60 3rd Edition FP1 & FP2 | |platform= S60 3rd Edition FP1 & FP2 | ||
| Line 10: | Line 10: | ||
|creationdate= November 20, 2009 | |creationdate= November 20, 2009 | ||
|keywords= | |keywords= | ||
| + | |||
| + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> | ||
| + | |author=[[User:Kbwiki]] | ||
}} | }} | ||
Revision as of 14:53, 24 June 2011
Article Metadata
Tested with
Devices(s): Tested on: Nokia N79, E71, E75
Compatibility
Platform(s): S60 3rd Edition FP1 & FP2
Article
Created: User:Kbwiki
(20 Nov 2009)
Last edited: hamishwillee
(24 Jun 2011)
Description
An HTTP Filter is an ECom plug-in which is loaded automatically during all HTTP sessions on the device. It receives all the events of the session. However, the filter doesn't receive the HTTP events that occur during Device Management client-server interactions.
How to reproduce
Install an HTTP Filter which can receive all the HTTP events that occur in a session. Whenever a DM client-server HTTP transaction takes place, you can see that the MHFRunL() function of the filter, used for receiving the events, is not invoked.
Solution
No known solution.

