DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Jerome Louvel changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #28 from Jerome Louvel 2009-07-29 00:51:16 PST --- I'm changing the status to NEW as I believe I have provided enough information to reproduce the issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 47378] welcome-file ignores servlet mapping
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 --- Comment #9 from Rex Wang 2009-07-29 01:56:26 PST --- hi Tim, I tried adding this, but it does not work... btw, I added one line: String pathStr = path.toString(); to pass compiling. -Rex (In reply to comment #8) > This might work as a patch to org.apache.tomcat.util.http.mapper.Mapper - add > it before // Rule 7 -- Default servlet and after // Rule 4 -- Welcome > resources processing for servlets > > // DAMMIT - welcome file processing - take 2 > // take first matching welcome match > // its a copy of rule 4 since it needs to do less > if (mappingData.wrapper == null) { > boolean checkWelcomeFiles = checkJspWelcomeFiles; > if (!checkWelcomeFiles) { > char[] buf = path.getBuffer(); > checkWelcomeFiles = (buf[pathEnd - 1] == '/'); > } > if (checkWelcomeFiles) { > for (int i = 0; (i < context.welcomeResources.length) > && (mappingData.wrapper == null); i++) { > path.setOffset(pathOffset); > path.setEnd(pathEnd); > path.append(context.welcomeResources[i], 0, > context.welcomeResources[i].length()); > path.setOffset(servletPath); > > internalMapExtensionWrapper(extensionWrappers, > path, mappingData); > if (mappingData.wrapper == null > && context.defaultWrapper != null) { > mappingData.wrapper = > context.defaultWrapper.object; > mappingData.requestPath.setChars > (path.getBuffer(), path.getStart(), > path.getLength()); > mappingData.wrapperPath.setChars > (path.getBuffer(), path.getStart(), > path.getLength()); > mappingData.requestPath.setString(pathStr); > mappingData.wrapperPath.setString(pathStr); > } > } > > path.setOffset(servletPath); > path.setEnd(pathEnd); > } > > } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Notice : No more IBM support JK/Tomcat on i5/OS V6R1
Hi to all, The new i5/OS V6R1 use Apache 2.2 and APR 1.x. The official IBM notice inform V6R1 admins that third party modules for Apache 2.2.x should be updated. They mention the Tomcat connector (mod_jk), the only Apache 2.2.x third party module I know on such platform ;) I still didn't get access to a V6R1 to test the current code, but I feel a simple rebuild will be necessary. IBM also remove support for Tomcat (pretty old 3.2.1) in its 5761-DG1 product and the old IBM JK connector will no more be provided. So the JK directive wont be supported anymore by Consequence : i5/OS V6R1 admins using IBM Powered by Apache HTTPD instances and Tomcat will have to use the mod_jk binaries provided by ASF.. I didn't know, yet, if IBM will provide on its Apache implementation mod_proxy and proxy_ajp. Regards - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 --- Comment #29 from Filip Hanik 2009-07-29 07:51:42 PST --- Awesome Jerome, I will take a look at this early next week! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Notice : No more IBM support JK/Tomcat on i5/OS V6R1
Hello Henri, On 29.07.2009 16:15, Henri Gomez wrote: > Hi to all, > > The new i5/OS V6R1 use Apache 2.2 and APR 1.x. > > The official IBM notice inform V6R1 admins that third party modules > for Apache 2.2.x should be updated. > They mention the Tomcat connector (mod_jk), the only Apache 2.2.x > third party module I know on such platform ;) > > I still didn't get access to a V6R1 to test the current code, but I > feel a simple rebuild will be necessary. > > IBM also remove support for Tomcat (pretty old 3.2.1) in its 5761-DG1 > product and the old IBM JK connector will no more be provided. > So the JK directive wont be supported anymore by > > Consequence : > > i5/OS V6R1 admins using IBM Powered by Apache HTTPD instances and > Tomcat will have to use the mod_jk binaries provided by ASF.. > I didn't know, yet, if IBM will provide on its Apache implementation > mod_proxy and proxy_ajp. > > Regards thanks for sharing that information. So those iSeries users will rely on your service (providing binaries) in the future :) Of course first you need to get access to V6R1... Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Notice : No more IBM support JK/Tomcat on i5/OS V6R1
On 29/07/09 17:25, Rainer Jung wrote: Of course first you need to get access to V6R1... I had V6 once, but it was Peugeot Coupe. Nasty beast :) Anyhow, perhaps Henri can upload some binaries inside the dist if relevant. Cheers -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Notice : No more IBM support JK/Tomcat on i5/OS V6R1
I never had V6. V5R3 and 4 are the last ones I had. I like the i5. I wish I could find one of the smaller ones with a small expansion cabinet to play with. On Wed, Jul 29, 2009 at 11:49 AM, Mladen Turk wrote: > On 29/07/09 17:25, Rainer Jung wrote: > >> >> Of course first you need to get access to V6R1... >> >> > I had V6 once, but it was Peugeot Coupe. Nasty beast :) > > Anyhow, perhaps Henri can upload some binaries > inside the dist if relevant. > > > Cheers > -- > ^TM > > > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
Re: Notice : No more IBM support JK/Tomcat on i5/OS V6R1
We allready have a V6R1 partition available but some pre-requisite are still missing (like OpenSSH). When they will, I'll do the build. BTW, ASF will have to provide two binaries, one for V5R3/V5R4 and one for V6R1 ;) 2009/7/29 Josh Gooding : > I never had V6. V5R3 and 4 are the last ones I had. I like the i5. I wish > I could find one of the smaller ones with a small expansion cabinet to play > with. > > On Wed, Jul 29, 2009 at 11:49 AM, Mladen Turk wrote: > >> On 29/07/09 17:25, Rainer Jung wrote: >> >>> >>> Of course first you need to get access to V6R1... >>> >>> >> I had V6 once, but it was Peugeot Coupe. Nasty beast :) >> >> Anyhow, perhaps Henri can upload some binaries >> inside the dist if relevant. >> >> >> Cheers >> -- >> ^TM >> >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: dev-h...@tomcat.apache.org >> >> > - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r799180 - /tomcat/trunk/build.xml
Author: markt Date: Thu Jul 30 06:29:50 2009 New Revision: 799180 URL: http://svn.apache.org/viewvc?rev=799180&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47567 Add some descriptions to the build file. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=799180&r1=799179&r2=799180&view=diff == --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Thu Jul 30 06:29:50 2009 @@ -498,7 +498,8 @@ - + @@ -687,7 +688,7 @@ - @@ -711,12 +712,13 @@ + description="Deletes the dependencies that are built from source"> - + @@ -766,7 +768,7 @@ + description="Download (and build as necessary) dependent components"> - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r799182 - /tomcat/trunk/extras.xml
Author: markt Date: Thu Jul 30 06:35:54 2009 New Revision: 799182 URL: http://svn.apache.org/viewvc?rev=799182&view=rev Log: Follow up to https://issues.apache.org/bugzilla/show_bug.cgi?id=47567 Add descriptions to the extras build script Modified: tomcat/trunk/extras.xml Modified: tomcat/trunk/extras.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/extras.xml?rev=799182&r1=799181&r2=799182&view=diff == --- tomcat/trunk/extras.xml (original) +++ tomcat/trunk/extras.xml Thu Jul 30 06:35:54 2009 @@ -82,11 +82,12 @@ - + - + @@ -169,7 +170,8 @@ - + @@ -219,7 +221,8 @@ - + @@ -232,7 +235,8 @@ - + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org