Re: [4.0.2] Bug list

2002-01-30 Thread Remy Maucherat

 On Tue, 29 Jan 2002, Kevin Seguin wrote:

  5647 has a patch associated with it that looks pretty good.
 
  i'm not even sure i understand 5483 yet :)

 There are 2 issues:
 - extracting the language from the Accept-Language: header.
 That should be implemented in tomcat ( and the servlet container ) -
 as with the charset detection, that's at a higher level than the
 connector.

 - serving the 'right' page based on the accept-language header.
 I believe there is a patch for 3.x, not sure if it was ever ported.
 In the context of Apache+tomcat, all static files will support
 the language header, using the apache convention and settings.
 I'm not sure this is the same as the standalone impl ( apache
 is based on extensions, index.html.en, while in 3.x it's based
 on dirs en/index.html - but I haven't checked ).
 Regadless of what's happening for static pages, there is no
 rule defined for jsps AFAIK, the jsp itself should use one of the
 existing taglibs or whatever to get the right language.

 A workaround - for jsps - is to use the header directly. For static
 files apache should deal with that without problems.

 A bigger problem, which is not easy to fix in jk1.x, is charset
 detection and setting, especially for the jni connector. That's going
 to improve a lot in jk2 and o.a.jk, almost the same code used
 for 3.3 will be used there too.

 I would mark this bug as LATER for now.

Ok, thanks for the detailed explanation. I'll post it in bugzilla, and mark
the bug as LATER.

Thanks,
Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [4.0.2] Bug list

2002-01-30 Thread Patrick Luby

Remy,

Can I add integrate of the wrapper script from the HEAD branch to the list?
The scripts should be fully compatible with the 4.0.2 branch code and they
provide a few of the features noted in the documentation but missing from Windows:

  - Running in debug mode
  - Running in jwpda mode
  - Running with spaces in any of the path names

I realize the 4.0.2 branch is really only doing maintenance work now, but
it would be nice to put these scripts in if the opportunity arises (i.e. a
4.0.3 release comes out at some point).

This also resolves Bugzilla bug 6108.

Thanks,

Patrick

Remy Maucherat wrote:
 
  On Tue, 29 Jan 2002, Kevin Seguin wrote:
 
   5647 has a patch associated with it that looks pretty good.
  
   i'm not even sure i understand 5483 yet :)
 
  There are 2 issues:
  - extracting the language from the Accept-Language: header.
  That should be implemented in tomcat ( and the servlet container ) -
  as with the charset detection, that's at a higher level than the
  connector.
 
  - serving the 'right' page based on the accept-language header.
  I believe there is a patch for 3.x, not sure if it was ever ported.
  In the context of Apache+tomcat, all static files will support
  the language header, using the apache convention and settings.
  I'm not sure this is the same as the standalone impl ( apache
  is based on extensions, index.html.en, while in 3.x it's based
  on dirs en/index.html - but I haven't checked ).
  Regadless of what's happening for static pages, there is no
  rule defined for jsps AFAIK, the jsp itself should use one of the
  existing taglibs or whatever to get the right language.
 
  A workaround - for jsps - is to use the header directly. For static
  files apache should deal with that without problems.
 
  A bigger problem, which is not easy to fix in jk1.x, is charset
  detection and setting, especially for the jni connector. That's going
  to improve a lot in jk2 and o.a.jk, almost the same code used
  for 3.3 will be used there too.
 
  I would mark this bug as LATER for now.
 
 Ok, thanks for the detailed explanation. I'll post it in bugzilla, and mark
 the bug as LATER.
 
 Thanks,
 Remy
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

-- 
_
Patrick Luby  Email: [EMAIL PROTECTED]
Sun Microsystems  Phone: 408-276-7471
901 San Antonio Road, USCA14-303
Palo Alto, CA 94303-4900
_

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [4.0.2] Bug list

2002-01-30 Thread Remy Maucherat

 Remy,

 Can I add integrate of the wrapper script from the HEAD branch to the
list?
 The scripts should be fully compatible with the 4.0.2 branch code and they
 provide a few of the features noted in the documentation but missing from
Windows:

   - Running in debug mode
   - Running in jwpda mode
   - Running with spaces in any of the path names

 I realize the 4.0.2 branch is really only doing maintenance work now, but
 it would be nice to put these scripts in if the opportunity arises (i.e. a
 4.0.3 release comes out at some point).

 This also resolves Bugzilla bug 6108.

Ok, we can try them, as it should be easy to revert if things break.
Once the patch is applied, it would be nice if all Windows users from this
list tested it :)

Thanks,
Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [4.0.2] Bug list

2002-01-29 Thread Remy Maucherat

  5647jk AJP13 connector will not pass authentication requests
  5483jk I18N fails using AJP 1.3 with Tomcat 4.01
 final / Apache 1.3.22

 i'll take a look at these as soon as i can.

 5647 has a patch associated with it that looks pretty good.

Cool. It's a critical bug as far as I'm concerned, since it's a showstopper
bug for the other project I'm working on (Slide), which wouldn't work at
all.

 i'm not even sure i understand 5483 yet :)

It's an i18n problem, so I can relate to that ;-)

Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: [4.0.2] Bug list

2002-01-29 Thread Steve Downey

If 5644 is going to be fixed, then 5471 should be too. Right now, given
/index.jsp and /subdir/index.jsp, jspc will overwrite the first index.java
with the second. It also conflates them in web.xml. I've submitted a patch
to the list before. I've also just attached it to the bug report.

I also just noticed that jspc.sh doesn't use the value of JAVA_HOME to find
java. It expects it on the PATH, apparently. bug 6108.



 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 28, 2002 3:43 PM
 To: [EMAIL PROTECTED]
 Subject: [4.0.2] Bug list
 
 
 Hi,
 
 I've just committed a text file in the 4.0 branch listing the 
 bugs that
 should be addressed before 4.0.2 Final is released.
 
 I'll cut  paste it here, for people who may not want to check out the
 branch.
 
 Remy
 
 
 Tomcat 4.0.2 Final bug status
 -
 
 This document lists bug that should be addressed before 4.0.2 Final is
 released. None of these bugs are regression problems, so it should be
 acceptable to delay their resolution.
 
 
 5647jk AJP13 connector will not pass 
 authentication requests
 4793webapp mod_webapp connector doesn´t work
 4930webapp java.io.StreamCorruptedException: Type 
 code out of range,
is 0 with Apache WebApp module
 5040webaap EOFException when talking from applet to servlet
via mod_webapp
 5201catalina   Persistent sessions  EJB Statefull
 5402webapp WarpConnection raise IOException
 5483jk I18N fails using AJP 1.3 with Tomcat 4.01
final / Apache 1.3.22
 5644jasper JspC produces badly formed classnames if first char
is a digit
 5735catalina   HTTP connector running out of processors 
 under heavy load
 5752docs   Documentation: Resources link invalid on page
http://jakarta.apache.org/tomcat/tomcat-4.0-doc
/config/context.html
 5760docs   Doc-bug: Inexact documented jars in Class 
 Loader INFO
 5795catalina   Catalina Shutdown relies on localhost 
 causing problems
in a Clustered Solaris environment
 5820docs   Undocumented restriction on inoking manager webapp
 5827catalina   DataInputStream.readInt returns wrong values
 5899servlets   HTTP POST parameters ignored in CGIServlet.java
 5905jasper JSP Document not correctly processed
 6036webapp Problems with URI mapping
 3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 
 HANGS under Win
 5704servlets   CgiServlet corrupting images?
 4518jasper load-on-startup is not working with jsp page
 5759servlets   CGI servlet mapping by extension *.cgi 
 does not work
 5988jasper Jasper Null Pointer Exception Error
 
 
 
 FIXED? - 5330catalina   JNDI ENC context problem
 LATER - 5396installer  Tomcat start shortcut fails when 
 HTTPS is set
 FIXED - 5876catalina   HttpResponseBase broken
 FIXED - 5908catalina   java.lang.IllegalStateException: 
 zip file closed
 
 
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]
This electronic mail transmission
may contain confidential information and is intended only for the person(s)
named.  Any use, copying or disclosure by any other person is strictly
prohibited.  If you have received this transmission in error, please notify
the sender via e-mail. 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [4.0.2] Bug list

2002-01-29 Thread Remy Maucherat

 If 5644 is going to be fixed, then 5471 should be too. Right now, given
 /index.jsp and /subdir/index.jsp, jspc will overwrite the first index.java
 with the second. It also conflates them in web.xml. I've submitted a patch
 to the list before. I've also just attached it to the bug report.

 I also just noticed that jspc.sh doesn't use the value of JAVA_HOME to
find
 java. It expects it on the PATH, apparently. bug 6108.

Ok, I think I agree on all three points.

Remy


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: [4.0.2] Bug list

2002-01-29 Thread costinm

On Tue, 29 Jan 2002, Kevin Seguin wrote:

 5647 has a patch associated with it that looks pretty good.

 i'm not even sure i understand 5483 yet :)

There are 2 issues:
- extracting the language from the Accept-Language: header.
That should be implemented in tomcat ( and the servlet container ) -
as with the charset detection, that's at a higher level than the
connector.

- serving the 'right' page based on the accept-language header.
I believe there is a patch for 3.x, not sure if it was ever ported.
In the context of Apache+tomcat, all static files will support
the language header, using the apache convention and settings.
I'm not sure this is the same as the standalone impl ( apache
is based on extensions, index.html.en, while in 3.x it's based
on dirs en/index.html - but I haven't checked ).
Regadless of what's happening for static pages, there is no
rule defined for jsps AFAIK, the jsp itself should use one of the
existing taglibs or whatever to get the right language.

A workaround - for jsps - is to use the header directly. For static
files apache should deal with that without problems.

A bigger problem, which is not easy to fix in jk1.x, is charset
detection and setting, especially for the jni connector. That's going
to improve a lot in jk2 and o.a.jk, almost the same code used
for 3.3 will be used there too.

I would mark this bug as LATER for now.

Costin



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




[4.0.2] Bug list

2002-01-28 Thread Remy Maucherat

Hi,

I've just committed a text file in the 4.0 branch listing the bugs that
should be addressed before 4.0.2 Final is released.

I'll cut  paste it here, for people who may not want to check out the
branch.

Remy


Tomcat 4.0.2 Final bug status
-

This document lists bug that should be addressed before 4.0.2 Final is
released. None of these bugs are regression problems, so it should be
acceptable to delay their resolution.


5647jk AJP13 connector will not pass authentication requests
4793webapp mod_webapp connector doesn´t work
4930webapp java.io.StreamCorruptedException: Type code out of range,
   is 0 with Apache WebApp module
5040webaap EOFException when talking from applet to servlet
   via mod_webapp
5201catalina   Persistent sessions  EJB Statefull
5402webapp WarpConnection raise IOException
5483jk I18N fails using AJP 1.3 with Tomcat 4.01
   final / Apache 1.3.22
5644jasper JspC produces badly formed classnames if first char
   is a digit
5735catalina   HTTP connector running out of processors under heavy load
5752docs   Documentation: Resources link invalid on page
   http://jakarta.apache.org/tomcat/tomcat-4.0-doc
   /config/context.html
5760docs   Doc-bug: Inexact documented jars in Class Loader INFO
5795catalina   Catalina Shutdown relies on localhost causing problems
   in a Clustered Solaris environment
5820docs   Undocumented restriction on inoking manager webapp
5827catalina   DataInputStream.readInt returns wrong values
5899servlets   HTTP POST parameters ignored in CGIServlet.java
5905jasper JSP Document not correctly processed
6036webapp Problems with URI mapping
3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 HANGS under Win
5704servlets   CgiServlet corrupting images?
4518jasper load-on-startup is not working with jsp page
5759servlets   CGI servlet mapping by extension *.cgi does not work
5988jasper Jasper Null Pointer Exception Error



FIXED? - 5330catalina   JNDI ENC context problem
LATER - 5396installer  Tomcat start shortcut fails when HTTPS is set
FIXED - 5876catalina   HttpResponseBase broken
FIXED - 5908catalina   java.lang.IllegalStateException: zip file closed





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]