DO NOT REPLY [Bug 53112] New: Following asynchronous responses do not contain set response headers

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53112 Bug #: 53112 Summary: Following asynchronous responses do not contain set response headers Product: Tomcat 7 Version: 7.0.25 Platform: PC Status: NEW

svn commit: r1328227 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/DeployOnlyMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomcat

2012-04-20 Thread olamy
Author: olamy Date: Fri Apr 20 07:11:07 2012 New Revision: 1328227 URL: http://svn.apache.org/viewvc?rev=1328227&view=rev Log: fix javadoc typo Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/DeployOnlyMojo.java tomcat/maven-

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Sudhan Moghe changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Sudhan Moghe changed: What|Removed |Added CC||sudhan.mo...@gmail.com -- Configur

DO NOT REPLY [Bug 53081] WebappClassLoader causes java.lang.OutOfMemoryError in findResourceInternal()

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53081 Christopher Schultz changed: What|Removed |Added OS/Version||All --- Comment #1 from Chri

Re: Welcome file list in web.xml treats index.jsp different from other filenames

2012-04-20 Thread Christopher Schultz
To whom it may concern, On 4/14/12 3:37 PM, Net Dawg wrote: > To your question as to "what point merging algorithms are not > followed", please try this inside your application context and you will > probably see the same: > > > > > > This seems to tell Tomcat 7, in plain English

DO NOT REPLY [Bug 53115] New: catalina.bat run does not work is TEMP contains spaces

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53115 Bug #: 53115 Summary: catalina.bat run does not work is TEMP contains spaces Product: Tomcat 7 Version: 7.0.23 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 53115] catalina.bat run does not work is TEMP contains spaces

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53115 --- Comment #1 from Konstantin Kolinko 2012-04-20 18:50:40 UTC --- It is funny. I have WinXP. The "TEMP" variable is configured as %USERPROFILE%\Local Settings\Temp by default for the current user in the setting dialog (Win+Pause), but c

Re: Welcome file list in web.xml treats index.jsp different from other filenames

2012-04-20 Thread Konstantin Kolinko
2012/4/20 Christopher Schultz : > To whom it may concern, > > On 4/14/12 3:37 PM, Net Dawg wrote: >> To your question as to "what point merging algorithms are not >> followed", please try this inside your application context and you will >> probably see the same: >> >>     >>       >>     >> >> T

Re: svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-20 Thread Konstantin Kolinko
2012/4/19 Keiichi Fujino : > 2012/4/19 Konstantin Kolinko : >> >> What happens if "repl" variable is true because of "complete" being true? >> Shouldn't it be >>    if (diff && (isDirty || complete)) >> ? >> >> I do not quite understand the code, but it seems that omitting >> "complete" here will c

Re: Resolving reference to commons-io-*[0-9T].jar file in a property

2012-04-20 Thread Konstantin Kolinko
cc'ing dev@tomcat. It is about dependency on "commons-io-*[0-9T].jar" that caused jakarta-tomcat-catalina (aka Tomcat 5.5) build on Gump to fail. 2012/4/20 Stefan Bodewig : > On 2012-04-20, Bill Barker wrote: > >> This should be in the next Gump run on vmgump that will start at about >> 12am GM

asp file and session creation

2012-04-20 Thread gunay arslan
HI, as the spec dictates every jsp file that specify session="true" (this is default in tomcat ) forces a new session to be created, wether or not we are using the session inside the jsp file. the session is triggered for creation at PageContextImpl file, isn't meaningfull to make this ses

Re: asp file and session creation

2012-04-20 Thread Konstantin Kolinko
2012/4/21 gunay arslan : > HI, > > as the spec dictates every jsp file that specify session="true"  (this is > default in tomcat  )  forces a new session to be created, wether or not we > are using the session inside the jsp file. > > the session is triggered for creation at PageContextImpl file,

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-04-20 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-04-20 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

Re: asp file and session creation

2012-04-20 Thread gunay arslan
HI Konstantin,Seems like I could not explain what exactly I was trying to show. A reference implementation of the PageContextImpl is attached, and I tested this with one of our in-house web application.The point is  1) Spec says that a session variable needs to be present: but this creates a  probl