DO NOT REPLY [Bug 30984] - Add an ability to compile JSPs to specified target JVM

2004-09-04 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=30984.
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=30984

Add an ability to compile JSPs to specified target JVM





--- Additional Comments From [EMAIL PROTECTED]  2004-09-04 07:21 ---
The reason why I reopened was the fact that the solution you provided
*partially* works. What I wanted to point out is the fact that the target
parameter alone seems not to be sufficient. Sorry for reopening but I still
consider adding source parameter is essential for this very enhancement to be
fully functional. My bad I haven't indicated it in my initial submission.

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



Document

2004-09-04 Thread hgomez
--  Virus Warning Message (on uusnwa0p)  --

Found virus WORM_NETSKY.Z in file Part-2.txt   
   
   .exe (in Part-2.zip)
The uncleanable file is deleted.

-
Important!


--  Virus Warning Message (on uusnwa0p)  --

Part-2.zip is removed from here because it contains a virus.

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

[VOTE] 5.0.28 Stability Rating

2004-09-04 Thread Yoav Shapira
Hi,
Tomcat 5.0.28 has been available for a week, with no significant issues
reported, and passing the TCK tests.  Shall we call it:

[ ] Stable
[ ] Beta
[ ] Alpha

My vote is for Stable.  If you're voting Alpha or Beta, please explain why. 
And remember, only committer votes are binding, although everyone's opinion is
of course welcome.

This vote will end in 72 hours.  Thanks,

Yoav

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



Re: [VOTE] 5.0.28 Stability Rating

2004-09-04 Thread Remy Maucherat
Yoav Shapira wrote:
Hi,
Tomcat 5.0.28 has been available for a week, with no significant issues
reported, and passing the TCK tests.  Shall we call it:
[X] Stable
[ ] Beta
[ ] Alpha
My vote is for Stable.  If you're voting Alpha or Beta, please explain why. 
And remember, only committer votes are binding, although everyone's opinion is
of course welcome.

This vote will end in 72 hours.  Thanks,
 

Since it's labour day monday, I think most folks from the US are gone, 
and you are not going to get many votes.

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


DO NOT REPLY [Bug 31058] New: - currentQueryString not escaped in status XML

2004-09-04 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=31058.
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=31058

currentQueryString not escaped in status XML

   Summary: currentQueryString not escaped in status XML
   Product: Tomcat 5
   Version: 5.0.27
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Webapps:Manager
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If tomcat is servicing a request with a query string such 
as id=6218mode=view, the output of /manager/status?XML=true is not valid xml.

It appears that the  in the query string is not being escaped into amp;.

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



Re: [VOTE] 5.0.28 Stability Rating

2004-09-04 Thread Mladen Turk
Yoav Shapira wrote:
[X] Stable
[ ] Beta
[ ] Alpha
Regards,
MT.


smime.p7s
Description: S/MIME Cryptographic Signature


Contactos alternativos/alternative contacts

2004-09-04 Thread Nacho Fernandez




Estaré ausente de la oficina desde el  12/08/2004 y no volveré hasta el
31/12/2004.

Contactos para asuntos en curso:
Técnicos: Sr. Manuel Simón, e-mail: [EMAIL PROTECTED]
Comerciales/logísticos/administrativos: Sra. Nuria López, e-mail:
[EMAIL PROTECTED]
Financieros: Sr. Manuel Tarazona, e-mail:
[EMAIL PROTECTED]

Contacts for current matters:
Technical: Mr. Manuel Simón, e-mail: [EMAIL PROTECTED]
Sales/logistics/administration: Mrs. Nuria López, e-mail:
[EMAIL PROTECTED]
Finantial: Mr. Manuel Tarazona, e-mail:
[EMAIL PROTECTED]


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



cvs commit: jakarta-tomcat-5 tomcat.nsi

2004-09-04 Thread mturk
mturk   2004/09/04 11:03:40

  Modified:.tomcat.nsi
  Log:
  Rename DOTTEDVER to VERSION_NUMBER.
  This is what build.xml now sets.
  
  Revision  ChangesPath
  1.56  +2 -2  jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- tomcat.nsi3 Sep 2004 08:18:15 -   1.55
  +++ tomcat.nsi4 Sep 2004 18:03:40 -   1.56
  @@ -19,7 +19,7 @@
 VIAddVersionKey ProductVersion @VERSION@
 VIAddVersionKey Comments jakarta.apache.org/tomcat
 VIAddVersionKey InternalName [EMAIL PROTECTED]@.exe
  -  VIProductVersion @DOTTEDVER@
  +  VIProductVersion @VERSION_NUMBER@
   
   !include MUI.nsh
   !include StrFunc.nsh
  
  
  

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



cvs commit: jakarta-tomcat-5 build.xml

2004-09-04 Thread mturk
mturk   2004/09/04 11:05:58

  Modified:.build.xml
  Log:
  Change the way how the 'version' property gets set.
  Instead manually setting the property it gets constucted now.
  If the 'version-dev' is set to nonzero '-dev' is appended.
  If the 'version.patch' is set the 'dot-patch' is appended.
  
  Revision  ChangesPath
  1.209 +27 -3 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.208
  retrieving revision 1.209
  diff -u -r1.208 -r1.209
  --- build.xml 3 Sep 2004 08:18:15 -   1.208
  +++ build.xml 4 Sep 2004 18:05:58 -   1.209
  @@ -13,8 +13,32 @@
 !-- Project Properties --
 property name=name  value=Apache Tomcat /
 property name=year  value=2004 /
  -  property name=version   value=5.5-dev /
  -  property name=dottedver value=5.5.0.1 /
  +  property name=version.major value=5 /

  +  property name=version.minor value=5 /
  +  !-- When releasing set the 'version.build' to even number
  +and 'version.isdev' to zero.
  +  --

  +  property name=version.build value=1 /

  +  property name=version.patch value=0 /

  +  property name=version.isdev value=1 /

  +

  +  condition property=isDevVersion value=-dev

  +not

  +  equals arg1=${version.isdev} arg2=0/

  +/not

  +  /condition

  +  condition property=isPatchedVersion value=.${version.patch}

  +not

  +  equals arg1=${version.patch} arg2=0/

  +/not

  +  /condition

  +  !-- Second definition if not already conditionaly set --

  +  property name=isDevVersion  value= /

  +  property name=isPatchedVersion  value= /

  +  

  +  property name=version   
value=${version.major}.${version.minor}.${version.build}${isPatchedVersion}${isDevVersion}
 /

  +  property name=version.number
value=${version.major}.${version.minor}.${version.build}.${version.patch} /

  +
 property name=project   value=jakarta-tomcat /
 property name=final.namevalue=${project}-${version} /
 property name=final-src.namevalue=${project}-${version}-src /
  @@ -1508,7 +1532,7 @@
   copy file=${jtc.home}/procrun/bin/tomcat5w.exe 
   tofile=${tomcat.dist}/bin/tomcat5w.exe /
   filter token=VERSION value=${version}/
  -filter token=DOTTEDVER value=${dottedver}/
  +filter token=VERSION_NUMBER value=${version.number}/
   copy file=tomcat.nsi tofile=${tomcat.dist}/tomcat.nsi 
filtering=true/
   exec dir=${tomcat.dist} executable=${nsis.exe}
  
  
  

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



Re: [VOTE] 5.0.28 Stability Rating

2004-09-04 Thread Ian F . Darwin
[X ] Stable
[ ] Beta
[ ] Alpha

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