Hey Guys,
I just made a proposed patch for the enhancement request I made
regarding the SIP Servlet API
http://issues.apache.org/bugzilla/show_bug.cgi?id=21169
It adds a new interface org.apache.catalina.ServletSession that contains
the methods that HttpSession has in common with
SipSession and
Remy Maucherat wrote:
Bill Barker wrote:
Like Remy, I'm -0 on the patch. As I read Remy's post, this means that
neither of us will actually veto it if some other developer decides to
post
it. However, neither of us consider it to be a-good-idea, so we will be
looking for implementation holes t
Bill Barker wrote:
- Original Message -
From: "Brian Olsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 1:31 AM
Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from
HttpSession to a more general interface (enh
Remy Maucherat wrote:
Brian Olsen wrote:
Hey Guys,
I just made a proposed patch for the enhancement request I made
regarding the SIP Servlet API
http://issues.apache.org/bugzilla/show_bug.cgi?id=21169
It adds a new interface org.apache.catalina.ServletSession that
contains the methods that
Hey Guys,
I just made a proposed patch for the enhancement request I made
regarding the SIP Servlet API
http://issues.apache.org/bugzilla/show_bug.cgi?id=21169
It adds a new interface org.apache.catalina.ServletSession that contains
the methods that HttpSession has in common with
SipSession and
Hey Guys,
A little over a year ago the posibility for making an implementation of
the SIP Servlet specification using Tomcat was shortly talked about
(see
http://www.mail-archive.com/[EMAIL PROTECTED]/msg25333.html)
I have done some tests and looked into what problems this would present
and I
I am currently developing a RTSP Servlet container based on Tomcat an
for that I need
to make a buffer a litle like MessageBytes but with some more features
like more charsets.
Therefore I was wondering how to test different implementations to find
the most
efficient one?? Tunning code in Java i