On Wed, Nov 10, 2010 at 4:49 AM, typhoon <sd10...@lanet.lv> wrote:
>
> I created a patch for this issue based on code in 3.1.3.
> Update details:
>
> <<         context.setHandler(handler);
>
>>>         SessionHandler sessionHandler = new SessionHandler();
>>>         SessionManager sessionManager = new HashSessionManager();
>>>         sessionManager.setIdManager(new HashSessionIdManager());
>>>         sessionHandler.setSessionManager(sessionManager);
>>>         sessionHandler.setHandler(handler);
>>>
>>>         context.setHandler(sessionHandler);
>
> Session is returned with this small update.
>
> Attaching full file.
> http://openejb.979440.n4.nabble.com/file/n3036011/JettyHttpServer.java
> JettyHttpServer.java
>
> It would be great if this one could be included into 3.1.4 release.
>

Got that committed and filed a JIRA for it and it will be in 3.1.4.

  https://issues.apache.org/jira/browse/OPENEJB-1395

If you have a JIRA id, let me know.  I'd like to add you to the
openejb-contributor permissions group mark the issue as completed by
you.  Congrats on your first patch!

Thanks so much!

-David

Reply via email to