Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread michael . vancanneyt
On Wed, 13 Apr 2011, ABorka wrote: On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: <...snip...> OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the a

Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread ABorka
On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: <...snip...> OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the action event handler. For example, if we

Re: [fpc-devel] fpweb is not showing the exception message

2011-04-13 Thread ABorka
On 4/13/2011 00:07, michael.vancann...@wisa.be wrote: <...snip...> On Mon, 11 Apr 2011, ABorka wrote: OK, found the problem: fpweb does not set the content length properly when there was an exception or error message, it uses the content length from the action event handler. For example, if we h

Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-13 Thread michael . vancanneyt
On Tue, 12 Apr 2011, ABorka wrote: On 4/12/2011 01:31, ABorka wrote: On 4/12/2011 00:01, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI applic

Re: [fpc-devel] fpweb is not showing the exception message [Found the problem]

2011-04-12 Thread ABorka
On 4/12/2011 01:31, ABorka wrote: On 4/12/2011 00:01, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI application and creates a simple default acti

Re: [fpc-devel] fpweb is not showing the exception message

2011-04-12 Thread ABorka
On 4/12/2011 00:01, michael.vancann...@wisa.be wrote: On Mon, 11 Apr 2011, ABorka wrote: I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI application and creates a simple default action, but NOT setting the "handled :=

Re: [fpc-devel] fpweb is not showing the exception message

2011-04-11 Thread michael . vancanneyt
On Mon, 11 Apr 2011, ABorka wrote: I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI application and creates a simple default action, but NOT setting the "handled := true;" within the event handler, then some kind of

[fpc-devel] fpweb is not showing the exception message

2011-04-11 Thread ABorka
I was playing today with fpweb a little, and found a simply reproducible minor problem. When one creates a new CGI or FCGI application and creates a simple default action, but NOT setting the "handled := true;" within the event handler, then some kind of exception happens within fpweb when the