DO NOT REPLY [Bug 32418] New: - URL is not supported for WAR deployment in Tomcat 5 Manager.

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32418.
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=32418

   Summary: URL is not supported for WAR deployment in Tomcat 5
Manager.
   Product: Tomcat 5
   Version: Nightly Build
  Platform: All
OS/Version: All
Status: NEW
  Keywords: PatchAvailable
  Severity: normal
  Priority: P2
 Component: Webapps:Manager
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


WAR deployment fails when jar: URL is passed to war=
or config= argument of /manager/deploy service.

It seems code supporting jar: URL is currently gone from
ManagerServlet.java (it was there with Tomcat 4), so
I added support for it once again. In addition to jar:
URL, this patch adds support for any URL, so you can deploy
remote WAR file located on FTP or HTTP server (or anything
java.net.URL supports).

-- 
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 32418] - URL is not supported for WAR deployment in Tomcat 5 Manager.

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32418.
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=32418





--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 11:22 ---
Created an attachment (id=13564)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=13564action=view)
Patch to regain support for various URL formats for war= or config=
parameter of /manager/deploy service


-- 
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 32418] - URL is not supported for WAR deployment in Tomcat 5 Manager.

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32418.
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=32418


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 12:15 ---
Thanks for the patch, but this has very little use. As a result, I'm -0 for
adding complexity to support this.

Please consider using uploading your war to the server, which does the same but
is far simpler.

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



Yahoo! Auto Response

2004-11-28 Thread sachin_chivate1682
Hello Sir,

Sachin here, Thanks for you kindly response to my mail.i will be get back to 
you in 24 hours.if you have any doubts call me.Thanks
Regards
Sachin Chivate
09819418956/08352313560








Original Message:


Authentication-Results: mta139.mail.scd.yahoo.com
  from=jakarta.apache.org; domainkeys=neutral (no sig)
X-Originating-IP: [202.63.162.106]
Return-Path: [EMAIL PROTECTED]
Received: from 202.63.162.106  (EHLO manage.24online) (202.63.162.106)
  by mta139.mail.scd.yahoo.com with SMTP; Sun, 28 Nov 2004 04:16:00 -0800
Received: from yahoo.com ([172.16.2.1])
by manage.24online (8.9.3/8.9.3) with ESMTP id RAA28389
for [EMAIL PROTECTED]; Sun, 28 Nov 2004 17:48:39 +0530
From: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Your day
Date: Sun, 28 Nov 2004 04:15:48 -0800
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0016=_NextPart_000_0016
X-Priority: 3
X-MSMail-Priority: Normal

This is a multi-part message in MIME format.

--=_NextPart_000_0016=_NextPart_000_00
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


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



cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ParserController.java

2004-11-28 Thread markt
markt   2004/11/28 13:59:29

  Modified:jasper2/src/share/org/apache/jasper/compiler Tag:
tomcat_4_branch ParserController.java
  Log:
  Fix bug 25899 - Encoding for included page is now correctly determined
when the included page contains a page import directive.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.6   +5 -7  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ParserController.java
  
  Index: ParserController.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ParserController.java,v
  retrieving revision 1.4.2.5
  retrieving revision 1.4.2.6
  diff -u -r1.4.2.5 -r1.4.2.6
  --- ParserController.java 4 Oct 2004 20:10:14 -   1.4.2.5
  +++ ParserController.java 28 Nov 2004 21:59:29 -  1.4.2.6
  @@ -208,7 +208,8 @@
   }
   
   newEncoding = null;
  -
  +String pageEncoding = null;
  +
   // Figure out the encoding of the page
   // xml parser will take care of encoding for
   // page in XML syntax since we pass it a stream
  @@ -219,20 +220,17 @@
   if (jspReader.matches(page)) {
   jspReader.skipSpaces();
   Attributes attrs = Parser.parseAttributes(this, 
jspReader);
  -String attribute = pageEncoding;
  -newEncoding = attrs.getValue(pageEncoding);
  -if (newEncoding == null) {
  +pageEncoding = attrs.getValue(pageEncoding);
  +if (pageEncoding == null) {
   String contentType = attrs.getValue(contentType);
   if (contentType != null) {
   int loc = contentType.indexOf(charset=);
   if (loc != -1) {
   newEncoding = contentType.substring(loc+8);
  -return;
   }
   }
  -if (newEncoding == null)
  -newEncoding = ISO-8859-1;
   } else {
  +newEncoding = pageEncoding;
   return;
   }
   }
  
  
  

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



DO NOT REPLY [Bug 25899] - Encoding bug in Jasper compiler when using %@ include directive (pageEncoding attribute)

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25899.
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=25899


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 23:01 ---
This has been fixed in CVS for 4.1.x.

Please note that the suggested patch is bad as it does not take account of JSP 
1.2 errata (rev a) of 21 March 2002 which clarifies a number of issues 
regarding page encoding. An alternative patch has been applied.

-- 
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 29483] - Connector index / overview page update

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29483.
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=29483


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 23:11 ---
Sorry, but your patch has been overtaken by events. The JK documentation has 
recently been completely restructured. If you have the time to review the new 
docs and have improvements to suggest then please open a new bug report and 
attach the relevant diff(s).

Since the connectors are common between TC4 and TC5 I would suggest creating 
the bugzilla item against TC5 as nearly all the tomcat committers are focussed 
on TC5 rather than TC4.

-- 
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 29386] - pageEncoding attribute is ignored under certain conditions

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29386.
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=29386


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 23:16 ---
There is some ambiguity in the JSP 1.2 spec regarding page encoding and 
content type. This was clarified in 
http://www.jcp.org/aboutJava/communityprocess/maintenance/jsr053/errata_1_2_a_2
0020321.html

This bug actually has the same root cause as 25899, hence I am marking this 
one as a duplicate.

*** This bug has been marked as a duplicate of 25899 ***

-- 
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 25899] - Encoding bug in Jasper compiler when using %@ include directive (pageEncoding attribute)

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25899.
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=25899


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 23:16 ---
*** Bug 29386 has been marked as a duplicate of this bug. ***

-- 
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 30045] - NullPointerException in CoyoteRequestFacade

2004-11-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=30045.
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=30045





--- Additional Comments From [EMAIL PROTECTED]  2004-11-28 23:43 ---
Can you provide a simple test WAR that demonstrates this error?

My guess at the moment is that your servlet isn't thread safe and is hanging 
on to an old request facade.

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