Hi folks,
Our project OpenWebBeans has a dependency on Tomcat 7 artifacts. We are going
to
release OWB. Where is the Tomcat 7 Beta Maven artifacts?
Thanks;
Gurkan
OpenWebBeans PMC Chair
On 04/07/2010 11:43, Gurkan Erdogdu wrote:
Hi folks,
Our project OpenWebBeans has a dependency on Tomcat 7 artifacts. We are going to
release OWB. Where is the Tomcat 7 Beta Maven artifacts?
They haven't been uploaded yet. I should be able to upload them later
this week.
Mark
--
The fixcrlf handling of RTF files when packed into the source
distribution has changed as a side effect of
http://svn.apache.org/viewvc?view=revision&revision=893572
It was "don't change" before and "fix" after.
It seems the RTF spec is at least unclear about correct line endings
with a tende
Author: pero
Date: Sun Jul 4 10:47:12 2010
New Revision: 960317
URL: http://svn.apache.org/viewvc?rev=960317&view=rev
Log:
Fix indentation...
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/w
Author: pero
Date: Sun Jul 4 10:50:53 2010
New Revision: 960318
URL: http://svn.apache.org/viewvc?rev=960318&view=rev
Log:
no functional change.
reformating and fix some checkstyle warnings
Modified:
tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java
Modified: tomcat/trunk/jav
Hi Rainer,
source of AsyncContextImpl has a lot of open checkstyle warnings. I
check my eclipse
but all formatter use space instead tabs. Very strange...
Peter
Am 04.07.2010 um 01:17 schrieb Rainer Jung:
Hi Peter,
On 04.07.2010 00:48, p...@apache.org wrote:
Author: pero
Date: Sat Jul 3
+---+
| 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
2010/7/4 Rainer Jung :
> The fixcrlf handling of RTF files when packed into the source distribution
> has changed as a side effect of
>
> http://svn.apache.org/viewvc?view=revision&revision=893572
>
> It was "don't change" before and "fix" after.
>
> It seems the RTF spec is at least unclear about
On 04/07/2010 12:00, Rainer Jung wrote:
The fixcrlf handling of RTF files when packed into the source
distribution has changed as a side effect of
http://svn.apache.org/viewvc?view=revision&revision=893572
It was "don't change" before and "fix" after.
It seems the RTF spec is at least unclear
https://issues.apache.org/bugzilla/show_bug.cgi?id=49528
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
Author: markt
Date: Sun Jul 4 15:38:40 2010
New Revision: 960347
URL: http://svn.apache.org/viewvc?rev=960347&view=rev
Log:
Revert r960283, r960316, r960318. r960283 broke the spec and the other commits
were sufficiently tightly coupled to it that it was easier to revert all of
them than try to
Author: markt
Date: Sun Jul 4 15:44:45 2010
New Revision: 960348
URL: http://svn.apache.org/viewvc?rev=960348&view=rev
Log:
Revert r958362, r960083, r958406, r960069. r958362 broke the TCK tests and the
other commits were sufficiently tightly coupled to it that it was easier to
revert all of th
Author: rjung
Date: Sun Jul 4 16:01:43 2010
New Revision: 960350
URL: http://svn.apache.org/viewvc?rev=960350&view=rev
Log:
Remove *.rtf from fixcrlf patternset.
No need for native line ends in RTF files.
Their spec indicates they should use CRLF.
Modified:
tomcat/trunk/build.xml
Modified:
Author: rjung
Date: Sun Jul 4 16:06:50 2010
New Revision: 960352
URL: http://svn.apache.org/viewvc?rev=960352&view=rev
Log:
Propose.
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=960
Author: rjung
Date: Sun Jul 4 16:19:07 2010
New Revision: 960355
URL: http://svn.apache.org/viewvc?rev=960355&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=960355
On Jul 4, 2010, at 11:15 AM, Mark Thomas wrote:
> On 04/07/2010 12:00, Rainer Jung wrote:
>> The fixcrlf handling of RTF files when packed into the source
>> distribution has changed as a side effect of
>>
>> http://svn.apache.org/viewvc?view=revision&revision=893572
>>
>> It was "don't change"
https://issues.apache.org/bugzilla/show_bug.cgi?id=49548
Summary: Refactoring SetSupport
Product: Taglibs
Version: 1.2.0
Platform: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Standard Taglib
https://issues.apache.org/bugzilla/show_bug.cgi?id=49548
--- Comment #1 from Jeremy Boynes 2010-07-04 12:23:01 EDT
---
Created an attachment (id=25694)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25694)
Refactors SetSupport
--
Configure bugmail: https://issues.apache.org/bugzill
Different methods in our Functions implementation handle null parameters
inconsistently; for example, toUpperCase does not perform any null check
whereas indexOf does. If I grok the EL spec correctly, all String parameter
values should be coerced by the rules in 1.18.2 which would guarantee that
On 01.07.2010 18:42, Rainer Jung wrote:
On 01.07.2010 17:20, Marc Guillemot wrote:
jean-frederic clere wrote:
...
I run a daily test and just looked to what breaks it and complain.
Now I am looking to Peter's application to find what is broken.
so you're the continuous integration server ;-)
Hmm,
Spec says:
public boolean isAsyncStarted() - Returns true if async processing
has started on this request, and false otherwise. If this request has
been
dispatched using one of the AsyncContext.dispatch methods since it was
put in asynchronous mode, or a call to AsynContext.complete is m
Hi Mark,
why you remove and doesn't correct the TestCases?
Please, explain how a AsyncListner can receive onTimeout ?
Peter
Am 04.07.2010 um 17:44 schrieb ma...@apache.org:
Author: markt
Date: Sun Jul 4 15:44:45 2010
New Revision: 960348
URL: http://svn.apache.org/viewvc?rev=960348&view=r
Author: markt
Date: Sun Jul 4 20:34:02 2010
New Revision: 960391
URL: http://svn.apache.org/viewvc?rev=960391&view=rev
Log:
Add a test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=49528
Added:
tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
(with props)
Author: markt
Date: Sun Jul 4 20:38:41 2010
New Revision: 960392
URL: http://svn.apache.org/viewvc?rev=960392&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49528
AsyncContext.start() uses an internal dispatch but this should not have the
same side-effects as calling dispat
https://issues.apache.org/bugzilla/show_bug.cgi?id=49528
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49543
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #2 from Mark
Author: kkolinko
Date: Sun Jul 4 20:45:42 2010
New Revision: 960393
URL: http://svn.apache.org/viewvc?rev=960393&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=9603
Author: markt
Date: Sun Jul 4 20:48:07 2010
New Revision: 960394
URL: http://svn.apache.org/viewvc?rev=960394&view=rev
Log:
Clean up
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/do
https://issues.apache.org/bugzilla/show_bug.cgi?id=49428
--- Comment #2 from Mark Thomas 2010-07-04 18:08:41 EDT ---
Please run the litmus test suite with your patch. Whilst the current
implementation has some failures (and patches for those would be welcome too)
the current patch for this issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=37449
--- Comment #9 from Bruno Braga 2010-07-04 18:12:55 EDT ---
Created an attachment (id=25696)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25696)
backport tomcat windows
--
Configure bugmail: https://issues.apache.org/bugzill
https://issues.apache.org/bugzilla/show_bug.cgi?id=37449
--- Comment #10 from Bruno Braga 2010-07-04 18:13:42 EDT ---
Ok.
IBM Rational Team Concert isn't officially supported on Tomcat 6 yet.
So I get the Tomcat 6.0 and 5.5 source code and wrote a back-port for this
feature (CombinedRealm).
Now
https://issues.apache.org/bugzilla/show_bug.cgi?id=37449
--- Comment #8 from Bruno Braga 2010-07-04 18:11:08 EDT ---
Created an attachment (id=25695)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25695)
backport tomcat linux
--
Configure bugmail: https://issues.apache.org/bugzilla/
Author: kfujino
Date: Mon Jul 5 01:07:45 2010
New Revision: 960416
URL: http://svn.apache.org/viewvc?rev=960416&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=96041
https://issues.apache.org/bugzilla/show_bug.cgi?id=27717
--- Comment #18 from Jeremy Boynes 2010-07-04 21:28:58 EDT
---
(In reply to comment #17)
> CachedXPathAPI says that: "A faster way is to precompile the XPaths using the
> low-level API, and then just use the XPaths over and over". That so
Author: pero
Date: Mon Jul 5 03:34:53 2010
New Revision: 960430
URL: http://svn.apache.org/viewvc?rev=960430&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=960430&r
Agreed on 1.18.2. For String params (and Number, Character and
Boolean) it looks like Functions should be able to assume that they're
null-safe.
Hen
On Sun, Jul 4, 2010 at 12:20 PM, Jeremy Boynes wrote:
> Different methods in our Functions implementation handle null parameters
> inconsistently;
On 04.07.2010 22:11, Peter Roßbach wrote:
Hmm,
Spec says:
public boolean isAsyncStarted() - Returns true if async processing
has started on this request, and false otherwise. If this request has been
dispatched using one of the AsyncContext.dispatch methods since it was
put in asynchronous mode
Author: rjung
Date: Mon Jul 5 06:55:26 2010
New Revision: 960460
URL: http://svn.apache.org/viewvc?rev=960460&view=rev
Log:
Remove *.rtf from fixcrlf patternset.
No need for native line ends in RTF files.
Their spec indicates they should use CRLF.
Backport of r960350 from trunk.
Modified:
43 matches
Mail list logo