glassfishrobot
glassfishrobot
Implement batching support in RemoteEndpointWrapper
Change in API needed to be able to resolve the task, see [WEBSOCKET_SPEC-207](https://java.net/jira/browse/WEBSOCKET_SPEC-207 "ServerEndpointConfig$Configurator getter for default platform configurator")
We need composition of frame/message processors in Tyrus. That way, one can set up a pipeline based on the requirements. For simple endpoints, one could gather different frame/message processor requirements...
Separate servlet 3.0 and 3.1 dependencies into two different modules. That helps uptake of tyrus into appservers that don't have 3.1 support.
I'm getting NPE in the following code. In the onClose() method I send a message, however the socket is already closed, this will raise the onError() method which is fine,...
Implement client to use the scanned classes when started in EE container.
Currently I am experiencing the security with custom form by JSF 2.3, I just updated the sample from soteria test [app-mem-customform](https://github.com/javaee/security-soteria/tree/master/test/app-mem-customform). My sample is here: https://github.com/hantsy/ee8-sandbox/tree/master/security-form-custom I have upgraded the...
I've run into an interesting problem.... I am using the version of Soteria built into "GlassFish Server Open Source Edition 5.0 (build 23)". What I'm working on is basically following...
Currently expressions are detected just by the use of `AnnotationELProcessor#hasAnyELExpression()`. But that method only checks wether the value of any attribute seems to be a valid EL expression. That may...
The SubjectParser contains package names for different servers within Strings. This leads to some unmaintainable code. Proposal (see also https://github.com/javaee-security-spec/soteria/issues/69#issuecomment-308394262) is to create separate maven artifacts with the application server...