https://issues.apache.org/bugzilla/show_bug.cgi?id=50072
Summary: Blank responses
Product: Tomcat 6
Version: 6.0.24
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catali
+1, Thanks for raising this! Jeremy.
Also, hope the release can be made as OSGi bundles.
-Rex
2010/10/10 Jeremy Boynes
> On Oct 9, 2010, at 12:37 AM, Rex Wang wrote:
> >
> > 2. When do you plan to make the first release? Our project really wants
> to
> > switch to the open source implementat
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811
--- Comment #16 from Wesley 2010-10-10 19:28:52 EDT
---
(In reply to comment #15)
> Created an attachment (id=26135)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26135) [details]
> Updated patch
>
> I have reviewed the patch
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044
--- Comment #5 from Mark Thomas 2010-10-10 18:11:05 EDT ---
I've tracked down and fixed the issue in the APR/native connector for Tomcat 7.
The fix will be in 7.0.4 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userpre
Author: markt
Date: Sun Oct 10 22:10:27 2010
New Revision: 1006358
URL: http://svn.apache.org/viewvc?rev=1006358&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 for APR connector
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java
tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=43640
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=43640
--- Comment #7 from Jeremy Boynes 2010-10-10 17:44:07 EDT
---
EvaluationTest failed on JDK1.5 because Boolean was changed to implement
Comparable which changes the behaviour per section 1.8.1 of the EL
specification
--
Configure bugmail:
https://issues.apache.org/bugzilla/show_bug.cgi?id=43640
--- Comment #6 from Jeremy Boynes 2010-10-10 17:42:26 EDT
---
Fixed ParserTest by setting javax.servlet.jsp.functions.allowed property true
(as per previous command line invocation)
--
Configure bugmail: https://issues.apache.org/bugzill
https://issues.apache.org/bugzilla/show_bug.cgi?id=49567
--- Comment #13 from Kevin 2010-10-10 17:11:27 EDT ---
(In reply to comment #12)
> Hi, although Kevin backed down, I am still having this problem with the
> current
Janko, I'm sorry but I'm afraid I can't remember how I resolved the probl
https://issues.apache.org/bugzilla/show_bug.cgi?id=50044
--- Comment #4 from Mark Thomas 2010-10-10 16:36:28 EDT ---
Similar issues with the APR connector in 6.0.x
The delay in Tomcat 7 is the selectorTimeout.
Still investigating...
--
Configure bugmail: https://issues.apache.org/bugzilla/use
Author: markt
Date: Sun Oct 10 19:14:13 2010
New Revision: 1006341
URL: http://svn.apache.org/viewvc?rev=1006341&view=rev
Log:
Only call asyncPostProcess for async requests
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Modified: tomcat/trunk/java/org/apache/coyo
https://issues.apache.org/bugzilla/show_bug.cgi?id=50069
--- Comment #3 from Mark Thomas 2010-10-10 15:07:39 EDT ---
OK. That's clearer. This is not going to change.
2. Was never intended to work and if it does it is pure luck.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs
Author: jboynes
Date: Sun Oct 10 19:07:44 2010
New Revision: 1006340
URL: http://svn.apache.org/viewvc?rev=1006340&view=rev
Log:
fix method renamed for debugging
Modified:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/lang/jstl/test/ParserTest.java
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50069
--- Comment #2 from gm 2010-10-10 15:04:31 EDT ---
Dear Mark Thomas,
I think I'm now understanding the facts.
You're right saying multi-level paths still work.
The point of confusion here is that from version 6.x.x on
multi-level docBases
Author: jboynes
Date: Sun Oct 10 19:04:15 2010
New Revision: 1006338
URL: http://svn.apache.org/viewvc?rev=1006338&view=rev
Log:
make ParserTest pass, assuming EL functions should be allowed
Added:
tomcat/taglibs/standard/trunk/impl/src/test/resources/
tomcat/taglibs/standard/trunk/impl/s
https://issues.apache.org/bugzilla/show_bug.cgi?id=50070
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50070
Reem Halevy changed:
What|Removed |Added
Component|Catalina|Connectors
--
Configure bugmail: ht
https://issues.apache.org/bugzilla/show_bug.cgi?id=50070
Summary: memory leak using NIO connector
Product: Tomcat 6
Version: 6.0.29
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=50066
--- Comment #3 from Mark Thomas 2010-10-10 14:18:00 EDT ---
Thanks for the patches.
Patch applied to trunk and will be included in 7.0.4 onwards.
Patch proposed for 6.0.x.
--
Configure bugmail: https://issues.apache.org/bugzilla/userpre
Author: markt
Date: Sun Oct 10 18:17:51 2010
New Revision: 1006331
URL: http://svn.apache.org/viewvc?rev=1006331&view=rev
Log:
Proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1
Author: markt
Date: Sun Oct 10 18:16:00 2010
New Revision: 1006330
URL: http://svn.apache.org/viewvc?rev=1006330&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50066
Fix building of recursive tag files when the file depends on a JAR file. Patch
provided by Sylvain Laurent.
Author: markt
Date: Sun Oct 10 18:09:43 2010
New Revision: 1006329
URL: http://svn.apache.org/viewvc?rev=1006329&view=rev
Log:
Improve error handling in TLD processing and handle the case when there is no
web.xml
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/TldLocationsCache.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=50069
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50069
Summary: multi-level context paths don't work any more
Product: Tomcat 6
Version: 6.0.29
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49900
Jeremy Boynes changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: jboynes
Date: Sun Oct 10 17:13:16 2010
New Revision: 1006320
URL: http://svn.apache.org/viewvc?rev=1006320&view=rev
Log:
add test to confirm bugzilla #49900 and verify fix
Added:
tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/
tomcat/
https://issues.apache.org/bugzilla/show_bug.cgi?id=45197
Jeremy Boynes changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Version|1.1.0
On Oct 10, 2010, at 7:01 AM, Konstantin Kolinko wrote:
> 2010/10/8 Jeremy Boynes :
>> We have different formats for test class names and need to specifically list
>> them in the pom.xml file.
>>
>> i'd like to propose picking a standard format and using a single wildcarded
>> pattern to select
On Oct 10, 2010, at 7:01 AM, Konstantin Kolinko wrote:
...
>
> I do not know surefire, but the above file masks end with *.java, and
> your inner classes do not have .java suffix in them. Is there really a
> problem??
This is what happens if I rename SetSupportTest to TestSetSupport:
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
--- Comment #6 from Pete Muir 2010-10-10 11:47:10 EDT
---
(Unfortunately) the Servlet spec provides no guarantees of the behaviour of
request listeners if a forward occurs e.g. for FORM auth or to an error page.
Tomcat (and derivatives suc
2010/10/8 Jeremy Boynes :
> We have different formats for test class names and need to specifically list
> them in the pom.xml file.
>
> i'd like to propose picking a standard format and using a single wildcarded
> pattern to select them. The defaults for the surefire plugin are:
> **/Test
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
https://issues.apache.org/bugzilla/show_bug.cgi?id=50063
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Oct 10 09:58:24 2010
New Revision: 1006265
URL: http://svn.apache.org/viewvc?rev=1006265&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50063
Fix apps with meta-data complete returning 404s
Modified:
tomcat/trunk/java/org/apache/catalina/startup/C
https://issues.apache.org/bugzilla/show_bug.cgi?id=49991
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #5 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=50065
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50065
Artem Anisimov changed:
What|Removed |Added
Priority|P2 |P4
--- Comment #2 from Artem Anis
43 matches
Mail list logo