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
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"
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
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];
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54421
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
Severity|critical
https://issues.apache.org/bugzilla/show_bug.cgi?id=54466
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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:
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54464
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604
Mark Thomas changed:
What|Removed |Added
CC||violet...@apache.org
--- Comment #4
https://issues.apache.org/bugzilla/show_bug.cgi?id=54461
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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/
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
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].
>>
>
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 -
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
> [ ]
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
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
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
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
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
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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54458
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54457
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54450
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54448
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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
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
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.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54472
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440
Mark Thomas changed:
What|Removed |Added
CC||aceofm...@gmail.com
--- Comment #4 f
62 matches
Mail list logo