You are not logged in.
Pages: 1
Hi AB,
i updated to actual Version and we encounter a regression in v 1.18.2102
Your Refactoring does not work correctly.
if we post to another page in default (lets say check), page check is not called. Do we have to change something in our code ?
Rad Studio 12.1 Santorini
Offline
Found the Line causing the Error:
mormot.pas: 35468
Old Working one:
fInputPostContentType := FindIniNameValue(pointer(Call.InHead),HEADER_CONTENT_TYPE_UPPER);
Not Working since 2102:
fInputPostContentType := Call^.OutBodyType(false);
Rad Studio 12.1 Santorini
Offline
Indeed... We were checking the output header... instead of the input header...
Should be fixed by http://synopse.info/fossil/info/53944f1639
Offline
Pages: 1