Author: markt
Date: Sat Jan 18 08:55:44 2014
New Revision: 1559332
URL: http://svn.apache.org/r1559332
Log:
Correct RM
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/w
Author: markt
Date: Sat Jan 18 08:58:22 2014
New Revision: 1559333
URL: http://svn.apache.org/r1559333
Log:
Fix broken link.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.
Author: markt
Date: Sat Jan 18 09:11:55 2014
New Revision: 1559335
URL: http://svn.apache.org/r1559335
Log:
Proposal and remove a section we have never used
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/t
On 18/01/2014 01:15, Ognjen Blagojevic wrote:
Thanks for the review.
> - Tested SSL/TLS connectivity for BIO, NIO and APR connectors. All good,
> with one peculiarity: NIO connector is sensitive to whitespace in
> "ciphers" attribute. BIO is not.
Patch proposed.
> - Crawled all links (except
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 18/01/2014 02:20, Jeremy Boynes wrote:
> I have started seeing a test failure on one of the tribes tests on
> trunk (see log below). OSX 10.9.1 with 1.7.0_51 or 1.7.0_45
> r1559303
>
> Is anyone else seeing similar, or could you provide me with cl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 18/01/2014 04:34, Jeremy Boynes wrote:
> On Jan 15, 2014, at 2:38 AM, Mark Thomas wrote:
>
>> Does any one have anything else to add to
>> http://wiki.apache.org/tomcat/Cookies ? It feels like we should
>> be looking to make some decisions on whe
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
Bug ID: 56029
Summary: Ternary operator doesn't work as expected inside
attributes in jspx pages
Product: Tomcat 7
Version: 7.0.50
Hardware: All
OS: M
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #1 from Michael Simons ---
Happens with all named operators
span
will break as well.
If used in jspx it only works now as
span
which is not a really acceptable solution.
--
You are receiving this mail because:
You
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #2 from Konstantin Kolinko ---
Ack. Reproducible with your sample file from Comment 0 minus the 'xmlns:c' and
'xmlns:fmt' attributes.
> javax.el.ELException: Failed to parse the expression
> [${currentControllereq'News'?'sele
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #3 from Konstantin Kolinko ---
(In reply to Konstantin Kolinko from comment #2)
> Ack. Reproducible with your sample file from Comment 0 minus the 'xmlns:c'
> and 'xmlns:fmt' attributes.
>
Reproducible in 8.0-RC10 and 6.0.38 (
2014/1/18 Mark Thomas :
> The proposed Apache Tomcat 6.0.38 release candidate is now available
> for voting.
>
> The main changes since 6.0.37 are:
> - Updated to use the Eclipse compiler 4.3.1
> - Back-ported various improvements to the validation of XML
> configuration files from Tomcat 7
> - A
2014/1/18 :
> Author: markt
> Date: Sat Jan 18 09:11:55 2014
> New Revision: 1559335
>
> URL: http://svn.apache.org/r1559335
> Log:
> Proposal and remove a section we have never used
>
>
> +* BIO tolerates whitespace in the ciphers attribute whereas NIO does not.
> Make
> + NIO tolerate it as we
Author: kkolinko
Date: Sat Jan 18 16:07:50 2014
New Revision: 1559361
URL: http://svn.apache.org/r1559361
Log:
Fix typos
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk
On Jan 18, 2014, at 2:50 AM, Mark Thomas wrote:
> Signed PGP part
> On 18/01/2014 04:34, Jeremy Boynes wrote:
> > On Jan 15, 2014, at 2:38 AM, Mark Thomas wrote:
> >
> >> Does any one have anything else to add to
> >> http://wiki.apache.org/tomcat/Cookies ? It feels like we should
> >> be lookin
Author: jboynes
Date: Sat Jan 18 16:58:14 2014
New Revision: 1559363
URL: http://svn.apache.org/r1559363
Log:
Cosmetic cleanup - no functional change.
Modified:
tomcat/trunk/java/javax/servlet/http/Cookie.java
Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java
URL:
http://svn.apache
On 18/01/2014 16:54, Jeremy Boynes wrote:
> We know people actually use name-only cookies so I think we should
> prioritize support for the «X=» form (i.e. it gets be the Cookie
> with name == “X” and value == “").
+1
> We then have two options for the «X» form: 1) drop it 2) return it
> as the
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #4 from Mark Thomas ---
I suspected when I read this report that it was a regression caused by the fix
for Bug 55198 and given the versions of Tomcat affected it looks to be very
much the case (although I haven't confirmed it ye
On 18/01/2014 15:47, Konstantin Kolinko wrote:
> 2014/1/18 Mark Thomas :
>> The proposed Apache Tomcat 6.0.38 release candidate is now available
>> for voting.
>>
>> The main changes since 6.0.37 are:
>> - Updated to use the Eclipse compiler 4.3.1
>> - Back-ported various improvements to the valida
Author: markt
Date: Sat Jan 18 17:28:18 2014
New Revision: 1559370
URL: http://svn.apache.org/r1559370
Log:
The 6.0.38 release vote isn't going to pass.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache
On 18.01.2014 18:26, Mark Thomas wrote:
> On 18/01/2014 15:47, Konstantin Kolinko wrote:
>> 2014/1/18 Mark Thomas :
>>> The proposed Apache Tomcat 6.0.38 release candidate is now available
>>> for voting.
>>>
>>> The main changes since 6.0.37 are:
>>> - Updated to use the Eclipse compiler 4.3.1
>>>
Author: jboynes
Date: Sat Jan 18 19:02:48 2014
New Revision: 1559392
URL: http://svn.apache.org/r1559392
Log:
Refactor check for characters allowed in a Cookie name to use a BitSet rather
than searching through a String.
Modified:
tomcat/trunk/java/javax/servlet/http/Cookie.java
Modified: t
Author: markt
Date: Sat Jan 18 19:33:19 2014
New Revision: 1559397
URL: http://svn.apache.org/r1559397
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 a regression in
the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
Remove the code to skip whitespace from the
Author: markt
Date: Sat Jan 18 19:43:32 2014
New Revision: 1559401
URL: http://svn.apache.org/r1559401
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 a regression in
the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55198
Remove the code to skip whitespace from the
Author: markt
Date: Sat Jan 18 19:45:46 2014
New Revision: 1559403
URL: http://svn.apache.org/r1559403
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=1559403&r1=1559402&r
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #5 from Mark Thomas ---
Fixed in 8.0.x for 8.0.0 onwards and in 7.0.x for 7.0.51 onwards.
Proposed for 6.0.x.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
Mark Thomas changed:
What|Removed |Added
Component|Jasper |Jasper
Version|7.0.50
https://issues.apache.org/bugzilla/show_bug.cgi?id=56031
Bug ID: 56031
Summary: Tomcat 7.0.50 breaks on valid EL ternary expressions
Product: Tomcat 7
Version: 7.0.50
Hardware: PC
OS: Mac OS X 10.4
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=56031
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
Mark Thomas changed:
What|Removed |Added
CC||fgi...@apache.org
--- Comment #6 fro
https://issues.apache.org/bugzilla/show_bug.cgi?id=56029
--- Comment #7 from Michael Simons ---
Konstantin: Your addendum is fully correct, i can confirm this.
Thanks for your kind reply and the quick solution, highly appreciated. Also
thanks for the workaround, but i guess i'll wait to 7.0.51.
Author: markt
Date: Sat Jan 18 21:24:37 2014
New Revision: 1559419
URL: http://svn.apache.org/r1559419
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56012
Imports from unnamed packages are now explicitly illegal
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.jav
Author: markt
Date: Sat Jan 18 21:25:05 2014
New Revision: 1559420
URL: http://svn.apache.org/r1559420
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/PageInfo.java
URL:
http://svn.apache.org
Author: markt
Date: Sat Jan 18 21:29:52 2014
New Revision: 1559421
URL: http://svn.apache.org/r1559421
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56012
Imports from unnamed packages are now explicitly illegal
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56012
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Sat Jan 18 21:33:21 2014
New Revision: 1559424
URL: http://svn.apache.org/r1559424
Log:
Add the test case from bug 56031 as it suggested there may be further issues -
there were not
Modified:
tomcat/trunk/test/org/apache/jasper/compiler/TestELParser.java
Modified: tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=56031
--- Comment #2 from Mark Thomas ---
Just to be on the safe side I added your example as a test case to 8.0.x and
with the fix in place it passes so this is already fixed in trunk and 7.0.x and
will be in 8.0.0 and 7.0.51 onwards.
--
You a
https://issues.apache.org/bugzilla/show_bug.cgi?id=56031
--- Comment #3 from Fabrizio Giustina ---
thanks for the prompt response Mark
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe,
On Jan 18, 2014, at 11:33 AM, ma...@apache.org wrote:
> Author: markt
> Date: Sat Jan 18 19:33:19 2014
> New Revision: 1559397
>
> URL: http://svn.apache.org/r1559397
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 a regression in
> the fix for https://issues.apache.org/bug
On Jan 18, 2014, at 1:23 AM, Mark Thomas wrote:
> Signed PGP part
> On 18/01/2014 02:20, Jeremy Boynes wrote:
> > I have started seeing a test failure on one of the tribes tests on
> > trunk (see log below). OSX 10.9.1 with 1.7.0_51 or 1.7.0_45
> > r1559303
> >
> > Is anyone else seeing similar,
On 18/01/2014 22:02, Jeremy Boynes wrote:
> On Jan 18, 2014, at 11:33 AM, ma...@apache.org wrote:
>
>> Author: markt Date: Sat Jan 18 19:33:19 2014 New Revision:
>> 1559397
>>
>> URL: http://svn.apache.org/r1559397 Log: Fix
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=56029 a
>> regressi
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/5412
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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/5414
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 1/17/14, 2:32 AM, Mark Thomas wrote:
> Cross-posted to users and dev list. Please reply on the users
> list.
>
> All,
>
> There is the possibility of holding a Tomcat specific
> summit/workshop after ApacheCon 2014 [1] (i.e. Thursday 10th
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
Author: bayard
Date: Sun Jan 19 03:27:10 2014
New Revision: 1559457
URL: http://svn.apache.org/r1559457
Log:
The Extended taglib didn't really happen. Removing mention of it.
Modified:
tomcat/taglibs/site/src/site/xdoc/index.xml
tomcat/taglibs/site/src/site/xdoc/site/news.xml
Modified:
Author: bayard
Date: Sun Jan 19 03:28:33 2014
New Revision: 1559459
URL: http://svn.apache.org/r1559459
Log:
Dropped extended from module list
Modified:
tomcat/taglibs/trunks/pom.xml
Modified: tomcat/taglibs/trunks/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/trunks/pom.xml?rev=
Author: bayard
Date: Sun Jan 19 03:28:02 2014
New Revision: 1559458
URL: http://svn.apache.org/r1559458
Log:
Deleting the Extended taglib
Removed:
tomcat/taglibs/extended/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap
Author: bayard
Date: Sun Jan 19 03:37:30 2014
New Revision: 1559460
URL: http://svn.apache.org/r1559460
Log:
Updating apidocs to 1.2.1, build from the release source.
[This commit notification would consist of 199 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
Modified: tomcat/site/trunk/docs/taglibs/standard/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/taglibs/standard/index.html?rev=1559462&r1=1559461&r2=1559462&view=diff
==
--- tomcat/site/trunk/docs/ta
Modified: tomcat/site/trunk/docs/taglibs/project-info.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/taglibs/project-info.html?rev=1559462&r1=1559461&r2=1559462&view=diff
==
--- tomcat/site/trunk/docs/taglib
Author: bayard
Date: Sun Jan 19 03:54:08 2014
New Revision: 1559464
URL: http://svn.apache.org/r1559464
Log:
Adding news item re: Standard Taglib release
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http:/
Author: bayard
Date: Sun Jan 19 04:01:22 2014
New Revision: 1559465
URL: http://svn.apache.org/r1559465
Log:
One too many ../ due to frankenstein gluing of the site together. Fixing by
hand.
Modified:
tomcat/site/trunk/docs/taglibs/dependencies.html
tomcat/site/trunk/docs/taglibs/depend
Author: bayard
Date: Sun Jan 19 04:06:02 2014
New Revision: 1559466
URL: http://svn.apache.org/r1559466
Log:
One too many ../ due to frankenstein gluing of the site together. Fixing by
hand in 2nd location.
Modified:
tomcat/site/trunk/docs/taglibs/site/building.html
tomcat/site/trunk/do
Author: bayard
Date: Sun Jan 19 04:09:02 2014
New Revision: 1559467
URL: http://svn.apache.org/r1559467
Log:
Linked to the standard taglib home page and made the quick navigation more
accurate
Modified:
tomcat/site/trunk/docs/download-taglibs.html
tomcat/site/trunk/xdocs/download-taglibs
I've updated the site to point to the 1.2.1 release. It's a bit of a kludge
right now. Once RDC heads in the direction of the Attic, I'd like to move
the site fully into the tomcat-site directory, avoiding any of the
generated Maven noise. Then the only oddity is copying the javadoc in.
Jeremy - w
Author: bayard
Date: Sun Jan 19 04:21:36 2014
New Revision: 1559469
URL: http://svn.apache.org/r1559469
Log:
Link broken for Geary's book. Can't find a new canonical location.
Modified:
tomcat/taglibs/site/src/site/xdoc/standard/index.xml
Modified: tomcat/taglibs/site/src/site/xdoc/standard
Author: bayard
Date: Sun Jan 19 04:21:17 2014
New Revision: 1559468
URL: http://svn.apache.org/r1559468
Log:
Link broken for Geary's book. Can't find a new canonical location.
Modified:
tomcat/site/trunk/docs/taglibs/standard/index.html
Modified: tomcat/site/trunk/docs/taglibs/standard/inde
Author: bayard
Date: Sun Jan 19 04:23:11 2014
New Revision: 1559470
URL: http://svn.apache.org/r1559470
Log:
Dropping the Using page, it's a poor fit for Standard
Modified:
tomcat/taglibs/site/src/site/site.xml
Modified: tomcat/taglibs/site/src/site/site.xml
URL:
http://svn.apache.org/viewv
Author: bayard
Date: Sun Jan 19 04:25:40 2014
New Revision: 1559471
URL: http://svn.apache.org/r1559471
Log:
Dropping the Using page as it's horribly out of date and not much use for a
Standard Taglib user. Leaving the page itself as RDC may rely on it
Modified:
tomcat/site/trunk/docs/taglib
Author: bayard
Date: Sun Jan 19 04:43:17 2014
New Revision: 1559475
URL: http://svn.apache.org/r1559475
Log:
Putting a retired header on the RDC site
Modified:
tomcat/site/trunk/docs/taglibs/rdc/dependencies.html
tomcat/site/trunk/docs/taglibs/rdc/dependency-convergence.html
tomcat/si
+---+
| 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
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
69 matches
Mail list logo