[GUMP@vmgump]: Project taglibs-parent (in module tomcat-taglibs) failed

2013-01-23 Thread Gump
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 taglibs-parent has an issue affecting its community integration. This issu

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #9 from Chuck Caldarale --- (In reply to comment #8) > (In reply to comment #7) > > I think you are confused? ctx->context_id is not a pointer but a byte > > array. > context_id is most definitely a pointer to "unsigned char"

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread Christopher Schultz
Konstantin, On 1/23/13 7:50 PM, Konstantin Kolinko wrote: > 2013/1/23 jean-frederic clere : >> Version 1.1.25 is bug fixing release. >> The proposed release artefacts can be found at [1], >> and the build was done using tag [2]. >> >> The VOTE will remain open for at least 48 hours. >> >> The Apac

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #8 from Christopher Schultz --- (In reply to comment #7) > I think you are confused? ctx->context_id is not a pointer but a byte array. Er... > See the declaration; > > unsigned char context_id[SHA_DIGEST_LENGTH]; > >

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread Konstantin Kolinko
2013/1/23 jean-frederic clere : > Version 1.1.25 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.25 is > [ ] Stable, go ahead and release > [x

buildbot success in ASF Buildbot on tomcat-trunk

2013-01-23 Thread buildbot
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/3832 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1437787 - in /tomcat/trunk: java/javax/websocket/MessageHandler.java java/org/apache/catalina/valves/rewrite/RewriteValve.java java/org/apache/tomcat/util/buf/UEncoder.java test/org/apach

2013-01-23 Thread remm
Author: remm Date: Wed Jan 23 22:44:29 2013 New Revision: 1437787 URL: http://svn.apache.org/viewvc?rev=1437787&view=rev Log: Fix B2C test ooops, plus some warnings from that blamethingie. Modified: tomcat/trunk/java/javax/websocket/MessageHandler.java tomcat/trunk/java/org/apache/catalin

buildbot failure in ASF Buildbot on tomcat-trunk

2013-01-23 Thread buildbot
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/3831 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1437743 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ test/org/apache/tomcat/util/buf/ test/org/apache/tomcat/websocket/ webapps/docs/

2013-01-23 Thread remm
Author: remm Date: Wed Jan 23 21:24:33 2013 New Revision: 1437743 URL: http://svn.apache.org/viewvc?rev=1437743&view=rev Log: Refactor character encoding and decoding using NIO. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/catal

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #7 from William A. Rowe Jr. --- I think you are confused? ctx->context_id is not a pointer but a byte array. See the declaration; unsigned char context_id[SHA_DIGEST_LENGTH]; context_idis a member of the struct, *contex

Re: NIO in char IO

2013-01-23 Thread Remy Maucherat
On Wed, 2013-01-23 at 18:55 +, Mark Thomas wrote: > On 23/01/2013 16:44, Remy Maucherat wrote: > > Hi, > > > > I have ported a refactoring of character encoding (and decoding) to > > trunk, using NIO rather than the creative hacks that are used. It makes > > the IO nice and symmetrical, but I

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #6 from Christopher Schultz --- (In reply to comment #3) > You are suggesting C (C++) can morph the sizeof(str1) member when > it is explicitly declared? I think not... I wasn't suggesting that. I was suggesting that sizeof(me

svn commit: r1437716 - in /tomcat/trunk/java/org/apache/tomcat/websocket/server: LocalStrings.properties ServerContainerImpl.java WsFrameServer.java WsProtocolHandler.java WsRemoteEndpointServer.java

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 20:23:23 2013 New Revision: 1437716 URL: http://svn.apache.org/viewvc?rev=1437716&view=rev Log: Fix a few logging TODOs Cleanup Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websoc

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #5 from William A. Rowe Jr. --- Q. With this patch, does everything seem to work? A. Better still, it actual does successfully initialize the listeners and correctly handle incoming SSL traffic, using the SHA1 key into the S

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #4 from William A. Rowe Jr. --- Straightforward server.xml config; Since 1.0.1c Catalina error log now reports md5_dgst.c(74): OpenSSL internal error, assertion failed: Low level API call to digest MD5 forbidden in FIPS mod

[Bug 54476] New: incorrect param specification in javadoc ...tribes.group.GroupChannel send methods

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54476 Bug ID: 54476 Summary: incorrect param specification in javadoc ...tribes.group.GroupChannel send methods Product: Tomcat 7 Version: 7.0.35 Hardware: PC

Improvements to RealmBase

2013-01-23 Thread Christopher Schultz
All, I've been using securityfilter for a number of years. With the introduction of Servlet 3.0, the major reason for sf's existence has finally been made available to devs within a servlet container: drive-by logins. As I'm finally running on Tomcat 7 ;) I've been considering switching from usin

[Bug 54421] JMXRemoteLifeCycleListener - jmx.remote.authenticate value not working when there is a trailing space

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54421 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54468] Restore FIPS operation when compiled against OpenSSL 1.0.1c

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54468 --- Comment #3 from William A. Rowe Jr. --- You are suggesting C (C++) can morph the sizeof(str1) member when it is explicitly declared? I think not... struct { char str1[5]; int inta[4]; } any more than it would be allowed to m

[Bug 54456] ChunkedInputFilter returning EOF when client closes connection without sending end chunk

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO Severity|critical

[Bug 54466] No file name information in detail error when compiling the java file generated from a tag file

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54466 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437656 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/DefaultErrorHandler.java java/org/apache/jasper/resources/LocalStrings.properties java/org/apache/jasper/resources/L

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 19:46:35 2013 New Revision: 1437656 URL: http://svn.apache.org/viewvc?rev=1437656&view=rev Log: Improve error message by including the name of the file when the java file generated from a tag file cannot be compiled. Based on a patch by Sheldon Shao. Modified:

svn commit: r1437649 - in /tomcat/trunk/java/org/apache/jasper: compiler/DefaultErrorHandler.java resources/LocalStrings.properties resources/LocalStrings_es.properties

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 19:40:40 2013 New Revision: 1437649 URL: http://svn.apache.org/viewvc?rev=1437649&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54466 Improve error message by including the name of the file when the java file generated from a tag file cannot b

[Bug 54475] SMAP broken in Java 8 for JSP compile

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 --- Comment #3 from Nick Williams --- Like I said, I got the JSPs to compile in Tomcat with the Ant compiler (just without the SMAP) and I understand that Java 8 is still in flux. This bug report was so that at some point, as Java 8 becomes

[Bug 54461] JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 --- Comment #8 from Nick Williams --- I suppose my last comment was tl;dr :-). It was an explanation about the meandering journey on why I had some of the mistaken understandings that I did (and putting the blame squarely on that forum/list

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread Henri Gomez
works for me (Linux Mint 14) : sudo apt-get install libssl-dev libapr1-dev ./configure --with-apr=/usr make Tested with Tomcat 7.0.35 2013/1/23 Henri Gomez > 1.1.26 could came faster ? > > Le 23 janv. 2013 à 19:42, Christopher Schultz < > ch...@christopherschultz.net> a écrit : > > > Jean-F

svn commit: r1437640 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jasper-howto.xml

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 19:25:16 2013 New Revision: 1437640 URL: http://svn.apache.org/viewvc?rev=1437640&view=rev Log: Improve the documentation for the compiler attribute in the Jasper how-to Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/chan

[Bug 54464] tomcat-jasper and tomcat-embed-jasper maven artifacts have dependency to ECJ 4.2.1, but such artifact cannot be found

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54464 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Mark Thomas changed: What|Removed |Added CC||violet...@apache.org --- Comment #4

[Bug 54461] JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437637 - /tomcat/trunk/webapps/docs/jasper-howto.xml

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 19:19:34 2013 New Revision: 1437637 URL: http://svn.apache.org/viewvc?rev=1437637&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 Improve the documentation for the compiler attribute in the Jasper how-to Modified: tomcat/trunk/webapps/

Re: NIO in char IO

2013-01-23 Thread Mark Thomas
On 23/01/2013 16:44, Remy Maucherat wrote: > Hi, > > I have ported a refactoring of character encoding (and decoding) to > trunk, using NIO rather than the creative hacks that are used. It makes > the IO nice and symmetrical, but I haven't specifically tested any > performance (I couldn't stand th

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread Henri Gomez
1.1.26 could came faster ? Le 23 janv. 2013 à 19:42, Christopher Schultz a écrit : > Jean-Frederic, > > On 1/23/13 12:34 PM, jean-frederic clere wrote: >> Version 1.1.25 is bug fixing release. >> The proposed release artefacts can be found at [1], >> and the build was done using tag [2]. >> >

Re: Disable TLS compression in JSSE

2013-01-23 Thread Christopher Schultz
Tim, On 1/22/13 8:13 PM, Tim Whittington wrote: > As far as I know, JSSE doesn't support compression. > [1] claims this, but doesn't have a reference, and I can't find > anything else useful on the internet, although i recall an analysis of > the CRIME attack that claimed the same thing. Thanks -

Re: [VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread Christopher Schultz
Jean-Frederic, On 1/23/13 12:34 PM, jean-frederic clere wrote: > Version 1.1.25 is bug fixing release. > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The VOTE will remain open for at least 48 hours. > > The Apache Tomcat Native 1.1.25 is > [ ]

Re: Compiling JSPs with JDK 1.8 in Tomcat 8

2013-01-23 Thread Konstantin Kolinko
2013/1/23 Mark Thomas : > On 23/01/2013 17:46, Williams, Nick wrote: >> Interesting problem I'd welcome feedback on: >> >> I have an OS environmental variable JAVA_HOME set to C:\Program >> Files\Java\jdk1.8 (so, JAVA_HOME is set to the JDK home). My belief >> was that I SHOULD be able to leave of

[Bug 54475] SMAP broken in Java 8 for JSP compile

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 --- Comment #2 from Christopher Schultz --- Since 1.8 isn't out yet, I wouldn't expect support for it, yet. You should be able to use the JSP precompiler to generate Java source for you and then use whatever compiler you want to actually g

Re: Compiling JSPs with JDK 1.8 in Tomcat 8

2013-01-23 Thread Mark Thomas
On 23/01/2013 17:46, Williams, Nick wrote: > Interesting problem I'd welcome feedback on: > > I have an OS environmental variable JAVA_HOME set to C:\Program > Files\Java\jdk1.8 (so, JAVA_HOME is set to the JDK home). My belief > was that I SHOULD be able to leave off the tools.jar. However, that

[Bug 54461] JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 --- Comment #6 from Christopher Schultz --- (In reply to comment #5) > That's unrelated to the documentation I reported. I mentioned that I was > trying to compile with Java 8 for context, but I suppose that could have > just made it more c

[Bug 54475] SMAP broken in Java 8 for JSP compile

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 --- Comment #1 from Nick Williams --- Note, I realize that Java 8 is still beta. This bug may not be related to Tomcat, but could instead be a JDK issue. I have filed this bug mostly for tracking purposes, and so that someone more knowledge

[Bug 54475] New: SMAP broken in Java 8 for JSP compile

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54475 Bug ID: 54475 Summary: SMAP broken in Java 8 for JSP compile Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: major

[Bug 54461] JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 --- Comment #5 from Nick Williams --- That's unrelated to the documentation I reported. I mentioned that I was trying to compile with Java 8 for context, but I suppose that could have just made it more confusing. It boils down to this: I w

[Bug 54461] JSP compiler init parameter documented as "compiler", actually "compilerClassName"

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461 --- Comment #4 from Christopher Schultz --- (In reply to comment #3) > I tried the following variations of the compiler init parameter: > > > compiler > classic > > > > compil

RE: Compiling JSPs with JDK 1.8 in Tomcat 8

2013-01-23 Thread Williams, Nick
So, it turns out the SMAP was causing my Java 8 compiler issues. When I added that suppressSmap = true, it successfully compiled the JSP using Java 8, and the lambda expression in my JSP works. Like you said, some kind of problem there that will need to be address eventually. Not sure what it is

[VOTE] Release Apache Tomcat Native 1.1.25

2013-01-23 Thread jean-frederic clere
Version 1.1.25 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.25 is [ ] Stable, go ahead and release [ ] Broken because of ... [1] http://people.ap

NIO in char IO

2013-01-23 Thread Remy Maucherat
Hi, I have ported a refactoring of character encoding (and decoding) to trunk, using NIO rather than the creative hacks that are used. It makes the IO nice and symmetrical, but I haven't specifically tested any performance (I couldn't stand the old style, so it had to go regardless of the conseque

[Bug 54458] DataSourceRealm should provide more info on SQLException

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54458 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437507 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/DataSourceRealm.java webapps/docs/changelog.xml

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 15:57:20 2013 New Revision: 1437507 URL: http://svn.apache.org/viewvc?rev=1437507&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54458 Include exception in error log message Patch provided by Violeta Georgieva Modified: tomcat/tc7.0.x/trunk

svn commit: r1437505 - /tomcat/trunk/java/org/apache/catalina/realm/DataSourceRealm.java

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 15:55:17 2013 New Revision: 1437505 URL: http://svn.apache.org/viewvc?rev=1437505&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54458 Include exception in error log message Patch provided by Violeta Georgieva Modified: tomcat/trunk/java/or

[Bug 54457] HTTP status codes for errors getting overwritten with status code 500

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54457 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Disable TLS compression in JSSE

2013-01-23 Thread Ognjen Blagojevic
On 23.1.2013 2:13, Tim Whittington wrote: As far as I know, JSSE doesn't support compression. [1] claims this, but doesn't have a reference, and I can't find anything else useful on the internet, although i recall an analysis of the CRIME attack that claimed the same thing. I tested couple of m

[Bug 54456] ChunkedInputFilter returning EOF when client closes connection without sending end chunk

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 --- Comment #1 from Mark Thomas --- Which HTTP connector are you using? I'm having trouble reproducing this. I'm not against the patch but I'd like to understand what is going on first. -- You are receiving this mail because: You are the

[Bug 54450] Injection fails when part of the servlet properties uses @Resource and the other uses 'injection-target'

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54450 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437338 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ test/org/apache/catalina/startup/ test/webapp-3.0-fragments/WEB-INF/ webapps/docs/

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 11:02:35 2013 New Revision: 1437338 URL: http://svn.apache.org/viewvc?rev=1437338&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54450 Correctly handle resource injection when part of the servlet properties uses @Resource and the other uses 'in

svn commit: r1437337 - in /tomcat/trunk: java/org/apache/catalina/core/ test/org/apache/catalina/startup/ test/webapp-3.0-fragments/WEB-INF/

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 10:57:27 2013 New Revision: 1437337 URL: http://svn.apache.org/viewvc?rev=1437337&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54450 Correctly handle resource injection when part of the servlet properties uses @Resource and the other uses 'in

[Bug 54448] Field of primitive type, annotated with @Resource is not recognized as env entry

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54448 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1437321 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ test/org/apache/catalina/startup/ webapps/docs/

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 10:23:32 2013 New Revision: 1437321 URL: http://svn.apache.org/viewvc?rev=1437321&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54448 Correctly handle @Resource annotations on primitives. Includes test case. Patch provided by Violeta Georgieva.

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2013-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=66&rev2=67 hondaruckusforsale\.org honey99\.cn hon

svn commit: r1437319 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 10:11:02 2013 New Revision: 1437319 URL: http://svn.apache.org/viewvc?rev=1437319&view=rev Log: Move to correct section Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

svn commit: r1437317 - in /tomcat/trunk: java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ test/org/apache/catalina/startup/

2013-01-23 Thread markt
Author: markt Date: Wed Jan 23 10:09:03 2013 New Revision: 1437317 URL: http://svn.apache.org/viewvc?rev=1437317&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54448 Correctly handle @Resource annotations on primitives. Includes test case. Patch provided by Violeta Georgieva.

[Bug 54472] JspcServletContext need to set ClassLoader

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54472 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54440] TagPluginManager.init() throws NPE when used in Ant task

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440 Mark Thomas changed: What|Removed |Added CC||aceofm...@gmail.com --- Comment #4 f