Esteban A. Maringolo
Esteban A. Maringolo
This is a spin off from #1272 based on [this comment](https://github.com/SeasideSt/Seaside/pull/1272#issuecomment-904920214) Seaside currently doesn't support `HEAD` requests. In `WAApplication` it properly returns a `501` response, but for a `WARestfulHandler` it...
WASelectionDateTableFunctionalTest depends on WASelectionDateTable which requires Chronology classes
The `WASelectionDateTableFunctionalTest` uses a `WASelectionDateTable`, but this class depends on classes such as `Month` that are not available in dialects such as VAST. Since this is in the Widgets package...
When Seaside tries to extract the body from a `multipart/mixed` request it causes an error since the rule used in `ZnZincServerAdaptor>>requestBodyFor: aZincRequest` to determine the body assumes the request entity...
The SameSite option in the session cookie is hardcoded to be `Strict`, but this forbids (and actually breaks) the possibility of embedding a Seaside application into an `` of a...
`WADispatcher>>handleDefault:` automatically delegates to the handler for default name (if defined), but this causes issues with cookie tracking strategies, because the path of the cookie contains the path of the...
This implementation is compliant with the spec allowing the creation of new mnemonics from an entropy from 128 to 256 bits, from mnemonic words or from the the raw entropy+checksum...
VAST, and probably other dialects, have a subclass of WAServerManager that is used instead of it. Since `WAServerManager[default]` is a class instance variable, then sending the message `default` to `WAServerManager`...
In some cases it is needed to send the content of a `WADocument` without encoding it, even if the MIME Type is text based (as in, not binary), or if...
## Introduction When trying to look into the cache instead of performing a database query, there is a check to verify if the referenced object primary key is already in...