Philippe Marschall

Results 117 issues of Philippe Marschall

We recently encountered a server that was (mis)configured like this ``` Testing 370 ciphers via OpenSSL plus sockets against the server, ordered by encryption strength Hexcode Cipher Suite Name (OpenSSL)...

This pull request adds a JSR-199 based compiler, see #203. It implements in-memory compilation without the need for writing temporary files. Limitations, it currently does not support loading classes from...

I have been working on a compiler based on the built-in [JSR 199](https://jcp.org/en/jsr/detail?id=199) `JavaCompiler` API. This has the advantage that anybody deploying on a JDK (since Java 9 there is...

I believe the decorations in `WACounter` are tracked twice, once in `WAComponent >> #updateStates:` and once in`WACounter >> #states`

Once https://github.com/SeasideSt/Grease/issues/40 has been fixed we should switch to the thisContext method so GemStone/S and VASt no longer has to change the source.

The default script generator causes most of our pages to look like this: ```html function onLoad(){}; ``` Because a load script can be added during rendering the onload attribute is...

WACallbackRegistry.callbacks contains String keys but all keys except WAImageCallback are integers. This sometimes shows up during profiling. Using integers would allow us to use arrays/ordered collections. For an input type...

We are inconsistent with our selector names. In these classes we use `#contentType:` - `WAFile` - `WAMetaElement` - `WAResponse` In these classes we use `#mimeType:` - `WAFileLibraryResource` - `WAMimeDocument`

We should add support for the and elements as well as the slot attribute either in the Seaside-Canvas package or a new Seaside-WebComponents package https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot

enhancement
HTML5

`CTHandler >> #notifySession` sends `#notifyRetrieved:key:` which doesn't exist anymore.

bug
Comet