Author: violetagg
Date: Wed Jun 26 07:48:36 2013
New Revision: 1496809
URL: http://svn.apache.org/r1496809
Log:
Merged revisions 1496732, 1496734 from tomcat/trunk:
When AsyncContext.dispatch(...) is invoked do not cast request and response to
HttpServletRequest/HttpServletResponse.
ServletReque
Author: rjung
Date: Wed Jun 26 09:08:54 2013
New Revision: 1496844
URL: http://svn.apache.org/r1496844
Log:
- Use defined constants in ping mode config
parsing.
- Fix handling of default values in ping mode
config parsing.
- Provide utility function to map ping mode
numeric value to text r
Author: markt
Date: Wed Jun 26 09:19:02 2013
New Revision: 1496851
URL: http://svn.apache.org/r1496851
Log:
Refactoring in support of fixing BZ 55143
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/MessageHandlerResult.java
tomcat/trunk/java/org/apache/tomcat/websocket/MessageHandler
Author: rjung
Date: Wed Jun 26 09:20:47 2013
New Revision: 1496852
URL: http://svn.apache.org/r1496852
Log:
- Save stack bytes: reduce param buffer from 1024 bytes
to 100 bytes and check remaining length when doing
buffer operations.
We should document and check the resulting estriction
of
Author: rjung
Date: Wed Jun 26 09:39:01 2013
New Revision: 1496858
URL: http://svn.apache.org/r1496858
Log:
Update changelog.
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/t
Francois Wauquier created MTOMCAT-229:
-
Summary: Release 2.2
Key: MTOMCAT-229
URL: https://issues.apache.org/jira/browse/MTOMCAT-229
Project: Apache Tomcat Maven Plugin
Issue Type: Bug
Hi Henri,
On 25.06.2013 22:11, Henri Gomez wrote:
> Hi Christopher
>
> I don't have access to code inside application, I'm using stock Sonatype
> Nexus OSS who use Shiro internally to manage (and regenetate JSESSIONID
> cookie), loosing jvmRoute contents.
>
> See https://issues.sonatype.org/brow
Author: markt
Date: Wed Jun 26 11:54:31 2013
New Revision: 1496889
URL: http://svn.apache.org/r1496889
Log:
Further refactoring towards a fix for BZ 55143
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/trunk/java/org/apache/tomcat/websocket/Util.jav
Author: markt
Date: Wed Jun 26 12:03:06 2013
New Revision: 1496892
URL: http://svn.apache.org/r1496892
Log:
Note expectations
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
URL:
http://svn.apache.
Author: markt
Date: Wed Jun 26 12:06:45 2013
New Revision: 1496897
URL: http://svn.apache.org/r1496897
Log:
Extract decoder use flag to a field (will use it later)
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
Modified:
tomcat/trunk/java/org/apache/tomc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55143
--- Comment #7 from Mark Thomas ---
The WAR is helpful, but any chance you could convert your WAR to Tomcat unit
test? The more cases the unit test or tests can cover the better.
The ideal would be once that includes cover for the followin
Author: markt
Date: Wed Jun 26 12:36:58 2013
New Revision: 1496905
URL: http://svn.apache.org/r1496905
Log:
More work for BZ 55143
Add support for byte[], InopuStream and Reader message handlers
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Util.java
tomcat/trunk/java/org/apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=55143
--- Comment #8 from Niki Dokovski ---
yep I'll prepare a change
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-u
Author: markt
Date: Wed Jun 26 12:45:47 2013
New Revision: 1496907
URL: http://svn.apache.org/r1496907
Log:
BZ 55143
Handle removal of listeners that might have been wrapped
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java
tomcat/trunk/java/org/apache/tomcat/websock
Author: markt
Date: Wed Jun 26 12:50:37 2013
New Revision: 1496909
URL: http://svn.apache.org/r1496909
Log:
Refactor - move DecoderEntry to new file
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/DecoderEntry.java (with
props)
Modified:
tomcat/trunk/java/org/apache/tomcat/websock
https://issues.apache.org/bugzilla/show_bug.cgi?id=55143
--- Comment #9 from Mark Thomas ---
Thanks. Current trunk should have fixed this now. I'll leave the issue open
until your test case is complete.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: markt
Date: Wed Jun 26 13:14:44 2013
New Revision: 1496923
URL: http://svn.apache.org/r1496923
Log:
Reduce decoder scanning
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapp
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/4529
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Wed Jun 26 13:43:52 2013
New Revision: 1496936
URL: http://svn.apache.org/r1496936
Log:
Rename for consistency
Added:
tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TesterUtil.java
- copied, changed from r1496910,
tomcat/trunk/test/org/apache/tomcat/websocket/po
Author: markt
Date: Wed Jun 26 14:15:08 2013
New Revision: 1496942
URL: http://svn.apache.org/r1496942
Log:
Add message size limit support for message handlers
Added:
tomcat/trunk/java/org/apache/tomcat/websocket/WrappedMessageHandler.java
(with props)
Modified:
tomcat/trunk/java/org/a
https://issues.apache.org/bugzilla/show_bug.cgi?id=55146
Bug ID: 55146
Summary: bin/version.sh reports false server number
Product: Tomcat 6
Version: 6.0.37
Hardware: Sun
OS: SunOS
Status: NEW
Severity: tr
Jeremy,
On 6/26/13 1:44 AM, Jeremy Boynes wrote:
> On Jun 11, 2013, at 1:50 PM, Nick Williams
> wrote:
>>
>> Okay. One of many reasons I ask is that I still have it on my to-do
>> to make some improvements on the JSP compiler to support things
>> like 1) precompiling all JSPs on deploy and 2) a
https://issues.apache.org/bugzilla/show_bug.cgi?id=55146
--- Comment #1 from Christopher Schultz ---
Why do you think the "server number" should be 6.0.37.0?
--
You are receiving this mail because:
You are the assignee for the bug.
--
>You can configure the name of the session cookie in TC 6 and 7.
I see sessionCookieName in
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ...
> So if in your case Tomcat would also set a cookie (in addition to the
> app) we wouldn't need anything else. Just switch TC to MYCOOKIE and
https://issues.apache.org/bugzilla/show_bug.cgi?id=55146
--- Comment #2 from i...@inusasha.de ---
Tomcat 6.0.35 have 6.0.35.0
Tomcat 6.0.36 have 6.0.36.0
Tomcat 7.0.40 have 7.0.40.0
Tomcat 7.0.41 have 7.0.41.0
So it looks like Server number is a extended version number.
Sascha
--
You are rec
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/4532
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55146
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 26.06.2013 16:54, Henri Gomez wrote:
>> You can configure the name of the session cookie in TC 6 and 7.
>
> I see sessionCookieName in
> http://tomcat.apache.org/tomcat-7.0-doc/config/context.html ...
>
>> So if in your case Tomcat would also set a cookie (in addition to the
>> app) we wouldn'
I'll try it as soon as available.
Thanks Rainer, "Prince of Jk" :-)
Le 26 juin 2013 à 19:42, Rainer Jung a écrit :
> On 26.06.2013 16:54, Henri Gomez wrote:
>>> You can configure the name of the session cookie in TC 6 and 7.
>>
>> I see sessionCookieName in
>> http://tomcat.apache.org/tomca
On Jun 26, 2013, at 7:49 AM, Christopher Schultz
wrote:
> Jeremy,
>
> On 6/26/13 1:44 AM, Jeremy Boynes wrote:
>> On Jun 11, 2013, at 1:50 PM, Nick Williams
>> wrote:
>>>
>>> Okay. One of many reasons I ask is that I still have it on my to-do
>>> to make some improvements on the JSP compiler
On Jun 26, 2013, at 1:57 PM, Jeremy Boynes wrote:
> On Jun 26, 2013, at 7:49 AM, Christopher Schultz
> wrote:
>
>> Jeremy,
>>
>> On 6/26/13 1:44 AM, Jeremy Boynes wrote:
>>> On Jun 11, 2013, at 1:50 PM, Nick Williams
>>> wrote:
Okay. One of many reasons I ask is that I still have
https://issues.apache.org/bugzilla/show_bug.cgi?id=55146
Christopher Schultz changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
--- Comment #4 from
Author: rjung
Date: Wed Jun 26 19:58:39 2013
New Revision: 1497064
URL: http://svn.apache.org/r1497064
Log:
Remove session_cookie and session_path from shm.
It would only be needed if we wanted to change
it dynamically, e.g. through the status worker.
This is not implemented currently.
Modified:
Jeremy,
On 6/26/13 2:57 PM, Jeremy Boynes wrote:
> On Jun 26, 2013, at 7:49 AM, Christopher Schultz
> wrote:
>
>> Jeremy,
>>
>> On 6/26/13 1:44 AM, Jeremy Boynes wrote:
>>> On Jun 11, 2013, at 1:50 PM, Nick Williams
>>> wrote:
Okay. One of many reasons I ask is that I still have it o
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086
Casey Lucas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086
--- Comment #3 from Casey Lucas ---
Created attachment 30489
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30489&action=edit
fix for bug
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086
Casey Lucas changed:
What|Removed |Added
Version|7.0.30 |7.0.41
--
You are receiving this ma
Author: rjung
Date: Wed Jun 26 20:11:12 2013
New Revision: 1497068
URL: http://svn.apache.org/r1497068
Log:
Add new configuration attributes
and also mount extensions with the same
names. Currently they don't do anything.
Next step is implementing the following
functionality:
- set_session_cooki
Author: rjung
Date: Wed Jun 26 20:17:05 2013
New Revision: 1497071
URL: http://svn.apache.org/r1497071
Log:
Add a flag to pass status, whether a request
could be handled in a sticky way.
Modified:
tomcat/jk/trunk/native/common/jk_lb_worker.c
tomcat/jk/trunk/native/common/jk_service.h
Mod
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086
--- Comment #4 from Casey Lucas ---
Created attachment 30490
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30490&action=edit
fix for bug
i inadvertently left in a printStackTrace on the original patch. use this one
instead.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS|
Author: rjung
Date: Wed Jun 26 20:25:47 2013
New Revision: 1497079
URL: http://svn.apache.org/r1497079
Log:
Add ability to set additional response headers
which do not come from the backend.
Use them to set a cookie if "set_session_cookie"
is true and we didn't get a session cookie, or
couldn't f
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144
--- Comment #2 from Pavel ---
here is my connection config:
As you can see it has a timeout of 20 sec - so I'm not sure how it can lock for
hours.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: rjung
Date: Wed Jun 26 20:54:26 2013
New Revision: 1497091
URL: http://svn.apache.org/r1497091
Log:
Basic docs for the new cookie generation feature.
Modified:
tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
tomcat/jk/trunk/xdocs/reference/uriworkermap.xml
tomcat/jk/trunk/xd
Author: markt
Date: Wed Jun 26 21:09:11 2013
New Revision: 1497098
URL: http://svn.apache.org/r1497098
Log:
WebSocket 1.0, Section 4.3
Invalid use of @PathParam should trigger a deployment error
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/LocalStrings.properties
tomcat/tr
Hi Henri,
you can find a dev snapshot at:
http://people.apache.org/~rjung/mod_jk-dev/source/jk-1.2.38-dev/
You know those are not releases.
The updated documentation is at:
http://people.apache.org/~rjung/mod_jk-dev/docs/jk-1.2.38-dev/reference/workers.html
look for "set_session_cookie".
I d
Author: markt
Date: Wed Jun 26 21:51:01 2013
New Revision: 1497124
URL: http://svn.apache.org/r1497124
Log:
Fix indent / format
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerWholeText.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMes
Author: markt
Date: Wed Jun 26 22:13:50 2013
New Revision: 1497135
URL: http://svn.apache.org/r1497135
Log:
Fix wrong MessageHandler type for Reader
Add support for message handlers for primitives
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Util.java
Modified: tomcat/trunk/java/o
Author: markt
Date: Wed Jun 26 22:14:57 2013
New Revision: 1497136
URL: http://svn.apache.org/r1497136
Log:
Rename prior to some more BZ 55143 related changes
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
Modified:
tomcat/trunk/java/org/apache/tomcat/we
Author: markt
Date: Wed Jun 26 22:23:04 2013
New Revision: 1497142
URL: http://svn.apache.org/r1497142
Log:
Remove primitive support for MessageHandler - it is only required for @OnMessage
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Util.java
Modified: tomcat/trunk/java/org/apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=55150
Bug ID: 55150
Summary: Memory leak with tag-file
Product: Tomcat 6
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Co
On Jun 26, 2013, at 12:10 PM, Nick Williams
wrote:
>
> On Jun 26, 2013, at 1:57 PM, Jeremy Boynes wrote:
>
>> On Jun 26, 2013, at 7:49 AM, Christopher Schultz
>> wrote:
>>
>>> Jeremy,
>>>
>>> On 6/26/13 1:44 AM, Jeremy Boynes wrote:
On Jun 11, 2013, at 1:50 PM, Nick Williams
wro
On Jun 26, 2013, at 12:58 PM, Christopher Schultz
wrote:
> On 6/26/13 2:57 PM, Jeremy Boynes wrote:
>>
>> You wrote in the bug that "annotation's don't make sense" - could you
>> clarify that?
>
> Yes: I was thinking that generating classes that used annotations would
> be a good idea. In retro
Rainer, you rocks !
I'll test it today, more feedback to come :)
Thanks
2013/6/26 Rainer Jung
> Hi Henri,
>
> you can find a dev snapshot at:
>
> http://people.apache.org/~rjung/mod_jk-dev/source/jk-1.2.38-dev/
>
> You know those are not releases.
>
> The updated documentation is at:
>
>
> ht
54 matches
Mail list logo