+---+
| 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=39637
Patrik Schnellmann changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|
On 2009-07-06, Konstantin Kolinko wrote:
> According to Gump metadata
> (http://svn.apache.org/repos/asf/gump/metadata/project/jakarta-servletapi-4.xml),
> the sources for the servletapi build were taken from
> tomcat/servletapi/branches/other/servlet2.3-jsp1.2-tc4.x/ASF
> That address is wrong.
2009/7/6 Konstantin Kolinko :
> 2009/7/5 Stefan Bodewig :
>> 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-
Author: markt
Date: Sun Jul 5 23:34:11 2009
New Revision: 791342
URL: http://svn.apache.org/viewvc?rev=791342&view=rev
Log:
Vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=7
Author: markt
Date: Sun Jul 5 23:27:12 2009
New Revision: 791341
URL: http://svn.apache.org/viewvc?rev=791341&view=rev
Log:
Vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=7
Author: markt
Date: Sun Jul 5 23:17:33 2009
New Revision: 791339
URL: http://svn.apache.org/viewvc?rev=791339&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=791339&
2009/7/5 Stefan Bodewig :
> 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-catalina has an issue affecting its com
https://issues.apache.org/bugzilla/show_bug.cgi?id=38352
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Sun Jul 5 23:08:50 2009
New Revision: 791336
URL: http://svn.apache.org/viewvc?rev=791336&view=rev
Log:
Remove applied fixes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/
Author: markt
Date: Sun Jul 5 23:08:11 2009
New Revision: 791335
URL: http://svn.apache.org/viewvc?rev=791335&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38352
Make temp dir writable to JSPs as well as servlets when running under a
security manager
Modified:
tomcat/
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Sun Jul 5 23:03:23 2009
New Revision: 791334
URL: http://svn.apache.org/viewvc?rev=791334&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37794
Add support for reading POST parameters when using chunked encoding
Modified:
tomcat/container/tc5.5.x/cat
https://issues.apache.org/bugzilla/show_bug.cgi?id=39194
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #4 from Mark Tho
Author: markt
Date: Sun Jul 5 22:50:35 2009
New Revision: 791332
URL: http://svn.apache.org/viewvc?rev=791332&view=rev
Log:
Propose script improvements
Modified:
tomcat/current/tc5.5.x/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://sv
Author: markt
Date: Sun Jul 5 22:46:51 2009
New Revision: 791331
URL: http://svn.apache.org/viewvc?rev=791331&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39194
Align classpath for all platforms:
- only add tools.jar to the classpath when required
- document optional jav
Konstantin Kolinko wrote:
> 2009/7/5 jun ma :
>>
>>
>> <%
>>
>> Integer myElement = (Integer)element;
>>
>> List myList = (List)myMap.get(myElement);
>>
>> *if* (myList == *null* || myList.size() <= 1)
>>
>> {
>>
>> System.out.println("test!!!"
2009/7/5 jun ma :
>
>
> <%
>
> Integer myElement = (Integer)element;
>
> List myList = (List)myMap.get(myElement);
>
> *if* (myList == *null* || myList.size() <= 1)
>
> {
>
> System.out.println("test!!!");
>
> *continue*;
>
>
Author: markt
Date: Sun Jul 5 21:48:51 2009
New Revision: 791328
URL: http://svn.apache.org/viewvc?rev=791328&view=rev
Log:
Add the CLAASSPATH to the output (will be useful while working on 39194 as well
as generally useful to see if it has been modified from the default)
Fix a minor alignment n
Author: markt
Date: Sun Jul 5 21:45:32 2009
New Revision: 791326
URL: http://svn.apache.org/viewvc?rev=791326&view=rev
Log:
As of JDK 1.4, JSSE was no longer a separate download
No need to include it in the startup scripts
Modified:
tomcat/trunk/bin/catalina.bat
tomcat/trunk/bin/catalina
jun ma wrote:
> Dear Tomcat organization:
>
>I think I find a bug in tomcat, I explain it in the document.The document
> is in the attachment. Or I paste it directly following:
I haven't looked at this at all but...
It is best if you create a Bugzilla entry for this so it doesn't get lost.
Author: kkolinko
Date: Sun Jul 5 21:12:17 2009
New Revision: 791322
URL: http://svn.apache.org/viewvc?rev=791322&view=rev
Log:
votes
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=791
Author: kkolinko
Date: Sun Jul 5 21:03:53 2009
New Revision: 791321
URL: http://svn.apache.org/viewvc?rev=791321&view=rev
Log:
votes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?r
Author: kkolinko
Date: Sun Jul 5 20:41:53 2009
New Revision: 791318
URL: http://svn.apache.org/viewvc?rev=791318&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=7913
Author: kkolinko
Date: Sun Jul 5 20:40:59 2009
New Revision: 791317
URL: http://svn.apache.org/viewvc?rev=791317&view=rev
Log:
vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?re
Author: kkolinko
Date: Sun Jul 5 20:28:30 2009
New Revision: 791312
URL: http://svn.apache.org/viewvc?rev=791312&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=7913
Author: kkolinko
Date: Sun Jul 5 20:26:56 2009
New Revision: 791311
URL: http://svn.apache.org/viewvc?rev=791311&view=rev
Log:
vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?re
Author: kkolinko
Date: Sun Jul 5 20:26:13 2009
New Revision: 791310
URL: http://svn.apache.org/viewvc?rev=791310&view=rev
Log:
missprint
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
URL:
http://s
Author: kkolinko
Date: Sun Jul 5 20:23:57 2009
New Revision: 791308
URL: http://svn.apache.org/viewvc?rev=791308&view=rev
Log:
add indent
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
URL:
http://
2009/7/5 Mark Thomas :
> Konstantin Kolinko wrote:
>> 2009/7/5 :
>>> Author: markt
>>> Date: Sun Jul 5 11:30:22 2009
>>> New Revision: 791224
>>>
>>> URL: http://svn.apache.org/viewvc?rev=791224&view=rev
>>> Log:
>>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
>>> Revert previous
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-catalina has an issue affecting its community integration.
This iss
Author: kkolinko
Date: Sun Jul 5 16:30:37 2009
New Revision: 791268
URL: http://svn.apache.org/viewvc?rev=791268&view=rev
Log:
votes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?r
Konstantin Kolinko wrote:
> 2009/7/5 :
>> Author: markt
>> Date: Sun Jul 5 11:30:22 2009
>> New Revision: 791224
>>
>> URL: http://svn.apache.org/viewvc?rev=791224&view=rev
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
>> Revert previous fix for
>> https://issues.apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=47464
--- Comment #1 from Konstantin Kolinko 2009-07-05
08:33:39 PST ---
I prepared patch and proposed it for 5.5.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail becaus
Author: kkolinko
Date: Sun Jul 5 15:32:38 2009
New Revision: 791258
URL: http://svn.apache.org/viewvc?rev=791258&view=rev
Log:
proposal
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.tx
https://issues.apache.org/bugzilla/show_bug.cgi?id=37869
Andre Cruz changed:
What|Removed |Added
CC|andre.c...@co.sapo.pt |
--
Configure bugmail: https://i
https://issues.apache.org/bugzilla/show_bug.cgi?id=37869
Mark Thomas changed:
What|Removed |Added
CC||schnellm...@switch.ch
--- Commen
https://issues.apache.org/bugzilla/show_bug.cgi?id=39637
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=39396
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2009/7/5 :
> Author: markt
> Date: Sun Jul 5 11:30:22 2009
> New Revision: 791224
>
> URL: http://svn.apache.org/viewvc?rev=791224&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
> Revert previous fix for
> https://issues.apache.org/bugzilla/show_bug.cgi?id=37933 a
https://issues.apache.org/bugzilla/show_bug.cgi?id=39089
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Sun Jul 5 14:24:43 2009
New Revision: 791254
URL: http://svn.apache.org/viewvc?rev=791254&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39089
Add a know issues section to the Jasper docs detailing the error described in
39089 and providing some possible
https://issues.apache.org/bugzilla/show_bug.cgi?id=38997
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #7 from Mark Tho
Author: markt
Date: Sun Jul 5 13:44:02 2009
New Revision: 791245
URL: http://svn.apache.org/viewvc?rev=791245&view=rev
Log:
Propose fix for 38897
Modified:
tomcat/current/tc5.5.x/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apac
Author: markt
Date: Sun Jul 5 13:25:21 2009
New Revision: 791243
URL: http://svn.apache.org/viewvc?rev=791243&view=rev
Log:
Improve error message to include TDL uri when there is a problem with a tld so
user knows which TLD to look at
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/T
2009/7/5 Mark Thomas :
> Konstantin Kolinko wrote:
>
>> Fixed it myself, in rev.791186. Don't worry.
>
> Thanks, but I am going to have to revert. Those are spec classes. I
> should not have made my original change.
>
Oh, I see that now.
Best regards,
Konstantin Kolinko
-
Dear Tomcat organization:
I think I find a bug in tomcat, I explain it in the document.The document
is in the attachment. Or I paste it directly following:
When I use logic:iterator(struts) labels in tomcat 4.1.x or later
version(5.x,6.x), I find a problem. This problem don’t appear in tomcat
Author: markt
Date: Sun Jul 5 12:38:17 2009
New Revision: 791235
URL: http://svn.apache.org/viewvc?rev=791235&view=rev
Log:
Remove deprecated methods that are no longer used
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java
Modified: tomcat/trunk/java/org/apache/tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
--- Comment #5 from Mark Thomas 2009-07-05 04:38:22 PST ---
Thanks for the test case.
I reverted the fix for 37933 and implemented an alternative that doesn't have
the issue described here. It also throws an error at translation time
Author: markt
Date: Sun Jul 5 11:38:15 2009
New Revision: 791228
URL: http://svn.apache.org/viewvc?rev=791228&view=rev
Log:
Propose fix for 38797
Modified:
tomcat/current/tc5.5.x/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apac
Author: markt
Date: Sun Jul 5 11:30:22 2009
New Revision: 791224
URL: http://svn.apache.org/viewvc?rev=791224&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
Revert previous fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=37933 and implement an
alternative
Author: markt
Date: Sun Jul 5 11:11:57 2009
New Revision: 791219
URL: http://svn.apache.org/viewvc?rev=791219&view=rev
Log:
Revert generics changes that require changes in spec classes
Modified:
tomcat/trunk/java/javax/el/ELContext.java
tomcat/trunk/java/org/apache/el/lang/EvaluationCont
Konstantin Kolinko wrote:
> Fixed it myself, in rev.791186. Don't worry.
Thanks, but I am going to have to revert. Those are spec classes. I
should not have made my original change.
Mark
-
To unsubscribe, e-mail: dev-unsubscr
56 matches
Mail list logo