Re: Cross-Context Session Replication

2005-12-03 Thread John Lewis

Peter,

This is excellent news!  We are very excited that you are going to be 
working on this.


There was already any entry in ASF Bugzilla for this issue: bug #35710. 
 I have taken the liberty of updating the notes to reflect this 
discussion and of assigning it to you -- I hope that is alright.


Please let us know if there is anything we can do to support you in 
this.  Thanks so much!


John


Peter Rossbach wrote:

Yes,

I implement this idea inside the ReplicationValve or a new one. I thing 
we support cross context session replication  inside 5.5.14.

Thanx
Peter

Remy Maucherat schrieb:


Peter Rossbach wrote:


Hey,

I am highly interessed to support cross-context for cluster session 
replication. The session.endAccess is a neat place

for support this. Please, let us discuss how we can use it.




In your ClusteredSession, you can override endAccess (don't forget to 
call the superclass) and populate a thread local structure of some 
sort, or something like that. Then the valve looks at the structure 
and replicates all the sessions that need to be replicated.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35710] - Cross-Context Session Replication

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35710


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|tomcat- |[EMAIL PROTECTED]
   |[EMAIL PROTECTED]  |
Summary|Enable Session Replication  |Cross-Context Session
   |via Cross Context calls |Replication




--- Additional Comments From [EMAIL PROTECTED]  2005-12-04 06:16 ---
Further discussion of the issue can be found here:
http://www.mail-archive.com/dev%40tomcat.apache.org/msg01312.html

Peter Rossbach now plans to implement Cross-Context Session Replication in
release 5.5.14.  The proposed solution discussed by Remy and Peter is to use the
endAccess method in ClusteredSession to populate a thread-local that will
contain the list of all the sessions that were modified and that need to be
replicated.  Then the ReplicationValve can use this thread-local to perform the
replication of all the affected sessions.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37750] - SocketException: Connection reset causes severe error

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37750


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|NEW




--- Additional Comments From [EMAIL PROTECTED]  2005-12-04 03:33 ---
I never saw this message when we where running 5.5.9 but I want to be cautious
with saying that it's related to this upgrade. I'm thinking it might also be a
new exploit tried by script kiddies because the clients are accessing the https
connection directly while our appilcation is not designed to do so. Clients are
supposed to be redirected from a http connection and I see no trace of a
previous http request from the same client.
Beside this I'm wondering why this exception is passed on as severe.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r348110 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-12-03 Thread billbarker
Author: billbarker
Date: Mon Nov 21 22:24:48 2005
New Revision: 348110

URL: http://svn.apache.org/viewcvs?rev=348110&view=rev
Log:
catch up doc with changes

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=348110&r1=348109&r2=348110&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Nov 21 22:24:48 2005
@@ -95,6 +95,11 @@
 36852: Custom classloaders don't honor Contet privileged 
attribute.  Thanks to
 Matt Brinkley for the analysis and patch. (yoavs)
   
+  Fix for a couple of (mostly silly) edge-cases in testing auth.
+   Thanks to Nam T. Nguyen for the report. (billbarker) 
+  
+  37060: Actually copy the Request headers when replaying 
after Form auth. (billbarker)
+  
 
   
   
@@ -125,6 +130,8 @@
   
 JkStatus Ant tasks for mod_jk 1.2.15. (pero)
   
+  Connection Timeout is normal, so reduce logging to DEBUG 
(billbarker) 
+  
 
   
   
@@ -174,6 +181,9 @@
   
   
 36866: Correct attribute name in conf/server.xml 
documentation for Cluster element. (yoavs)
+  
+  37261: Allow xerces to know where the web.xml file is so 
that relative entities can be resolved.
+
   
 
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37771] - java.lang.UnsatisfiedLinkError: setrbb when accessing APR HTTP connector

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37771





--- Additional Comments From [EMAIL PROTECTED]  2005-12-03 22:03 ---
Indeed, it does.
Thanks for the hint.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37771] - java.lang.UnsatisfiedLinkError: setrbb when accessing APR HTTP connector

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37771


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:HTTP  |Native:Packaging




--- Additional Comments From [EMAIL PROTECTED]  2005-12-03 20:14 ---
Try building with the version in the source distro (connectors/jni/native).  
That one should work.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-03 Thread Yoav Shapira
Hi,
A bit more detail: the same thing happens when I do the entire build
on minotaur.  So it's not specific to Windows CR/LF.  There are a
bunch of copies of sample.war after "ant release" completes, besides
the original in container/webapps/docs/appdev/sample/sample.war:
tracing which ones have the right checksum and which ones don't (the
final ones under build/dist have the wrong checksum) should help point
out where the checksum changes.  But I still think the only thing
happening to the file is a copy operation, so this is strange.

Yoav

On 12/3/05, Yoav Shapira <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > The one in SVN looks fine. Can you check your local copy as something
> > is messing up the copy on the web on a regular basis?
>
> It's being messed up during the build on my end.
>
> The copy I check out from SVN has the same checksum as the one in SVN
> on minotaur, so it's not the TortoiseSVN client or the act of checking
> out.
>
> But then the copy that's in the build directory even before the
> fulldocs.tar.gz is created has a different MD5 checksum.
>
> I think the only thing that happens to the file is a simple copy from
> its place in container/webapps/docs/... to the build
> directory/webapps/tomcat-docs.  Maybe the copy screws up the line
> feeds or something?  I need to investigate some more but I have to run
> right now...
>
> Yoav
>


--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37737] - Add 4.1.31 jars to apache repository

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37737


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-12-03 19:17 ---
All 4.1.31 jars (with md5 and pgp sig) are now in the java repository.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-03 Thread Yoav Shapira
Hi,

> The one in SVN looks fine. Can you check your local copy as something
> is messing up the copy on the web on a regular basis?

It's being messed up during the build on my end.

The copy I check out from SVN has the same checksum as the one in SVN
on minotaur, so it's not the TortoiseSVN client or the act of checking
out.

But then the copy that's in the build directory even before the
fulldocs.tar.gz is created has a different MD5 checksum.

I think the only thing that happens to the file is a simple copy from
its place in container/webapps/docs/... to the build
directory/webapps/tomcat-docs.  Maybe the copy screws up the line
feeds or something?  I need to investigate some more but I have to run
right now...

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37771] - java.lang.UnsatisfiedLinkError: setrbb when accessing APR HTTP connector

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37771


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Platform|Other   |PC




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37771] New: - java.lang.UnsatisfiedLinkError: setrbb when accessing APR HTTP connector

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37771

   Summary: java.lang.UnsatisfiedLinkError: setrbb when accessing
APR HTTP connector
   Product: Tomcat 5
   Version: 5.0.13
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: regression
  Priority: P2
 Component: Connector:HTTP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


I'm trying to use the APR HTTP Connector with Tomcat 5.5.13-beta
Startup seems fine, i. e. no error messages in catalina.out. But every time I
try to access Tomcat's HTTP port, the connection is reset and the following
error is reported in catalina.out:

03.12.2005 17:38:44
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler process
SCHWERWIEGEND: Error reading request, ignored
java.lang.UnsatisfiedLinkError: setrbb
at org.apache.tomcat.jni.Socket.setrbb(Native Method)
at
org.apache.coyote.http11.InternalAprInputBuffer.setSocket(InternalAprInputBuffer.java:218)
at 
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:755)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
at 
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
at java.lang.Thread.run(Thread.java:595)

On the same machine with the same libtcnative and Tomcat 5.5.12 everything works
fine.

System specs:
- Gentoo Linux, Kernel 2.6.14.2 with UML skas3 patches
- Sun JDK 1.5.0_05-b05
- libtcnative-1.so.0.2.2 as provided by the tomcat-native.tar.gz in Tomcat's
binary distribution
- APR 1.2.2

Steps to reproduce:
1) Unpack Tomcat 5.5.13 binary distribution, set LD_LIBRARY_PATH so libtcnative
can be found. Use the provided default configuration, i. e. no changes to
server.xml etc.
2) Start Tomcat.
3) Try to open http://localhost:8080/ in browser.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r351977 - /tomcat/build/tc5.5.x/KEYS

2005-12-03 Thread Mark Thomas
I need to get my key into the web of trust. I am working in London, UK
during the week at the moment so if anyone else is around and can
spare a little time to meet up and verify my key, let me know.

Mark

[EMAIL PROTECTED] wrote:
> Author: markt
> Date: Sat Dec  3 08:21:59 2005
> New Revision: 351977
> 
> URL: http://svn.apache.org/viewcvs?rev=351977&view=rev
> Log:
> Add my key.
> 
> Modified:
> tomcat/build/tc5.5.x/KEYS




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r351977 - /tomcat/build/tc5.5.x/KEYS

2005-12-03 Thread markt
Author: markt
Date: Sat Dec  3 08:21:59 2005
New Revision: 351977

URL: http://svn.apache.org/viewcvs?rev=351977&view=rev
Log:
Add my key.

Modified:
tomcat/build/tc5.5.x/KEYS

Modified: tomcat/build/tc5.5.x/KEYS
URL: 
http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/KEYS?rev=351977&r1=351976&r2=351977&view=diff
==
--- tomcat/build/tc5.5.x/KEYS (original)
+++ tomcat/build/tc5.5.x/KEYS Sat Dec  3 08:21:59 2005
@@ -255,3 +255,40 @@
 fUJh7ACdE7QuMkzSbxEzTXnbkS61AUPy06QAoI5b613vrWeqg5Gz9C7TzG+FEEoh
 =O17Z
 -END PGP PUBLIC KEY BLOCK-
+
+pub  1024D/33C60243 2004-09-12 Mark E D Thomas <[EMAIL PROTECTED]>
+ Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+sub  2048g/0BECE548 2004-09-12
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.2.1 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq
+LBh4ttm7gmWaiTDTgG4axLF5oMpAb3m4v6s1KvXVVj2pqkhBknfuoRh1wPqbtwks
+7HOIBADVezl1/vny5YzdoqsDx1ByXMLi7CuMexQPllhRbdN+an+ZiJ5YP8J9rPdl
+NCELsCCcDKLGLjlp43XfMxsgYAPEZNG2ObjKTarhk3uGYN3aJrx7s+G+c2bu8o2n
+SyAFQ1iDsjS87PgSPCONA2/36ZShmv1OjLWz5Vo7hGSPcW4ZdLQiTWFyayBFIEQg
+VGhvbWFzIDxtYXJrdEBhcGFjaGUub3JnPohdBBARAgAdBQJBRI3oBwsJCAcDAgoC
+GQEFGwMFHgEACgkQb7IeiTPGAkOkvgCg0AcTAfe8m2ZSWkbsoqplLDsM
+0+oAoNl4EjXT+T2j2z8jdUYPaA8LztJguQINBEFEjekQCAD2Qle3CH8IF3Kiutap
+QvMF6PlTETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfU
+odNQ+PVZX9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9kV7H
+AarTW56NoKVyOtQa8L9GAFgr5fSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIizHHxb
+LY7288kjwEPwpVsYjY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgRjXyE
+pwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Jew1Xp
+Mgs7AAICCACuLSE3vBSOeTMM04ezuPt4zZUp0PFQGQL3bzuZp24f18S8P3BemGAk
+2V3HZYJmzmNgd4L0vIC9xyFduICFgbiV9uyzKPwHvCgQwaupFvFLGn7Q9LJ0nlaw
+GN7Km13vJTG3rrT/UMKwLTk+IMEYQwUgBht6HTnBaM+UqVx/eB4PHobimt5Redz9
+CnT4DrlA0M6Oh3ePWBD69Nnhwo2AN42dX/W2KcnDe2iRNu/JEbOYsssj0e3VmHwE
+mwa064TpQpw1fClyW7sf4aWOcQvcT12R0hNvRhTR1TV0pzjIMkbRPkRezhIY55AT
+TIfcaZrw+Yubmmw/pp/1wIDRzHexOq9riEwEGBECAAwFAkFEjekFGwwACgkQ
+b7IeiTPGAkN8ogCg4tHmgylXw4Y3ujF+J4cf2ollGa0AnRkyX8X+u/NrMi2g2xhE
+vpsTbAGW
+=r1gT
+-END PGP PUBLIC KEY BLOCK-



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r351976 - /tomcat/container/branches/tc4.1.x/KEYS

2005-12-03 Thread markt
Author: markt
Date: Sat Dec  3 08:21:35 2005
New Revision: 351976

URL: http://svn.apache.org/viewcvs?rev=351976&view=rev
Log:
Add my key.

Modified:
tomcat/container/branches/tc4.1.x/KEYS

Modified: tomcat/container/branches/tc4.1.x/KEYS
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/KEYS?rev=351976&r1=351975&r2=351976&view=diff
==
--- tomcat/container/branches/tc4.1.x/KEYS (original)
+++ tomcat/container/branches/tc4.1.x/KEYS Sat Dec  3 08:21:35 2005
@@ -235,3 +235,40 @@
 c/z21YATczEUCU140ng+rG2hyw==
 =MJPg
 -END PGP PUBLIC KEY BLOCK-
+
+pub  1024D/33C60243 2004-09-12 Mark E D Thomas <[EMAIL PROTECTED]>
+ Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+sub  2048g/0BECE548 2004-09-12
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.2.1 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq
+LBh4ttm7gmWaiTDTgG4axLF5oMpAb3m4v6s1KvXVVj2pqkhBknfuoRh1wPqbtwks
+7HOIBADVezl1/vny5YzdoqsDx1ByXMLi7CuMexQPllhRbdN+an+ZiJ5YP8J9rPdl
+NCELsCCcDKLGLjlp43XfMxsgYAPEZNG2ObjKTarhk3uGYN3aJrx7s+G+c2bu8o2n
+SyAFQ1iDsjS87PgSPCONA2/36ZShmv1OjLWz5Vo7hGSPcW4ZdLQiTWFyayBFIEQg
+VGhvbWFzIDxtYXJrdEBhcGFjaGUub3JnPohdBBARAgAdBQJBRI3oBwsJCAcDAgoC
+GQEFGwMFHgEACgkQb7IeiTPGAkOkvgCg0AcTAfe8m2ZSWkbsoqplLDsM
+0+oAoNl4EjXT+T2j2z8jdUYPaA8LztJguQINBEFEjekQCAD2Qle3CH8IF3Kiutap
+QvMF6PlTETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfU
+odNQ+PVZX9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9kV7H
+AarTW56NoKVyOtQa8L9GAFgr5fSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIizHHxb
+LY7288kjwEPwpVsYjY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgRjXyE
+pwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Jew1Xp
+Mgs7AAICCACuLSE3vBSOeTMM04ezuPt4zZUp0PFQGQL3bzuZp24f18S8P3BemGAk
+2V3HZYJmzmNgd4L0vIC9xyFduICFgbiV9uyzKPwHvCgQwaupFvFLGn7Q9LJ0nlaw
+GN7Km13vJTG3rrT/UMKwLTk+IMEYQwUgBht6HTnBaM+UqVx/eB4PHobimt5Redz9
+CnT4DrlA0M6Oh3ePWBD69Nnhwo2AN42dX/W2KcnDe2iRNu/JEbOYsssj0e3VmHwE
+mwa064TpQpw1fClyW7sf4aWOcQvcT12R0hNvRhTR1TV0pzjIMkbRPkRezhIY55AT
+TIfcaZrw+Yubmmw/pp/1wIDRzHexOq9riEwEGBECAAwFAkFEjekFGwwACgkQ
+b7IeiTPGAkN8ogCg4tHmgylXw4Y3ujF+J4cf2ollGa0AnRkyX8X+u/NrMi2g2xhE
+vpsTbAGW
+=r1gT
+-END PGP PUBLIC KEY BLOCK-



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r351975 - /tomcat/connectors/trunk/KEYS

2005-12-03 Thread markt
Author: markt
Date: Sat Dec  3 08:20:55 2005
New Revision: 351975

URL: http://svn.apache.org/viewcvs?rev=351975&view=rev
Log:
Add my key.

Modified:
tomcat/connectors/trunk/KEYS

Modified: tomcat/connectors/trunk/KEYS
URL: 
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/KEYS?rev=351975&r1=351974&r2=351975&view=diff
==
--- tomcat/connectors/trunk/KEYS (original)
+++ tomcat/connectors/trunk/KEYS Sat Dec  3 08:20:55 2005
@@ -401,3 +401,40 @@
 eu3RL84AoMcX7B/EsPMLGyhBvB6whQAqBvse
 =s/wJ
 -END PGP PUBLIC KEY BLOCK-
+
+pub  1024D/33C60243 2004-09-12 Mark E D Thomas <[EMAIL PROTECTED]>
+ Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+sub  2048g/0BECE548 2004-09-12
+sig 33C60243 2004-09-12   Mark E D Thomas <[EMAIL PROTECTED]>
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.2.1 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq
+LBh4ttm7gmWaiTDTgG4axLF5oMpAb3m4v6s1KvXVVj2pqkhBknfuoRh1wPqbtwks
+7HOIBADVezl1/vny5YzdoqsDx1ByXMLi7CuMexQPllhRbdN+an+ZiJ5YP8J9rPdl
+NCELsCCcDKLGLjlp43XfMxsgYAPEZNG2ObjKTarhk3uGYN3aJrx7s+G+c2bu8o2n
+SyAFQ1iDsjS87PgSPCONA2/36ZShmv1OjLWz5Vo7hGSPcW4ZdLQiTWFyayBFIEQg
+VGhvbWFzIDxtYXJrdEBhcGFjaGUub3JnPohdBBARAgAdBQJBRI3oBwsJCAcDAgoC
+GQEFGwMFHgEACgkQb7IeiTPGAkOkvgCg0AcTAfe8m2ZSWkbsoqplLDsM
+0+oAoNl4EjXT+T2j2z8jdUYPaA8LztJguQINBEFEjekQCAD2Qle3CH8IF3Kiutap
+QvMF6PlTETlPtvFuuUs4INoBp1ajFOmPQFXz0AfGy0OplK33TGSGSfgMg71l6RfU
+odNQ+PVZX9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2vIPFRzBhznzJZv8V+bv9kV7H
+AarTW56NoKVyOtQa8L9GAFgr5fSI/VhOSdvNILSd5JEHNmszbDgNRR0PfIizHHxb
+LY7288kjwEPwpVsYjY67VYy4XTjTNP18F1dDox0YbN4zISy1Kv884bEpQBgRjXyE
+pwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWakXUGfnHy9iUsiGSa6q6Jew1Xp
+Mgs7AAICCACuLSE3vBSOeTMM04ezuPt4zZUp0PFQGQL3bzuZp24f18S8P3BemGAk
+2V3HZYJmzmNgd4L0vIC9xyFduICFgbiV9uyzKPwHvCgQwaupFvFLGn7Q9LJ0nlaw
+GN7Km13vJTG3rrT/UMKwLTk+IMEYQwUgBht6HTnBaM+UqVx/eB4PHobimt5Redz9
+CnT4DrlA0M6Oh3ePWBD69Nnhwo2AN42dX/W2KcnDe2iRNu/JEbOYsssj0e3VmHwE
+mwa064TpQpw1fClyW7sf4aWOcQvcT12R0hNvRhTR1TV0pzjIMkbRPkRezhIY55AT
+TIfcaZrw+Yubmmw/pp/1wIDRzHexOq9riEwEGBECAAwFAkFEjekFGwwACgkQ
+b7IeiTPGAkN8ogCg4tHmgylXw4Y3ujF+J4cf2ollGa0AnRkyX8X+u/NrMi2g2xhE
+vpsTbAGW
+=r1gT
+-END PGP PUBLIC KEY BLOCK-



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-03 Thread Mark Thomas

Yoav,

The one in SVN looks fine. Can you check your local copy as something 
is messing up the copy on the web on a regular basis?


Thanks

Mark

Mark Thomas wrote:
OK. I thought it was generated during the build. I'll just replace the 
one in SVN as is has got corrupted at some point. The MD5 were just us 
trying to ensure we were looking at the same file.


Mark





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35276] - Calling EL fuction in same taglib from tagfile triggers infinite recursion

2005-12-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35276





--- Additional Comments From [EMAIL PROTECTED]  2005-12-03 11:03 ---
Yes

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Cross-Context Session Replication

2005-12-03 Thread Peter Rossbach

Yes,

I implement this idea inside the ReplicationValve or a new one. I thing 
we support cross context session replication  inside 5.5.14.

Thanx
Peter

Remy Maucherat schrieb:


Peter Rossbach wrote:


Hey,

I am highly interessed to support cross-context for cluster session 
replication. The session.endAccess is a neat place

for support this. Please, let us discuss how we can use it.



In your ClusteredSession, you can override endAccess (don't forget to 
call the superclass) and populate a thread local structure of some 
sort, or something like that. Then the valve looks at the structure 
and replicates all the sessions that need to be replicated.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]