Hi Markus, Do you want to try your hand at a doing a Pull-Request so you can get your first commit on TomEE? I can help you with that. It's actually pretty easy to do.
Richard On Tue, Oct 15, 2019 at 6:36 AM makkus <[email protected]> wrote: > Hi Richard, > > I have attached the source files here: > > leak2.zip < > http://tomee-openejb.979440.n4.nabble.com/file/t376354/leak2.zip> > > Maybe it is worth a note that the injection of SecurityContext still works. > So as a workaround the following will do the Job: > > @Context > private SecurityContext securityCtx; > > public String userName(){ > return securityCtx.getUserPrincipal().getName(); > } > > Thanks for investigating this! > Marcus > > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html > -- Richard Monson-Haefel https://twitter.com/rmonson https://www.linkedin.com/in/monsonhaefel/
