https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #8 from Konstantin Kolinko 2009-11-01
23:56:14 UTC ---
Created an attachment (id=24457)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24457)
Patch for SecurityClassLoad to preload o.a.c.loader.ResourceEntry class
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #7 from Konstantin Kolinko 2009-11-01
23:44:06 UTC ---
I debugged the case of the blank response.
The sequence of events is the following:
1) The index_jsp.class is successfully loaded, instantiated, and its _jspInit()
method
https://issues.apache.org/bugzilla/show_bug.cgi?id=48100
Summary: jsp:directive.taglib parse error
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Priority
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #6 from Konstantin Kolinko 2009-11-01
22:15:14 UTC ---
Thank you for the recipe, I was able to reproduce the issue.
The issue is observable both in 6.0.20 and in current 6.0.x sources, and I was
able to do some debugging.
~ W
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #5 from Konstantin Kolinko 2009-11-01
21:17:48 UTC ---
Created an attachment (id=24456)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24456)
Patch for WebappClassLoader to do not swallow AccessControlException
The
https://issues.apache.org/bugzilla/show_bug.cgi?id=47331
--- Comment #1 from Mark Thomas 2009-11-01 18:36:15 GMT ---
This has been fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47330
--- Comment #4 from Mark Thomas 2009-11-01 18:32:58 GMT ---
Created an attachment (id=24455)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24455)
Tomcat 7 patch with completed TODOs and failing test case
Many thanks for these
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #4 from Amichai 2009-11-01 17:20:57 UTC ---
The bug occurs both with access to '/' and to '/index.jsp', so that can be
ruled out as a cause.
I hope I understood you correctly - to make sure, here are the exact steps I
just did:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Mon Nov 2 00:33:38 2009
New Revision: 831786
URL: http://svn.apache.org/viewvc?rev=831786&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=831
Author: markt
Date: Mon Nov 2 00:30:55 2009
New Revision: 831785
URL: http://svn.apache.org/viewvc?rev=831785&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47331
Uninterpreted tags are essentially template text so apply the rules of JSp.2.2
there too.
Modified:
tomcat
Author: kkolinko
Date: Mon Nov 2 00:28:58 2009
New Revision: 831784
URL: http://svn.apache.org/viewvc?rev=831784&view=rev
Log:
vote
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=8317
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #3 from Konstantin Kolinko 2009-11-01
16:18:11 UTC ---
Thank you for the information.
I can see from the stacktraces that you run with SecurityManager enabled.
(That is default in some re-distributions of Tomcat).
The "develo
ed2003 wrote:
> I tried adding variations of the following to server.xml but it still takes 5
> seconds for a newly modified file to appear. Anybody know what I am doing
> wrong?
That would be a question for the users list.
Mark
>
> cacheTTL="1" >
>status/picture.png
>
>
---
I tried adding variations of the following to server.xml but it still takes 5
seconds for a newly modified file to appear. Anybody know what I am doing
wrong?
status/picture.png
--
View this message in context:
http://old.nabble.com/How-do-I-setup-Tomcat-to-refresh-a-directory-faster-t
Author: markt
Date: Sun Nov 1 23:22:18 2009
New Revision: 831782
URL: http://svn.apache.org/viewvc?rev=831782&view=rev
Log:
As per Remy's feedback, auto-switching cookie version is OK and we should also
do it if a comment is specified
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/
Author: markt
Date: Sun Nov 1 23:20:53 2009
New Revision: 831781
URL: http://svn.apache.org/viewvc?rev=831781&view=rev
Log:
Opps. Missed this file in cookie name/null/length patch
Modified:
tomcat/trunk/java/javax/servlet/http/LocalStrings.properties
Modified: tomcat/trunk/java/javax/servle
+---+
| 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
Author: markt
Date: Sun Nov 1 23:05:26 2009
New Revision: 831780
URL: http://svn.apache.org/viewvc?rev=831780&view=rev
Log:
Add unit tests for blank/null cookie names
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/CookiesBaseTest.java
tomcat/trunk/test/org/apache/tomcat/util/ht
Author: markt
Date: Sun Nov 1 23:04:33 2009
New Revision: 831779
URL: http://svn.apache.org/viewvc?rev=831779&view=rev
Log:
Don't allow null or zero length cookie names.
Modified:
tomcat/trunk/java/javax/servlet/http/Cookie.java
Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java
URL
Author: markt
Date: Sun Nov 1 23:01:15 2009
New Revision: 831777
URL: http://svn.apache.org/viewvc?rev=831777&view=rev
Log:
Propose fix
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=
https://issues.apache.org/bugzilla/show_bug.cgi?id=47451
--- Comment #2 from Mark Thomas 2009-11-01 14:59:12 GMT ---
Fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
Author: markt
Date: Sun Nov 1 22:53:29 2009
New Revision: 831774
URL: http://svn.apache.org/viewvc?rev=831774&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47451
Don't trigger an NPE if headers with null or zero length name or set or if a
null value is specified. Silently
https://issues.apache.org/bugzilla/show_bug.cgi?id=48098
Nikolay Zamosenchuk changed:
What|Removed |Added
CC||niko...@ukr.net
--
Configur
https://issues.apache.org/bugzilla/show_bug.cgi?id=48098
Summary: Cyrillyc(or any escaped with %) symbols inaccessible
via WebDav servlet (fix proposed)
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #2 from Amichai 2009-11-01 13:51:27 UTC ---
Yes, it's version 6.0.20. As mentioned, I changed nothing at all in the default
configuration from the distro's installation - simply overwrote the
webapps/ROOT folder.
The JspServlet
Author: markt
Date: Sun Nov 1 21:46:09 2009
New Revision: 831764
URL: http://svn.apache.org/viewvc?rev=831764&view=rev
Log:
Trying to merge filter maps is a bad idea.
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/FilterMap.java
tomcat/trunk/java/org/apache/catalina/startup/WebXm
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
--- Comment #1 from Konstantin Kolinko 2009-11-01
12:44:49 UTC ---
What is your configuration of JspServlet in conf/web.xml file?
Its "development" option is set to true or false?
Is your Tomcat version 6.0.20?
Are you running with Secur
Author: markt
Date: Sun Nov 1 19:58:24 2009
New Revision: 831751
URL: http://svn.apache.org/viewvc?rev=831751&view=rev
Log:
Fix bug in display name merge
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebXml.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/WebXml.java
U
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
Amichai changed:
What|Removed |Added
CC||amich...@amichais.net
--
Configure bugm
https://issues.apache.org/bugzilla/show_bug.cgi?id=48097
Summary: NoClassDefFoundError on first access of first jsp
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Prior
https://issues.apache.org/bugzilla/show_bug.cgi?id=47364
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Nov 1 18:38:46 2009
New Revision: 831724
URL: http://svn.apache.org/viewvc?rev=831724&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47364
Document that HttpServletRequest.getAttributeNames() does not return the names
of all attributes (internal Tomc
Author: markt
Date: Sun Nov 1 18:35:02 2009
New Revision: 831722
URL: http://svn.apache.org/viewvc?rev=831722&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47364
Document that HttpServletRequest.getAttributeNames() does not return the names
of all attributes (internal Tomc
Author: pero
Date: Sun Nov 1 18:34:04 2009
New Revision: 831720
URL: http://svn.apache.org/viewvc?rev=831720&view=rev
Log:
Add ReplicationValve CrossContext support patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/t
Author: pero
Date: Sun Nov 1 18:29:14 2009
New Revision: 831718
URL: http://svn.apache.org/viewvc?rev=831718&view=rev
Log:
Fix ReplicationValve crossContext support
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
Modified: tomcat/trunk/java/org/apache/catalina/h
https://issues.apache.org/bugzilla/show_bug.cgi?id=47364
--- Comment #2 from Mark Thomas 2009-11-01 10:20:36 GMT ---
Created an attachment (id=24451)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24451)
Patch that adds internal attributes but breaks TCK tests
I looked at just includ
Author: markt
Date: Sun Nov 1 18:16:57 2009
New Revision: 831716
URL: http://svn.apache.org/viewvc?rev=831716&view=rev
Log:
Add another feature to the Tomcat based unit tests.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java
Modified: tomcat/trunk/test/org/apache/
43 matches
Mail list logo