You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/05/22 03:39:18 UTC

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

https://bz.apache.org/bugzilla/show_bug.cgi?id=57154

Huxing Zhang <hu...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |huxing.zhang@gmail.com

--- Comment #6 from Huxing Zhang <hu...@gmail.com> ---
Created attachment 32749
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32749&action=edit
backport the feature from bug 57155 to Tomcat 7.0.x

Hi @Konstantin and @Mark, 

I have backported the feature from bug 57155 to Tomcat 7.0.x.
Would you please kindly review the attached fix?
The main idea is borrowed from Mark's implementation in Tomcat 8.0.x.

The changes in the patch mainly includes:
1) an EmptyDirContext implementation which is not backed by a file system.
2) an enhancement in StandardContext that allows an application to be
configured to have no docBase, precisely speaking, to have docBase to be null.
3) changes in test cases that replacing unnecessary file system doc base with
null doc base.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org