[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510338#comment-13510338
]
Sergio Fernández commented on MTOMCAT-187:
--
so, bug confirmed?
awaiting to have
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-taglibs-standard has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
--- Comment #5 from Sheldon Shao ---
Yes. Maybe it needs separated tagPlugins.xml for every tld file.
So the solution can be like this,
1. Check all resources in classpath with name "META-INF/jasper/tagPlugins.xml"
2. Parse them one by one
> From: kkoli...@apache.org [mailto:kkoli...@apache.org]
> Subject: svn commit: r1417282 - in /tomcat/trunk/webapps/docs/config: ajp.xml
> executor.xml http.xml
> Author: kkolinko
> Date: Wed Dec 5 05:34:16 2012
> New Revision: 1417282
> Modified: tomcat/trunk/webapps/docs/config/ajp.xml
> URL
Author: kkolinko
Date: Wed Dec 5 05:58:24 2012
New Revision: 1417286
URL: http://svn.apache.org/viewvc?rev=1417286&view=rev
Log:
Update vulnerabilities pages to mention that Tomcat 5.5 is not supported any
more.
Modified:
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/docs/sec
Author: kkolinko
Date: Wed Dec 5 05:50:22 2012
New Revision: 1417285
URL: http://svn.apache.org/viewvc?rev=1417285&view=rev
Log:
Clarify the docs that the thread priority value is a number and not some weird
string value.
A thread on users@ from Dec 02 2012:
http://tomcat.markmail.org/thread/iud
Author: kkolinko
Date: Wed Dec 5 05:40:40 2012
New Revision: 1417284
URL: http://svn.apache.org/viewvc?rev=1417284&view=rev
Log:
Merged revision 1417282 from tomcat/trunk:
Clarify the docs that the thread priority value is a number and not some weird
string value.
A thread on users@ from Dec 02
Author: kkolinko
Date: Wed Dec 5 05:34:16 2012
New Revision: 1417282
URL: http://svn.apache.org/viewvc?rev=1417282&view=rev
Log:
Clarify the docs that the thread priority value is a number and not some weird
string value.
A thread on users@ from Dec 02 2012:
http://tomcat.markmail.org/thread/iud
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281
Konstantin Kolinko changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281
Bruce Li changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3638
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
2012/12/5 :
> Author: markt
> Date: Tue Dec 4 21:37:03 2012
> New Revision: 1417199
>
> URL: http://svn.apache.org/viewvc?rev=1417199&view=rev
> Log:
> Fix FindBugs warnings
> volatile int -> AtomicIntger so operations are actually atomic
>
> Modified:
> tomcat/trunk/java/org/apache/tomcat/ut
2012/12/5 :
> Author: markt
> Date: Tue Dec 4 21:38:54 2012
> New Revision: 1417201
>
> URL: http://svn.apache.org/viewvc?rev=1417201&view=rev
> Log:
> Fix FindBugs warning
> Avoid NPE (although given an OOME has occurred I'm not sure it matters)
I think it is worth backporting.
If NPE happens,
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #15 from smithh032772 ---
> It is pf_UsersController instance that is stored in LoginFilter.userBEan
> field and is shared across requests.
You are correct. pf_UsersController is CDI @SessionScoped bean that is
available and r
2012/12/5 :
> The Buildbot has detected a new failure on builder tomcat-trunk while
> building ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/tomcat-trunk/builds/3637
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Rea
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3637
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #14 from Konstantin Kolinko ---
(In reply to comment #12)
> Your UserAgentInfo class does not support multithreading.
>
> The problem is that you store a reference to this class in a field of your
> LoginFilter class.
>
s/Use
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #13 from smithh032772 ---
Per my experience and per test results, my LoginFilter supports multithreading
and any/all requests. Per design (and working as expected), userAgentInfo is
only referenced when user is not logged in. On
Author: kkolinko
Date: Tue Dec 4 23:04:10 2012
New Revision: 1417232
URL: http://svn.apache.org/viewvc?rev=1417232&view=rev
Log:
svn:eol-style = native
Modified:
tomcat/trunk/res/META-INF/default/.gitignore (contents, props changed)
Modified: tomcat/trunk/res/META-INF/default/.gitignore
U
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
Konstantin Kolinko changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #11 from smithh032772 ---
As I mentioned earlier, please mark this issue as WORKSFORME.
Thanks,
Howard
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #10 from smithh032772 ---
Even though I developed a workaround for this issue, I tried to half-way revert
my code back to the code that initially could duplicate this issue. I only
added the EL to the readonlyInput="..." propert
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #9 from smithh032772 ---
Created attachment 29692
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29692&action=edit
Parses user agent
Attached UserAgentInfo.java
--
You are receiving this mail because:
You are the
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #8 from smithh032772 ---
Created attachment 29691
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29691&action=edit
LoginFilter.java parses user agent and populates user bean, etc...
Attached LoginFilter.java
--
Yo
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #7 from smithh032772 ---
Thanks for reviewing the issue and the responses. Honestly, right now, I am too
busy to build a simple project that duplicates the issue. I really just wanted
to report the issue.
I am quite sure that I
Author: kkolinko
Date: Tue Dec 4 22:32:09 2012
New Revision: 1417226
URL: http://svn.apache.org/viewvc?rev=1417226&view=rev
Log:
Merged revision 1417224 from tomcat/trunk:
Review of r1412576, which was a fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=54170
Reduce GC. There is no need
Author: kkolinko
Date: Tue Dec 4 22:29:35 2012
New Revision: 1417224
URL: http://svn.apache.org/viewvc?rev=1417224&view=rev
Log:
Review of r1412576, which was a fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=54170
Reduce GC. There is no need to copy characters into a new char[] array
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Dec 4 22:08:26 2012
New Revision: 1417218
URL: http://svn.apache.org/viewvc?rev=1417218&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54245
Keep git happy about a currently empty directory
Added:
tomcat/trunk/res/META-INF/default/.gitignore
Modi
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191
--- Comment #6 from Konstantin Kolinko ---
It looks as if your pf_usersController.loggedInViaIpad returns 'Y'
occasionally.
How that property is evaluated? Do you parse the user-agent header of each
request?
Maybe your ajax calls are loos
Author: markt
Date: Tue Dec 4 21:38:54 2012
New Revision: 1417201
URL: http://svn.apache.org/viewvc?rev=1417201&view=rev
Log:
Fix FindBugs warning
Avoid NPE (although given an OOME has occurred I'm not sure it matters)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Author: markt
Date: Tue Dec 4 21:37:03 2012
New Revision: 1417199
URL: http://svn.apache.org/viewvc?rev=1417199&view=rev
Log:
Fix FindBugs warnings
volatile int -> AtomicIntger so operations are actually atomic
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Modified
Author: markt
Date: Tue Dec 4 21:21:11 2012
New Revision: 1417194
URL: http://svn.apache.org/viewvc?rev=1417194&view=rev
Log:
Replicate the equals() and hashCode() strategy from MessageBytes to silence
some FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.j
Author: markt
Date: Tue Dec 4 21:20:25 2012
New Revision: 1417193
URL: http://svn.apache.org/viewvc?rev=1417193&view=rev
Log:
Fix comment typo
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java
UR
Author: schultz
Date: Tue Dec 4 20:36:41 2012
New Revision: 1417160
URL: http://svn.apache.org/viewvc?rev=1417160&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=141
https://issues.apache.org/bugzilla/show_bug.cgi?id=54235
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245
Bug ID: 54245
Summary: TomcatRepo\build.xml:2668:
TomcatRepo\output\manifests\default does not exist
Product: Tomcat 8
Version: trunk
Hardware: PC
Status:
Author: schultz
Date: Tue Dec 4 20:19:52 2012
New Revision: 1417149
URL: http://svn.apache.org/viewvc?rev=1417149&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=14
Author: markt
Date: Tue Dec 4 19:48:32 2012
New Revision: 1417137
URL: http://svn.apache.org/viewvc?rev=1417137&view=rev
Log:
Publish vulnerability info
Modified:
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/xdocs/security-6.xml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
CVE-2012-4431 Apache Tomcat Bypass of CSRF prevention filter
Severity: Important
Vendor: The Apache Software Foundation
Versions Affected:
- - Tomcat 7.0.0 to 7.0.31
- - Tomcat 6.0.0 to 6.0.35
Description:
The CSRF prevention filter could be bypass
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
CVE-2012-3546 Apache Tomcat Bypass of security constraints
Severity: Important
Vendor: The Apache Software Foundation
Versions Affected:
- - Tomcat 7.0.0 to 7.0.29
- - Tomcat 6.0.0 to 6.0.35
Earlier unsupported versions may also be affected
Descrip
CVE-2012-4534 Apache Tomcat denial of service
Severity: Important
Vendor: The Apache Software Foundation
Versions Affected:
- Tomcat 7.0.0 to 7.0.27
- Tomcat 6.0.0 to 6.0.35
Description:
When using the NIO connector with sendfile and HTTPS enabled, if a
client breaks the connection while readin
Author: kkolinko
Date: Tue Dec 4 18:38:40 2012
New Revision: 1417106
URL: http://svn.apache.org/viewvc?rev=1417106&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=14
On 04/12/2012 18:01, Konstantin Kolinko wrote:
> 2012/12/4 Mark Thomas :
>> On 04/12/2012 15:57, Konstantin Kolinko wrote:
>>> 2012/12/3 :
Author: markt
Date: Sun Dec 2 21:01:52 2012
New Revision: 1416258
URL: http://svn.apache.org/viewvc?rev=1416258&view=rev
Log:
>>
2012/12/4 Mark Thomas :
> On 04/12/2012 15:57, Konstantin Kolinko wrote:
>> 2012/12/3 :
>>> Author: markt
>>> Date: Sun Dec 2 21:01:52 2012
>>> New Revision: 1416258
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1416258&view=rev
>>> Log:
>>> WebSocket 1.0 implementation part 7 of many
>>> Complet
Author: kkolinko
Date: Tue Dec 4 17:44:14 2012
New Revision: 1417057
URL: http://svn.apache.org/viewvc?rev=1417057&view=rev
Log:
Followup to r1414046.
Mark tomcat-websocket.jar fragment as metadata-complete. It initializes itself
through a ServletContainerInitializer. There is no need for Tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=54244
Christopher Schultz changed:
What|Removed |Added
Summary|HTTP Connector SSL support |HTTP Connector SSL support
https://issues.apache.org/bugzilla/show_bug.cgi?id=54244
Bug ID: 54244
Summary: HTTP Connector SSL support section should give
examples for sslEnabledProtocols and sslProtocols
Product: Tomcat 7
Version: 7.0.33
Hardware: PC
On 04/12/2012 15:57, Konstantin Kolinko wrote:
> 2012/12/3 :
>> Author: markt
>> Date: Sun Dec 2 21:01:52 2012
>> New Revision: 1416258
>>
>> URL: http://svn.apache.org/viewvc?rev=1416258&view=rev
>> Log:
>> WebSocket 1.0 implementation part 7 of many
>> Complete path parameter passing for POJOs
Author: kkolinko
Date: Tue Dec 4 17:23:31 2012
New Revision: 1417044
URL: http://svn.apache.org/viewvc?rev=1417044&view=rev
Log:
Address Mark's comment to r1413324. Check that two messages were echoed back.
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Modifi
Author: kkolinko
Date: Tue Dec 4 17:18:32 2012
New Revision: 1417040
URL: http://svn.apache.org/viewvc?rev=1417040&view=rev
Log:
Fix trailing whitespace as reported by Checkstyle.
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java
Modified:
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) updated MTOMCAT-187:
---
Fix Version/s: 2.1
> Scan resources executing run goal
> ---
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) updated MTOMCAT-189:
---
Fix Version/s: 2.1
> additionalClassesDirs parameter handling expanded t
[
https://issues.apache.org/jira/browse/MTOMCAT-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) updated MTOMCAT-188:
---
Fix Version/s: 2.1
> Allow for the creation of a war that is both execut
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509840#comment-13509840
]
Nick Lloyd commented on MTOMCAT-189:
This is meant to support modifications that you
Author: kkolinko
Date: Tue Dec 4 16:30:36 2012
New Revision: 1417021
URL: http://svn.apache.org/viewvc?rev=1417021&view=rev
Log:
Simplify a loop
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodM
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509815#comment-13509815
]
Arne Franken commented on MTOMCAT-189:
--
why don't you just add additional dependenci
2012/12/3 :
> Author: markt
> Date: Sun Dec 2 21:01:52 2012
> New Revision: 1416258
>
> URL: http://svn.apache.org/viewvc?rev=1416258&view=rev
> Log:
> WebSocket 1.0 implementation part 7 of many
> Complete path parameter passing for POJOs
>
> Added:
> tomcat/trunk/java/org/apache/tomcat/webs
Author: kkolinko
Date: Tue Dec 4 15:51:09 2012
New Revision: 1417003
URL: http://svn.apache.org/viewvc?rev=1417003&view=rev
Log:
Review of r1416258
'&&' has higher priority than '||', so the brackets are needed.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java
Nick Lloyd created MTOMCAT-189:
--
Summary: additionalClassesDirs parameter handling expanded to
include run and run-war goals
Key: MTOMCAT-189
URL: https://issues.apache.org/jira/browse/MTOMCAT-189
Projec
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Password" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=8&rev2=9
Comment:
s/as/runs as/ and several other minor correc
2012/12/3 Brian Burch :
> On 03/12/12 16:22, Brian Burch wrote:
>>
>> On 03/12/12 11:44, Brian Burch wrote:
>>>
>>> On 02/12/12 22:00, Konstantin Kolinko wrote:
>>
>>
According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2
minutes (125 seconds), mainly due to a sleep()
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
--- Comment #4 from Konstantin Kolinko ---
(In reply to comment #3)
Your way goes to multiple tag libraries. If each one is self-contained, it
could configure itself, without a global tagPlugin file.
I do not know whether API is available
Mitch Kyle created MTOMCAT-188:
--
Summary: Allow for the creation of a war that is both executable
and deployable
Key: MTOMCAT-188
URL: https://issues.apache.org/jira/browse/MTOMCAT-188
Project: Apache To
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
--- Comment #3 from Sheldon Shao ---
TagPlugin is good for making tag libraris more efficently. The target for tag
libraries is to share between multiple web applications. Same as TagPlugin.
Imagine that one enterprise has many web applica
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
Sheldon Shao changed:
What|Removed |Added
OS||All
--- Comment #4 from Sheldon Sha
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242
--- Comment #2 from Konstantin Kolinko ---
I think generating an "if(itemsV != null){ }" clause around the whole iteration
loop will be more effective. An iterator is a temporary object that is GC'ed.
--
You are receiving this mail becau
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
Konstantin Kolinko changed:
What|Removed |Added
OS||All
Severity|normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241
--- Comment #2 from Konstantin Kolinko ---
What is your stacktrace and in what case this issue is triggered?
1. I agree with Mark that Writer.write((String)null) should throw an NPE
2. Regarding bug 35410 I think that the fix is wrong bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=54017
--- Comment #2 from Konstantin Kolinko ---
Regarding this fix ( r1402122 r1402123 ),
The JSP 2.2 spec chapter JSP.1.14.2.1 "Conversions from String values"
defines conversion to an Object as
[quote]
"As if new String(string-literal). This
Author: markt
Date: Tue Dec 4 09:33:39 2012
New Revision: 1416836
URL: http://svn.apache.org/viewvc?rev=1416836&view=rev
Log:
WebSocket 1.0 implementation part 8 of many
Start to join up the upgrade ProtocolHandler, the WebSocket session and the
Echo end point implementation
Modified:
tomca
On 03/12/2012 21:26, Elgs Chen wrote:
> Dear Tomcat Developers,
>
> I'm wondering if there's anything about SPDY connector implementation on the
> Tomcat roadmap? I'm hoping to get some insight about it with Tomcat.
There is an implementation in trunk.
Mark
---
Author: markt
Date: Tue Dec 4 08:47:18 2012
New Revision: 1416817
URL: http://svn.apache.org/viewvc?rev=1416817&view=rev
Log:
Prep for next release cycle
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc7.0.
Author: markt
Date: Tue Dec 4 08:46:27 2012
New Revision: 1416816
URL: http://svn.apache.org/viewvc?rev=1416816&view=rev
Log:
Tag 7.0.34
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_34/ (props changed)
- copied from r1416815, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
--- Comment #1 from Mark Thomas ---
Comment on attachment 29687
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29687
Patch for TagPluginManager.java
No objections in principle.
Some comments on the proposed solution:
1. I don
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239
--- Comment #3 from Mark Thomas ---
Comment on attachment 29685
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29685
ELInterpreterFactory
In principle this looks like a good idea.
I have a couple of concerns with the patch as
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240
Sheldon Shao changed:
What|Removed |Added
Attachment #29687|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241
Sheldon Shao changed:
What|Removed |Added
Attachment #29688|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242
Sheldon Shao changed:
What|Removed |Added
Attachment #29689|0 |1
is patch|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242
Bug ID: 54242
Summary: NPE in tagPlugins:ForEach
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Componen
Author: kfujino
Date: Tue Dec 4 08:08:16 2012
New Revision: 1416808
URL: http://svn.apache.org/viewvc?rev=1416808&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=141
83 matches
Mail list logo