<div dir="ltr">2018-03-03 6:31 GMT-03:00 Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br></span>
I suppose you mean TCustomHTMLModule ?<br>
<br></blockquote><div><br></div><div>Exactly. Sorry for my typo. I mean TCustomHTMLModule.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br></span>
I have fixed 1 by descending TCustomHTMLModule from TSessionHTTPModule. It originally had support for sessions. That it lost this support was the result of a refactoring of session support... This is now fixed.<br>
See revision 38397.<br></blockquote><div><br></div><div>Perfect. <br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
As for 2, what do you mean by this ? TCustomHTMLModule already supports HTML Content actions.<br>
If you planned to actually add it to TCustomHTMLModule: No, that is not OK.<br>
<br></blockquote><div><br></div><div>HTML content actions are not used by the TCustomHTMLModule. If you have a module called "mymodule" and an action called "myaction", when you access the address "/mymodule/myaction", the event OnGetContent of the WebModule is always executed but, the OnGetContent event of the action is never executed. This is by design. I would like to fix it.<br><br></div><div> <br></div><div>Regards<br></div></div></div></div>