Johan Brichau

Results 19 issues of Johan Brichau

Running the tests in `WAWebDriverFunctionalTestCase` including the `testCORSFilterFunctionalTest` on GemStone 3.6.x is crashing the ZnServer with a stack overflow when handling the exception that the socket is nil. Running all...

https://github.com/SquareBracketAssociates/DynamicWebDevelopmentWithSeaside

In Pharo9, [Grease 1.7.0](https://github.com/SeasideSt/Grease/releases/tag/v1.7.0) allows to switch from the deprecated `TextConverter` to the `ZnUTF8Encoder` for encoding UTF8. However, this currently fails in Seaside 3.4.4 because the `ZnUTF8Encoder` encodes on a...

Squeak 5.3 deprecated the `Symbol>>asMutator` method. Once Grease supports `greaseAsMutator` (see https://github.com/SeasideSt/Grease/pull/102), we should replace senders of `asMutator` with `greaseAsMutator` to keep Seaside running on Squeak.

In issue #1279, Dale reported a package dependency load error that lead to tests not being loaded and consequently never tested in the CI builds. The problem does not surface...

We should take a look if this can be integrated somehow: https://github.com/marianopeck/SeasideDynamicVariablesDebugger

To prevent more bugs (like #1211), we need some unit tests to verify the implementation of the Zinc-Seaside adaptor.

In https://github.com/SeasideSt/Seaside/issues/1198, it was discovered that the change in implementation of `WADynamicVariable` was incorrect because of a missing feature in the implementation of partial continuations in Gemstone: the Process environment...

Fixing the jQuery version to a Seaside version is not needed and, in many cases, undesirable. Developers may wish to stick to jQuery 2 or 1 because of dependencies on...

SMTPClient in Pharo does not support SSL connections. We might want to enable the use of ZdcSecureSMTPClient via a configuration parameter.

enhancement
Email