DO NOT REPLY [Bug 45870] javax.crypto.IllegalBlockSizeException for update from 5.5.17 to 5.5.27

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45870 --- Comment #1 from ZhaoKaijin [EMAIL PROTECTED] 2008-09-23 23:21:44 PST --- 2008-09-24 14:20:58,468 [http-80-Processor23 ERROR UserCookie]: java.lang.IllegalArgumentException: Missing argument 2008-9-24 14:20:58

svn commit: r698458 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_uri_worker_map.c portable.h

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:17:16 2008 New Revision: 698458 URL: http://svn.apache.org/viewvc?rev=698458view=rev Log: Tab police Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

svn commit: r698459 - /tomcat/connectors/trunk/jk/native/common/portable.h

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:19:56 2008 New Revision: 698459 URL: http://svn.apache.org/viewvc?rev=698459view=rev Log: Ups, wrong file commited Modified: tomcat/connectors/trunk/jk/native/common/portable.h Modified: tomcat/connectors/trunk/jk/native/common/portable.h URL:

svn commit: r698466 - in /tomcat/connectors/trunk/jk/native: configure.in scripts/build/jk_common.m4

2008-09-24 Thread mturk
Author: mturk Date: Wed Sep 24 01:35:33 2008 New Revision: 698466 URL: http://svn.apache.org/viewvc?rev=698466view=rev Log: Add config.nice generation. Mostly copy/paste from APR Modified: tomcat/connectors/trunk/jk/native/configure.in

DO NOT REPLY [Bug 45870] javax.crypto.IllegalBlockSizeException for update from 5.5.17 to 5.5.27

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45870 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45869] DefaultAnnotationProcessor does not scan class hierarchy for @PostConstruct and @PreDestroy annotations

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45869 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45285] RESOURCES DECLARED IN PARENT CLASSES ARE NOT INJECTED

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45285 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 45872] New: warning message for fail_on_status extension is incorrect

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45872 Summary: warning message for fail_on_status extension is incorrect Product: Tomcat 5 Version: Nightly Build Platform: PC OS/Version: Linux Status: NEW

Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Dan Bush
I have the need to change the name of the session cookie to something other than JSESSIONID. With some other containers like Weblogic it can be adjusted via the provider descriptor (weblogic.xml) [http://e-docs.bea.com/wls/docs100/webapp/weblogic_xml.html#wp1071982]. Tomcat makes use of a global

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Dan Bush wrote: I have the need to change the name of the session cookie to something other than JSESSIONID. With some other containers like Weblogic it can be adjusted via the provider descriptor (weblogic.xml) [http://e-docs.bea.com/wls/docs100/webapp/weblogic_xml.html#wp1071982]. Tomcat

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mladen Turk
Dan Bush wrote: I don't think this would impact mod_jk because I believe that is configurable via a directive. Not jet. However the next version we are going to release (1.2.27) will have that feature. Think your question was raised few times, but the answer was always -1, cause per servlet

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
On Wed, 2008-09-24 at 14:52 +0100, Mark Thomas wrote: The 3.0 servlet spec mentions this (ie Tomcat 7) but there is nothing to stop this being added to 6.0.x I am not aware of such a proposal in Servlet 3.0 (session cookie configuration and tracking coinfig, but no config for the cookie name or

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Remy Maucherat wrote: On Wed, 2008-09-24 at 14:52 +0100, Mark Thomas wrote: The 3.0 servlet spec mentions this (ie Tomcat 7) but there is nothing to stop this being added to 6.0.x I am not aware of such a proposal in Servlet 3.0 (session cookie configuration and tracking coinfig, but no

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
On Wed, 2008-09-24 at 15:53 +0100, Mark Thomas wrote: It is in section 7.1.1 of the 3.0 early draft. It only applies to the cookie name. Making the url parameter configurable would be non-spec complaint but I don't see a good reason not to allow it if users have a requirement for it. For

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Dan Bush
It's kind of hard to fight the specification in the long run. I would think the language would need to be loosened up from MUST. The specification could suggest the use JSESSIONID by default, which would be supported by Tomcat; yet still allow it to be configurable. Not sure I understand why it

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Remy Maucherat wrote: On Wed, 2008-09-24 at 15:53 +0100, Mark Thomas wrote: It is in section 7.1.1 of the 3.0 early draft. It only applies to the cookie name. Making the url parameter configurable would be non-spec complaint but I don't see a good reason not to allow it if users have a

DO NOT REPLY [Bug 45878] New: Generated jars do not contain proper manifests or N L files

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45878 Summary: Generated jars do not contain proper manifests or N L files Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Mark Thomas
Dan Bush wrote: It's kind of hard to fight the specification in the long run. I would think the language would need to be loosened up from MUST. The specification could suggest the use JSESSIONID by default, which would be supported by Tomcat; yet still allow it to be configurable. This is

DO NOT REPLY [Bug 45879] New: Windows installer fails to install NOTICE and RELEASE-NOTES

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 Summary: Windows installer fails to install NOTICE and RELEASE- NOTES Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Remy Maucherat
On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.org/en/jsr/detail?id=315 I though you were on the Servlet EG or am I mistaken? I was not aware of that file for whatever reason. I now remember the language that was discussed, and I remember being in favor

DO NOT REPLY [Bug 45880] New: Problems with Windows service installer

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45880 Summary: Problems with Windows service installer Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

svn commit: r698613 - /tomcat/trunk/res/tomcat.nsi

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 08:47:40 2008 New Revision: 698613 URL: http://svn.apache.org/viewvc?rev=698613view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45852 Add special handling a for charset that Java uses a non-default name for Modified:

DO NOT REPLY [Bug 45882] New: Ensure all jars have full manifests and N L files

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45882 Summary: Ensure all jars have full manifests and N L files Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

svn commit: r698618 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 08:54:05 2008 New Revision: 698618 URL: http://svn.apache.org/viewvc?rev=698618view=rev Log: Propose fix for 45852 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 45852] conf/tomcat-users.xml has invalid encoding cp932.

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852 --- Comment #3 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 09:03:09 PST --- Thanks for the testing. I have fixed this in trunk and proposed it for 6.0.x. -- Configure bugmail:

DO NOT REPLY [Bug 45879] Windows installer fails to install NOTICE and RELEASE-NOTES

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 --- Comment #1 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 09:08:52 PST --- Release notes are included in the ROOT webapp and the docs webapp. The NOTICE file is only in the docs. It should probably be moved to the install dir to

DO NOT REPLY [Bug 45879] Windows installer fails to install NOTICE and RELEASE-NOTES

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 --- Comment #2 from Sebb [EMAIL PROTECTED] 2008-09-24 09:15:48 PST --- It would be useful to have RELEASE-NOTES in the top-level directory as well. This what is done in the binary archive. The webapp RELEASE-NOTES.txt files are not as

svn commit: r698629 - in /tomcat/trunk: build.xml res/tomcat.nsi

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 09:21:25 2008 New Revision: 698629 URL: http://svn.apache.org/viewvc?rev=698629view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 Move the NOTICE file to the install dir Modified: tomcat/trunk/build.xml tomcat/trunk/res/tomcat.nsi

DO NOT REPLY [Bug 45879] Windows installer fails to install NOTICE and RELEASE-NOTES

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 --- Comment #3 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 09:33:45 PST --- The NOTICE file has been moved in trunk and the fix proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r698641 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 09:44:13 2008 New Revision: 698641 URL: http://svn.apache.org/viewvc?rev=698641view=rev Log: Propose fix for 45879 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 45879] Windows installer fails to install NOTICE and RELEASE-NOTES

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45879 --- Comment #4 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 11:19:06 PST --- Test of e-mail address change - please ignore. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Rainer Jung
Remy Maucherat schrieb: On Wed, 2008-09-24 at 16:23 +0100, Mark Thomas wrote: The draft is here: http://jcp.org/en/jsr/detail?id=315 I though you were on the Servlet EG or am I mistaken? I was not aware of that file for whatever reason. I now remember the language that was discussed, and

DO NOT REPLY [Bug 45882] Ensure all jars have full manifests and N L files

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45882 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |enhancement

DO NOT REPLY [Bug 45878] Generated jars do not contain proper manifests or N L files

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45878 --- Comment #1 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 12:27:29 PST --- The spec jars should be easy to fix. I don't see how many of those values apply to most of the Tomcat jars. What, for example, would you expect the manifest

svn commit: r698713 - /tomcat/current/tc5.5.x/STATUS.txt

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 13:18:32 2008 New Revision: 698713 URL: http://svn.apache.org/viewvc?rev=698713view=rev Log: Propose fix for 45880 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 45880] Problems with Windows service installer

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45880 --- Comment #1 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 13:18:40 PST --- The following patch has been proposed to fix this: http://people.apache.org/~markt/patches/2008-09-24-bug45880.patch -- Configure bugmail:

svn commit: r698716 - /tomcat/current/tc5.5.x/STATUS.txt

2008-09-24 Thread markt
Author: markt Date: Wed Sep 24 13:23:34 2008 New Revision: 698716 URL: http://svn.apache.org/viewvc?rev=698716view=rev Log: Propose fix for 45827 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 45827] JSSEImplementation.java load JSSE13Factory dynamically

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45827 --- Comment #2 from Mark Thomas [EMAIL PROTECTED] 2008-09-24 13:23:08 PST --- Thanks for the patch. I have proposed it for 5.5.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 45215] Request reader returns length zero

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45215 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 42443] Please upload tomcat 5.5.23 jars (including jasper compile and runtime) to apache repository.

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42443 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r698229 - in /tomcat/connectors/trunk/jk: native/apache-2.0/mod_jk.c native/common/jk_ajp_common.c native/common/jk_service.h native/common/jk_util.c xdocs/miscellaneous/changelog.xml

2008-09-24 Thread Tim Whittington
This has broken the build on Windows also. The addition of the log statement pushed the declaration of char* buff below it out of the beginning of the block, and VC is being pedantic about the C declaration rules. tim From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List

DO NOT REPLY [Bug 45852] conf/tomcat-users.xml has invalid encoding cp932.

2008-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45852 --- Comment #4 from Yousei Itou [EMAIL PROTECTED] 2008-09-24 17:13:22 PST --- Thank you for reply. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

Re: Possibility of Making JSESSIONID Configurable

2008-09-24 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Dan Bush wrote: I have the need to change the name of the session cookie to something other than JSESSIONID. With some other containers like Weblogic it can be adjusted via the provider descriptor (weblogic.xml)

svn commit: r698785 - /tomcat/current/tc5.5.x/STATUS.txt

2008-09-24 Thread billbarker
Author: billbarker Date: Wed Sep 24 17:36:26 2008 New Revision: 698785 URL: http://svn.apache.org/viewvc?rev=698785view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: