Is this expected to run successfully? I am seeing failures when running
with `wstest -m fuzzingserver`. For example in 9.1.3, when the test client
tries to send the message back, the fuzz server closes the connection with
status 1007 and reason "encountered invalid UTF-8 while processing text
messa
On 16/05/2013 22:05, Caldarale, Charles R wrote:
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Subject: Re: Automatic deployment changes
>
>> 2. If a WAR is modified (located in the Host's appBase or externally)
>> and there is a context.xml file present in the Host's appBase (which
>> there
> From: Mark Thomas [mailto:ma...@apache.org]
> Subject: Re: Automatic deployment changes
> 2. If a WAR is modified (located in the Host's appBase or externally)
> and there is a context.xml file present in the Host's appBase (which
> there must be for external WARs)
Just to be clear, do you mea
The changes have changed. The new changes are:
1. unpackWARs now applies to external WARs as well as WARs located in
the Host's appBase.
2. If a WAR is modified (located in the Host's appBase or externally)
and there is a context.xml file present in the Host's appBase (which
there must be for ext
Author: markt
Date: Thu May 16 20:40:02 2013
New Revision: 1483554
URL: http://svn.apache.org/r1483554
Log:
Remaining tests for modification
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/trunk/test/org/apache/catalina/startu
Author: markt
Date: Thu May 16 20:39:46 2013
New Revision: 1483552
URL: http://svn.apache.org/r1483552
Log:
Refactor to enabling reloading rather than redploying of a context when a WAR
file changes and there is an XML file present in the Host's configBase. In this
scenario, the context object d
Chris Owens created MTOMCAT-222:
---
Summary: No (documented) way to tolerate server cert whose CN
doesn't match DNS hostname
Key: MTOMCAT-222
URL: https://issues.apache.org/jira/browse/MTOMCAT-222
Project
Chris Owens created MTOMCAT-221:
---
Summary: Deploy fails if server requires client-auth
Key: MTOMCAT-221
URL: https://issues.apache.org/jira/browse/MTOMCAT-221
Project: Apache Tomcat Maven Plugin
Author: markt
Date: Thu May 16 14:29:32 2013
New Revision: 1483390
URL: http://svn.apache.org/r1483390
Log:
Refactor (no functional change) so it is easier to change the behaviour when
modified resources are detected
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Mo
https://issues.apache.org/bugzilla/show_bug.cgi?id=54981
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
Author: violetagg
Date: Thu May 16 14:16:19 2013
New Revision: 1483385
URL: http://svn.apache.org/r1483385
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54981
Merged revision 1483229 from tomcat/trunk:
ServletContext.getJspConfigDescriptor() must return NULL when there is no jsp
con
Author: markt
Date: Thu May 16 13:43:47 2013
New Revision: 1483361
URL: http://svn.apache.org/r1483361
Log:
Update tests after reverting r1462824
Add more modification tests
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/trun
Author: markt
Date: Thu May 16 13:43:11 2013
New Revision: 1483360
URL: http://svn.apache.org/r1483360
Log:
Reload rather than redeploy a web application when XML and external WAR are
present and the WAR is updated. No need to redeploy since the XML won't change.
Modified:
tomcat/trunk/java/
Author: markt
Date: Thu May 16 13:40:31 2013
New Revision: 1483359
URL: http://svn.apache.org/r1483359
Log:
Revert r1482834
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
URL:
http://svn.apache.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54978
--- Comment #1 from tim.po...@fmr.com ---
Or better, something akin to con.validate(PooledConnection.VALIDATE_INIT |
PooledConnection.VALIDATE_BORROW).
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54984
Bug ID: 54984
Summary: multipart/form-data is not always read with correct
encoding
Product: Tomcat 7
Version: 7.0.40
Hardware: PC
OS: Linux
On 15/05/2013 14:47, ma...@apache.org wrote:
> Author: markt
> Date: Wed May 15 13:47:29 2013
> New Revision: 1482834
>
> URL: http://svn.apache.org/r1482834
> Log:
> Change auto-deployment behaviour on deletion. Redeploy order is now always
> (not all entries will be present)
> - XML
> - WAR (ap
Author: markt
Date: Thu May 16 10:14:50 2013
New Revision: 1483288
URL: http://svn.apache.org/r1483288
Log:
Add another test
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
Modified:
tomcat/trunk/test/org/apache/catalina/startup/TestHostConfig
https://issues.apache.org/bugzilla/show_bug.cgi?id=54983
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54983
Bug ID: 54983
Summary: C [tcnative-1.dll+0x52f0]
Java_org_apache_tomcat_jni_Socket_send+0xa0
Product: Tomcat Native
Version: unspecified
Hardware: PC
Sta
Author: violetagg
Date: Thu May 16 08:07:24 2013
New Revision: 1483229
URL: http://svn.apache.org/r1483229
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54981
ServletContext.getJspConfigDescriptor() must return NULL when there is no jsp
configuration
Modified:
tomcat/trunk/java
https://issues.apache.org/bugzilla/show_bug.cgi?id=54981
Bug ID: 54981
Summary: ServletContext.getJspConfigDescriptor() should return
null when there is no jsp configuration
Product: Tomcat 7
Version: 7.0.40
Hardware: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=54980
Bug ID: 54980
Summary: Setting 'cookies' attribute to 'false' in context
still generate JSESSIONID cookie
Product: Tomcat 7
Version: 7.0.27
Hardware: PC
S
23 matches
Mail list logo