https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
--- Comment #14 from pan4o 2012-03-30 06:31:58 UTC ---
(In reply to comment #13)
> .22.
> >
> > The fix of this issue will be than:
> > tomcat-jdbc MANIFEST:
> > Import-Package: org.apache.juli.logging;version="[6.0, 7.1)"
> > OR may be
>
Author: costin
Date: Fri Mar 30 05:10:54 2012
New Revision: 1307260
URL: http://svn.apache.org/viewvc?rev=1307260&view=rev
Log:
Space police...
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1307260&r1=1307259&
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-trunk-test has an issue affecting its community integration.
This i
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-tc7.0.x-test has an issue affecting its community integration.
This
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-trunk-validate has an issue affecting its community integration.
Th
WIth binding +1's from olamy, fhanik and mturk and my non-binding +1, I call
the vote passed and will deploy the staged artefacts.
Thanks
Jeremy
On Mar 29, 2012, at 4:55 AM, Mladen Turk wrote:
> +1
>
> Signatures and generic content OK
>
> On 03/26/2012 07:01 AM, Jeremy Boynes wrote:
>> The p
On Mar 29, 2012, at 8:22 AM, Olivier Lamy wrote:
> 2012/3/29 Jeremy Boynes :
...
>> However, we are also getting errors about the effective path of parent files
>> which I believe is caused because the aggregating pom in trunks is not
>> actually the parent of the modules it contains. This is bec
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/2914
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: costin
Date: Thu Mar 29 23:18:34 2012
New Revision: 1307160
URL: http://svn.apache.org/viewvc?rev=1307160&view=rev
Log:
Fix npn location, make it optional
Modified:
tomcat/trunk/build.properties.default
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.properties.default
URL:
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/2913
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
2012/3/30 :
> Author: kkolinko
> Date: Thu Mar 29 22:22:50 2012
> New Revision: 1307146
>
> URL: http://svn.apache.org/viewvc?rev=1307146&view=rev
> Log:
> Re: r1306716
> - Fix wrong download location of npn-boot.jar
> - Fix broken build.xml, as noted by Checkstyle.
>
> I think whether we should u
Author: kkolinko
Date: Thu Mar 29 22:22:50 2012
New Revision: 1307146
URL: http://svn.apache.org/viewvc?rev=1307146&view=rev
Log:
Re: r1306716
- Fix wrong download location of npn-boot.jar
- Fix broken build.xml, as noted by Checkstyle.
I think whether we should use npn-boot.jar has to be discuss
When we use Eclipse IDE with Tomcat we configure it to use
".settings/output" as the output directory and ".settings" is already
ignored.
Maybe similar trick can be used here.
http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?view=markup#l29
2012/3/30 Olivier La
intellij create that.
2012/3/29 Konstantin Kolinko :
> When this "out" directory is created?
>
>
> It is not "target" as usually in Maven, not "output" as in Tomcat
> sources. Where it comes from? Just wondering.
>
> 2012/3/29 :
>> Author: olamy
>> Date: Thu Mar 29 13:50:31 2012
>> New Revision:
2012/3/29 Mark Claassen :
> After thinking about this some more, and deliberating on the subtle issues
> that were coming up, I decided to reduce the scope of my
> enhancement. I still like the idea of using a standard logger for this
> logging, but for now I thought I would focus more on my
> s
Author: markt
Date: Thu Mar 29 20:31:19 2012
New Revision: 1307096
URL: http://svn.apache.org/viewvc?rev=1307096&view=rev
Log:
Fix a handful of Eclipse warnings
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolExhaustedException.java
tomcat/trunk/mo
Author: markt
Date: Thu Mar 29 20:22:30 2012
New Revision: 1307094
URL: http://svn.apache.org/viewvc?rev=1307094&view=rev
Log:
Disable some warnings we can't do anything about
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java
Modified:
When this "out" directory is created?
It is not "target" as usually in Maven, not "output" as in Tomcat
sources. Where it comes from? Just wondering.
2012/3/29 :
> Author: olamy
> Date: Thu Mar 29 13:50:31 2012
> New Revision: 1306869
>
> URL: http://svn.apache.org/viewvc?rev=1306869&view=rev
>
Author: markt
Date: Thu Mar 29 20:19:18 2012
New Revision: 1307093
URL: http://svn.apache.org/viewvc?rev=1307093&view=rev
Log:
Line length
Remove unnecessary exception declaration
Remove @author tag
Modified:
tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/Disposable
Author: markt
Date: Thu Mar 29 20:11:02 2012
New Revision: 1307090
URL: http://svn.apache.org/viewvc?rev=1307090&view=rev
Log:
Return the port rather than always throwing an exception
Modified:
tomcat/trunk/java/org/apache/tomcat/jni/socket/AprSocket.java
Modified: tomcat/trunk/java/org/apac
Author: markt
Date: Thu Mar 29 20:05:51 2012
New Revision: 1307088
URL: http://svn.apache.org/viewvc?rev=1307088&view=rev
Log:
Fix a hanging test with APR. Connections using HTTP keep-alive were not closed
on Endpoint.stop() so a stop() start() sequence meant they were kept open with
any data se
Author: markt
Date: Thu Mar 29 20:03:20 2012
New Revision: 1307084
URL: http://svn.apache.org/viewvc?rev=1307084&view=rev
Log:
Fix a hanging test with APR. Connections using HTTP keep-alive were not closed
on Endpoint.stop() so a stop() start() sequence meant they were kept open with
any data se
Author: markt
Date: Thu Mar 29 20:01:15 2012
New Revision: 1307083
URL: http://svn.apache.org/viewvc?rev=1307083&view=rev
Log:
@Override police
Modified:
tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportSocket.java
tomcat/trunk/java/org/apache/tomcat/spdy/SpdyStream.java
Modified: tomc
Author: markt
Date: Thu Mar 29 19:59:50 2012
New Revision: 1307081
URL: http://svn.apache.org/viewvc?rev=1307081&view=rev
Log:
Unnecessary code
Modified:
tomcat/trunk/java/org/apache/tomcat/spdy/SpdyContext.java
Modified: tomcat/trunk/java/org/apache/tomcat/spdy/SpdyContext.java
URL:
http:/
Author: markt
Date: Thu Mar 29 19:59:37 2012
New Revision: 1307080
URL: http://svn.apache.org/viewvc?rev=1307080&view=rev
Log:
Import / @Override police
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.ja
Author: markt
Date: Thu Mar 29 19:55:07 2012
New Revision: 1307079
URL: http://svn.apache.org/viewvc?rev=1307079&view=rev
Log:
Whitespace / import police
Modified:
tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11AprPr
Author: kkolinko
Date: Thu Mar 29 19:15:11 2012
New Revision: 1307064
URL: http://svn.apache.org/viewvc?rev=1307064&view=rev
Log:
svn:eol-style = native
Modified:
tomcat/trunk/java/org/apache/coyote/http11/NpnHandler.java (props changed)
tomcat/trunk/java/org/apache/tomcat/spdy/NetSuppo
Author: kkolinko
Date: Thu Mar 29 18:18:38 2012
New Revision: 1307027
URL: http://svn.apache.org/viewvc?rev=1307027&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=13
Author: costin
Date: Thu Mar 29 17:54:51 2012
New Revision: 1307019
URL: http://svn.apache.org/viewvc?rev=1307019&view=rev
Log:
Fix imports/licence.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/NpnHandler.java
tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.java
to
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
--- Comment #16 from Alexander Pogrebnyak
2012-03-29 16:54:55 UTC ---
Dummy comment to test https://issues.apache.org/jira/browse/INFRA-4620
Please disregard.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
--- Comment #15 from Alexander Pogrebnyak
2012-03-29 16:52:27 UTC ---
(In reply to comment #14)
> r1306410
>
> a day or so ago
Thanks a lot for fixing this!!!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e
After thinking about this some more, and deliberating on the subtle issues that
were coming up, I decided to reduce the scope of my
enhancement. I still like the idea of using a standard logger for this
logging, but for now I thought I would focus more on my
specific problem. I wrote more about
https://issues.apache.org/bugzilla/show_bug.cgi?id=52688
--- Comment #8 from Mark 2012-03-29 16:51:18 UTC ---
I also realized that the default tomcat JULI FileHandler and AsyncFileHandler
do not support deleting old files. So, I would either need to change these as
well, or need to configure my
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
Filip Hanik changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
Alexander Pogrebnyak changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
--- Comment #12 from Alexander Pogrebnyak
2012-03-29 16:30:01 UTC ---
(In reply to comment #11)
> http://www.apache.org/dev/#infrastructure
Created bug report https://issues.apache.org/jira/browse/INFRA-4620
--
Configure bugmail: https:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318
--- Comment #13 from Filip Hanik 2012-03-29 16:21:19 UTC ---
.22.
>
> The fix of this issue will be than:
> tomcat-jdbc MANIFEST:
> Import-Package: org.apache.juli.logging;version="[6.0, 7.1)"
> OR may be
> Import-Package: org.apache.juli.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
Filip Hanik changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
2012/3/29 Olivier Lamy :
> 2012/3/29 Jeremy Boynes :
>> A checkout of trunks is building on my Mac using Maven 3.0.3 but failing in
>> a similar way to Jenkins with Maven 3.0.4
>> It works with 3.0.4 if I remove the -T3 so that it builds single threaded,
>> but the last successful build #15 also
Author: fhanik
Date: Thu Mar 29 16:12:56 2012
New Revision: 1306955
URL: http://svn.apache.org/viewvc?rev=1306955&view=rev
Log:
http://markmail.org/message/j7jk7xalhs7t7op7
Correct class loader to load pool threads, to avoid the leak detector
Modified:
tomcat/tc7.0.x/trunk/modules/ (props
Author: fhanik
Date: Thu Mar 29 16:02:26 2012
New Revision: 1306946
URL: http://svn.apache.org/viewvc?rev=1306946&view=rev
Log:
Per http://tomcat.markmail.org/thread/j7jk7xalhs7t7op7
Threads in the connection pool should not be created using the context loader,
but rather the loader that loaded t
> >> -Original Message-
> >> From: kfuj...@apache.org [mailto:kfuj...@apache.org]
> >> Sent: Tuesday, March 27, 2012 8:51 PM
> >> To: dev@tomcat.apache.org
> >> Subject: svn commit: r1306130 - in
> >> /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties
> >> UserConfig.ja
2012/3/29 Jeremy Boynes :
> A checkout of trunks is building on my Mac using Maven 3.0.3 but failing in a
> similar way to Jenkins with Maven 3.0.4
> It works with 3.0.4 if I remove the -T3 so that it builds single threaded,
> but the last successful build #15 also used 3.0.4 and -T3
>
> I propos
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
--- Comment #10 from Alexander Pogrebnyak
2012-03-29 14:57:47 UTC ---
BTW, it is not related to this bug, but I don't know where to submit it
otherwise.
When I add a comment to this bug report and press `Save Changes` button
Bugzilla does
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066
Alexander Pogrebnyak changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution
https://issues.apache.org/bugzilla/show_bug.cgi?id=52983
--- Comment #2 from Mark Thomas 2012-03-29 14:16:08 UTC ---
I've proposed the fix that was applied to trunk and 7.0.x for 6.0.x.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving th
Author: markt
Date: Thu Mar 29 14:16:05 2012
New Revision: 1306874
URL: http://svn.apache.org/viewvc?rev=1306874&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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53000
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: olamy
Date: Thu Mar 29 13:50:31 2012
New Revision: 1306869
URL: http://svn.apache.org/viewvc?rev=1306869&view=rev
Log:
ignore out directory
Modified:
tomcat/taglibs/trunks/ (props changed)
Propchange: tomcat/taglibs/trunks/
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=53000
h...@mckesson.nl changed:
What|Removed |Added
Severity|normal |blocker
--
Configure bugmail: h
+1
Signatures and generic content OK
On 03/26/2012 07:01 AM, Jeremy Boynes wrote:
The proposed 3 release of Apache Taglibs Parent POM is now available for voting.
Please vote on whether Apache Taglibs Parent 3 should be:
[+1] Released, or
[-1] Not released because ...
Regards
--
^TM
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001
Bug #: 53001
Summary: Behaviour of ResourceBundleELResolver
Product: Tomcat 7
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: nor
https://issues.apache.org/bugzilla/show_bug.cgi?id=53000
Bug #: 53000
Summary: Null-pointer exception catalina
Product: Tomcat 6
Version: 6.0.35
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity:
53 matches
Mail list logo