The proposed 8.0.36 release is:
[ ] Broken - do not release
[ X ] Stable - go ahead and release as 8.0.36
No test case failure.
Examples ok.
--
From:Mark Thomas
Time:2016 Jun 9 (Thu) 22:18
To:dev@tomcat.apache.org
Subject:[VOTE] Re
I am personally +1 on switching 6.0.x to CTR.
Just one note here, in http://tomcat.apache.org/svn.html
The following description should be changed after the vote get passed:
/trunk/ The primary development branch. Patches are committed here using
Commit-then-Review and then voted on for porting t
+
Boolean.parseBoolean(System.getProperty("org.apache.catalina.STRICT_SERVLET_COMPLIANCE",
"false"));
Codes like this can be even
shorter:Boolean.getBoolean("org.apache.catalina.STRICT_SERVLET_COMPLIANCE");According
to the
documentation:https://docs.oracle.com/javase/6/docs/api/java/lan
Tomcat essentially.
Thank you very much!!And my English is poor and use some wrong words .I'm sorry
about that!
在2011-05-10 11:45:39,"Caldarale, Charles R" 写道:
>> From: 张 [mailto:howzmhw...@126.com]
>> Subject: About Tomcat transplantation
>
>> I am explan
Hello,I am explanting Tomcat7 application using souce code to an our own
System.The CPU on this system is customized,and is not compatible to X86.Some
of us are dealing with the Operation System (base Linux)and JDK for the new
CPU,and others are doing the application Such as Tomcat.
Now I hava