Archived:HTTP Filter doesn't receive events during a DM session (Known Issue)
hamishwillee
(Talk | contribs) m (moved HTTP Filter doesn't receive events during a DM session (Known Issue) to Archived:HTTP Filter doesn't receive events during a DM session (Known Issue)) |
|||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Archived|timestamp=20120313094542|user=roy.debjit| }} | |
| − | + | [[Category:Symbian C++]][[Category:S60 3rd Edition FP1]][[Category:S60 3rd Edition FP2]][[Category:Device Management]][[Category:Known Issue]] | |
| − | {{ | + | {{ArticleMetaData <!-- v1.2 --> |
| − | {{ | + | |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]]) --> |
| − | | | + | |
|devices= Tested on: Nokia N79, E71, E75 | |devices= Tested on: Nokia N79, E71, E75 | ||
| − | |category= | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| + | |platform= S60 3rd Edition FP1 & FP2 | ||
| + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20091120 | ||
| + | |author= [[User:Kbwiki]] | ||
| + | <!-- The following are not in current metadata --> | ||
|subcategory= Device Management | |subcategory= Device Management | ||
| − | | | + | |id= KIS001490 |
| − | + | ||
}} | }} | ||
| + | |||
== Description == | == Description == | ||
| Line 16: | Line 32: | ||
== How to reproduce == | == 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 | + | 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 {{Icode|MHFRunL()}} function of the filter, used for receiving the events, is not invoked. |
== Solution == | == Solution == | ||
No known solution. | No known solution. | ||
| − | |||
| − | |||
Latest revision as of 09:27, 21 June 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
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
(21 Jun 2012)
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.

