svn commit: r413264 - /tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java

2006-06-10 Thread rjung
Author: rjung
Date: Sat Jun 10 00:47:57 2006
New Revision: 413264

URL: http://svn.apache.org/viewvc?rev=413264&view=rev
Log:
BZ 38676: new tagfiles are continuously being reloaded.

Modified:

tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java

Modified: 
tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java
URL: 
http://svn.apache.org/viewvc/tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java?rev=413264&r1=413263&r2=413264&view=diff
==
--- 
tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 (original)
+++ 
tomcat/jasper/branches/tc5.0.x/jasper2/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 Sat Jun 10 00:47:57 2006
@@ -208,6 +208,7 @@
 
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
 } catch (FileNotFoundException ex) {
 throw new JasperException(ex);
@@ -241,6 +242,7 @@
if (isTagFile) {
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
target = tagHandlerClass.newInstance();
} else {



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



svn commit: r413266 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

2006-06-10 Thread rjung
Author: rjung
Date: Sat Jun 10 00:54:35 2006
New Revision: 413266

URL: http://svn.apache.org/viewvc?rev=413266&view=rev
Log:
BZ 38676: new tagfiles are continuously being reloaded.

Modified:

tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

Modified: 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
URL: 
http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java?rev=413266&r1=413265&r2=413266&view=diff
==
--- 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 (original)
+++ 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 Sat Jun 10 00:54:35 2006
@@ -217,6 +217,7 @@
 
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
 } catch (FileNotFoundException ex) {
 throw new JasperException(ex);
@@ -250,6 +251,7 @@
if (isTagFile) {
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
target = tagHandlerClass.newInstance();
} else {



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



svn commit: r413267 - /tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

2006-06-10 Thread rjung
Author: rjung
Date: Sat Jun 10 00:54:52 2006
New Revision: 413267

URL: http://svn.apache.org/viewvc?rev=413267&view=rev
Log:
BZ 38676: new tagfiles are continuously being reloaded.

Modified:

tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java

Modified: 
tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
URL: 
http://svn.apache.org/viewvc/tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java?rev=413267&r1=413266&r2=413267&view=diff
==
--- 
tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 (original)
+++ 
tomcat/jasper/tc6.0.x/src/share/org/apache/jasper/servlet/JspServletWrapper.java
 Sat Jun 10 00:54:52 2006
@@ -217,6 +217,7 @@
 
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
 } catch (FileNotFoundException ex) {
 throw new JasperException(ex);
@@ -250,6 +251,7 @@
if (isTagFile) {
 if (reload) {
 tagHandlerClass = ctxt.load();
+reload = false;
 }
target = tagHandlerClass.newInstance();
} else {



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



DO NOT REPLY [Bug 38676] - permanently reloading tagfile classes without changes to the tagfile

2006-06-10 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=38676


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-06-10 07:56 ---
Fixed in 5.0 HEAD. Consistent Changes applied to 5.5 and 6.0, although the
problem was hidden in these versions.

-- 
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 39769] - Wrong class loader when the myServlet.destroy() called if myServlet is in the T5 shared directory

2006-06-10 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=39769





--- Additional Comments From [EMAIL PROTECTED]  2006-06-10 12:00 ---
Created an attachment (id=18442)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18442&action=view)
I patch the unload method the same way the load method is done

  //I checked the load method and they don't care about setting the classloader

  // So I removed the class loader setting in this method.
  // I debugged the load() method an see that the WebClassLoader is used (Wich
is good!)
  // I debugged the unload() method and see that the current classloader when
entering the method is the right one
  // the method just replace it with the wrong one

-- 
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]



unsubscribe trouble

2006-06-10 Thread miji mathews
how do I unsubscribe ? Im geeting all these emails that I didnt sign up for 
. I already tried unsubscribe email about 10 times



Please help

miji



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



Edward Furlong/IE/TLS/PwC is out of the office.

2006-06-10 Thread edward . furlong
I will be out of the office starting  06/06/2006 and will not return until
13/06/2006.

Please contact my secretary Loreen White on 00 353 1 662 6318 for urgent
assistance.
_
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.


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



svn commit: r413315 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java

2006-06-10 Thread markt
Author: markt
Date: Sat Jun 10 08:07:13 2006
New Revision: 413315

URL: http://svn.apache.org/viewvc?rev=413315&view=rev
Log:
Port fixes from 5.5.x
 - Bug 33636. Files now retain last modified time
 - Expanded wars closed so they can be deleted on remove

Modified:

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java

Modified: 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java?rev=413315&r1=413314&r2=413315&view=diff
==
--- 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java
 (original)
+++ 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/ExpandWar.java
 Sat Jun 10 08:07:13 2006
@@ -176,13 +176,16 @@
 logger.log("  Creating expanded file " + name);
 }
 input = jarFile.getInputStream(jarEntry);
-expand(input, docBase, name);
+
+File expandedFile = expand(input, docBase, name);
+long lastModified = jarEntry.getTime();
+if ((lastModified != -1) && (lastModified != 0) && 
(expandedFile != null)) {
+expandedFile.setLastModified(lastModified);
+}
+
 input.close();
 input = null;
 }
-// FIXME - Closing the JAR file messes up the class loader???
-//jarFile.close();
-jarFile = null;
 } finally {
 if (input != null) {
 try {
@@ -214,23 +217,36 @@
  * @param input InputStream to be copied
  * @param docBase Document base directory into which we are expanding
  * @param name Relative pathname of the file to be created
+ * @return A handle to the expanded File
  *
  * @exception IOException if an input/output error occurs
  */
-protected static void expand(InputStream input, File docBase, String name)
+protected static File expand(InputStream input, File docBase, String name)
 throws IOException {
 
 File file = new File(docBase, name);
-BufferedOutputStream output =
-new BufferedOutputStream(new FileOutputStream(file));
-byte buffer[] = new byte[2048];
-while (true) {
-int n = input.read(buffer);
-if (n <= 0)
-break;
-output.write(buffer, 0, n);
+BufferedOutputStream output = null;
+try {
+output = 
+new BufferedOutputStream(new FileOutputStream(file));
+byte buffer[] = new byte[2048];
+while (true) {
+int n = input.read(buffer);
+if (n <= 0)
+break;
+output.write(buffer, 0, n);
+}
+} finally {
+if (output != null) {
+try {
+output.close();
+} catch (IOException e) {
+// Ignore
+}
+}
 }
-output.close();
+
+return file;
 
 }
 



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



svn commit: r413328 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina: servlets/HTMLManagerServlet.java servlets/ManagerServlet.java startup/HostConfig.java

2006-06-10 Thread markt
Author: markt
Date: Sat Jun 10 09:45:00 2006
New Revision: 413328

URL: http://svn.apache.org/viewvc?rev=413328&view=rev
Log:
Fix bug 28845 - a possible race condition when uploading a war via Manager or 
HTMLManager 

Also fix an issue with HostConfig that would only ever auto-deploy an 
application once, even if that application was subsequently removed and then 
re-copied into the appbase

Modified:

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java

Modified: 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java?rev=413328&r1=413327&r2=413328&view=diff
==
--- 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java
 (original)
+++ 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/HTMLManagerServlet.java
 Sat Jun 10 09:45:00 2006
@@ -164,100 +164,104 @@
 FileItem warUpload = null;
 File xmlFile = null;
 
-try {
-List items = upload.parseRequest(request);
-
-// Process the uploaded fields
-Iterator iter = items.iterator();
-while (iter.hasNext()) {
-FileItem item = (FileItem) iter.next();
-
-if (!item.isFormField()) {
-if (item.getFieldName().equals("installWar") &&
-warUpload == null) {
-warUpload = item;
-} else {
-item.delete();
+// There is a possible race condition here. If liveDeploy is true it
+// means the deployer could start to deploy the app before we do it.
+synchronized(getLock()) { 
+try {
+List items = upload.parseRequest(request);
+
+// Process the uploaded fields
+Iterator iter = items.iterator();
+while (iter.hasNext()) {
+FileItem item = (FileItem) iter.next();
+
+if (!item.isFormField()) {
+if (item.getFieldName().equals("installWar") &&
+warUpload == null) {
+warUpload = item;
+} else {
+item.delete();
+}
 }
 }
-}
-while(true) {
-if (warUpload == null) {
-writer.println(sm.getString
-("htmlManagerServlet.installUploadNoFile"));
-break;
-}
-war = warUpload.getName();
-if (!war.toLowerCase().endsWith(".war")) {
-writer.println(sm.getString
-("htmlManagerServlet.installUploadNotWar",war));
-break;
-}
-// Get the filename if uploaded name includes a path
-if (war.lastIndexOf('\\') >= 0) {
-war = war.substring(war.lastIndexOf('\\') + 1);
-}
-if (war.lastIndexOf('/') >= 0) {
-war = war.substring(war.lastIndexOf('/') + 1);
-}
-
-String xmlName = war.substring(0,war.length()-4) + ".xml";
-
-// Identify the appBase of the owning Host of this Context
-// (if any)
-String appBase = null;
-File appBaseDir = null;
-appBase = ((Host) context.getParent()).getAppBase();
-appBaseDir = new File(appBase);
-if (!appBaseDir.isAbsolute()) {
-appBaseDir = new File(System.getProperty("catalina.base"),
-  appBase);
-}
-File file = new File(appBaseDir,war);
-if (file.exists()) {
-writer.println(sm.getString
-("htmlManagerServlet.installUploadWarExists",war));
+while(true) {
+if (warUpload == null) {
+writer.println(sm.getString
+("htmlManagerServlet.installUploadNoFile"));
+break;
+}
+war = warUpload.getName();
+if (!war.toLowerCase().endsWith(".war")) {
+writer.println(s

DO NOT REPLY [Bug 28845] - Race condition during deployment if liveDeploy = true

2006-06-10 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=28845


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-06-10 16:44 ---
This has been fixed in SVN and will be included in 4.1.32 onwards.

As yet, no release plans have been announced for 4.1.32

-- 
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 15893] - Need a getPort() method on Connector or similar functionality

2006-06-10 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=15893


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-06-10 16:49 ---
Such a method exists on the coyote connector.

-- 
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: r413336 - /tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

2006-06-10 Thread markt
Author: markt
Date: Sat Jun 10 10:42:52 2006
New Revision: 413336

URL: http://svn.apache.org/viewvc?rev=413336&view=rev
Log:
Changes to 10 June 2006

Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
URL: 
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=413336&r1=413335&r2=413336&view=diff
==
--- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original)
+++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Sat Jun 10 10:42:52 
2006
@@ -101,7 +101,7 @@
  Upgrade to 1.4
 
 [4.1.32] Xerces
- Upgrade to 2.7.1
+ Upgrade to 2.8.0
 
 [4.1.32] Commons Daemon
  Upgrade to 1.0.1
@@ -110,7 +110,7 @@
  Upgrade to 1.2.1
 
 [4.1.32] Commons Pool
- Upgrade to 1.2
+ Upgrade to 1.3
 
 [4.1.32] JUnit
  Upgrade to 3.8.1
@@ -119,7 +119,37 @@
  Upgrade to 1.3.3_01
 
 [4.1.32] Tyrex Data Source
- Upgrade to 1.0.2
+ Upgrade to 1.0.3
+
+[4.1.32] Building
+ Now compiles on Java 5
+
+[4.1.32] NIS
+ Upgrade to 2.14
+
+[4.1.32] Struts
+ Upgrade to 1.2.9
+
+[4.1.32] Building
+ Re-structure source distribution so build scripts work without
+ modification
+
+[4.1.32] Service
+ Replace JavaService with commons-deamon
+
+[4.1.32] Commons FileUpload
+ Upgrade to 1.1.1 (requires commons-io)
+
+[4.1.32] Commons IO
+ Add version 1.2
+
+[4.1.32] JUnit
+ Upgrade to 3.8.2
+
+
+[4.1.32] Pure TLS
+ Upgrade to 0.9b5
+
 
 
 -
@@ -1549,6 +1579,25 @@
 [4.1.32] JNDI Realm
  Add support for CLIENT-CERT authentication
 
+[4.1.32] CGI Servlet
+ Add REQUEST_URI to environment
+
+[4.1.32] #38814
+ CGI Servlet
+ CGIServlet applies wrong charset
+
+[4.1.32] #33636
+ Deployment
+ ExpandWar doesn't set the lastModified attribute
+
+[4.1.32] Deployment
+ Expanded WARs are now deleted when the webapp is removed
+
+[4.1.32] #28845
+ Deployment
+ Fix possible race condition between HostConfig and Manager/HTMLManager
+ when uploading a WAR for deployment
+
 
 
 Coyote Bug Fixes:
@@ -1791,6 +1840,13 @@
 
 [4.1.31] Upgrade to Connectors from Tomcat 5.0.28
 
+[4.1.32] Upgrade to Connectors from Tomcat 5.5.x branch
+
+[4.1.32] Update TC4 CoyoteConnector to
+   - enable the full range of protocol config options
+   - enable the use of future protocol config options
+   - deprecate use of the Factory element in server.xml
+
 
 
 Jasper Bug Fixes:
@@ -2168,7 +2224,7 @@
 
 [4.1.31] #18778
  Compiler
- popBody not always called as expected resulting in unexpected output
+ Implement mapped file
 
 [4.1.31] #27253
  Build script
@@ -2188,7 +2244,63 @@
 
 [4.1.31] #26400
  JspC
- Fix package name generation.
+ Fix package name generation
+
+[4.1.32] #19778
+ Compiler
+ Ensure JSPs in XMl form using UTF-8 encoding (or any other encoding)
+ are handled correctly
+
+[4.1.32] #31550
+ Compiler
+ Jasper now compilies JSP when tag attribute ends in 
+
+[4.1.32] #25899
+ Compiler
+ Encoding for included page is now correctly determined when the 
included
+ page contains a page import directive.
+
+[4.1.32] #29335
+ Resources
+ Resource names in resource files did not agree with names used in code
+
+[4.1.32] #27806
+ Compiler
+ JspC creates blank files on failure and does not alwats re-attempt 
java
+ generation
+
+[4.1.32] #33368
+ Runtime
+ Fix leak in swallowOutput
+
+[4.1.32] #25095
+ Compiler
+ Tags generated by  are not well-formed
+
+[4.1.32] #22867
+ Compiler
+ Tag handlers can't be inner/nested classes
+
+[4.1.32] #22293
+ JspC
+ JspC class name doesn't match Jasper
+
+[4.1.32] #18477
+ JspC
+ JspC unable to precompile linked jsp files
+
+[4.1.32] #25597
+ JspC
+ Fix ArrayIndexOutOfBounds excpetion
+
+[4.1.32] #22802
+ Compiler
+ Tag handlers can't be inner/nested classes
+
+[4.1.32] #21440
+ Runtime
+  whose target performs a 'forward' does not behave as
+ expected
 
 
 



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



[VOTE] Time for 4.1.32?

2006-06-10 Thread Mark Thomas
All,

Having just closed the last open bug for 4.1.x (only enhancement
requests left) now seems like a good time for a 4.1.32 release.

I am volunteering to be the release manager and given the discussions
on voting at the time of the last 5.5.x release, I am proposing the
following:
- vote to release the current 4.1.x trunk as 4.1.32-beta
- 2 weeks for testing
- stability vote

As usual, only committer votes are binding but everyone's input is
welcome. Given that it is the weekend, I intend letting this vote run
a little longer than usual until close of play Wednesday 14 June 2006.
[ ] +1 I am in favour of a 4.1.32-beta release
[ ] +0 I don't mind
[ ] -1 I am against a 4.1.32-beta release because ...

Mark

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



Re: [VOTE] Time for 4.1.32?

2006-06-10 Thread Mark Thomas
It is implied, given I started the thread but to make it clear...

> [X] +1 I am in favour of a 4.1.32-beta release

Mark

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



Re: [VOTE] Time for 4.1.32?

2006-06-10 Thread Darryl Miles

Mark Thomas wrote:

Having just closed the last open bug for 4.1.x (only enhancement
requests left) now seems like a good time for a 4.1.32 release.


Maybe this patch for 4.1.x needs review too:
http://issues.apache.org/bugzilla/show_bug.cgi?id=38795



As usual, only committer votes are binding but everyone's input is
welcome.


Don't use 4.1.x myself but I can sure see many questions and support 
requests in other forums (non-tomcat specific) from users using it.  I'm 
sure they will appreciate the effort.


Darryl

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



Your query on services of Hutch number

2006-06-10 Thread CORPORATECARE

Dear Ms. Mathews,

Thank you for your e-mail.

Ms. Mathews, we kindly request you to provide us with your 10 digit
Hutch mobile number, and details regarding your query, so that we can
assist you in the best possible manner.

Looking forward for receiving the confirmation for the Hutch number.
Please feel free to revert to us, if you require any further assistance
from our end.


Warm Regards,
Gauri loomba
Corporate  Care Team

_
Hutch Care : +91(0) 98110 98110
Fax : +91(0) 98110 9
Email : [EMAIL PROTECTED]
Website : www.hutch.in 



To check the outstanding balance of your Hutch postpaid account, please
SMS "BILL" to 111 (toll free from Hutch Delhi network).

The information contained in this communication is intended solely for
the use of the individual or entity to whom it is addressed and others
authorized to receive it. It may contain confidential or legally
privileged information. If you are not the intended recipient you are
hereby notified that any disclosure, copying, distribution or taking any
action in reliance on the contents of this information is strictly
prohibited and may be unlawful. If you have received this communication
in error, please notify us immediately by responding to this email and
then delete it from your system


-Original Message-
From: miji mathews [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 10, 2006 5:34 PM
To: [EMAIL PROTECTED]
Cc: tomcat-dev@jakarta.apache.org
Subject: unsubscribe trouble

how do I unsubscribe ? Im geeting all these emails that I didnt sign up
for . I already tried unsubscribe email about 10 times


Please help

miji



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





" Send & Receive e-mails on your Mobile Phone using HutchMail: 
http://www.hutch.in/4business/hutchmail.asp";

** DISCLAIMER **
Information contained and transmitted by this E-MAIL is proprietary to HUTCH 
and is intended for use only by the individual or entity to which it is 
addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, 
printing, copying or dissemination of this information in any way or in any 
manner is strictly prohibited. If you have received this communication in 
error, please delete this mail & notify us immediately at [EMAIL PROTECTED]