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 2012/03/22 16:08:21 UTC

DO NOT REPLY [Bug 52971] New: javax.servlet.context.tempdir return directory that do not exist, and finish with a _ underscore

https://issues.apache.org/bugzilla/show_bug.cgi?id=52971

             Bug #: 52971
           Summary: javax.servlet.context.tempdir return directory that do
                    not exist, and finish with a _ underscore
           Product: Tomcat 7
           Version: 7.0.12
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: SebTardif@ncf.ca
    Classification: Unclassified


servletContext.getAttribute("javax.servlet.context.tempdir") return a path that
do not exist because the end of the path finish with an underscore like
.../xyz/_

xyz exist but not _

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 52971] javax.servlet.context.tempdir return directory that do not exist, and finish with a _ underscore

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52971

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2012-03-22 15:10:58 UTC ---
1. Can you reproduce this on the up-to-date version of Tomcat 7 (7.0.26)?
2. How to reproduce this,  step-by-step?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 52971] javax.servlet.context.tempdir return directory that do not exist, and finish with a _ underscore

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52971

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Mark Thomas <ma...@apache.org> 2012-03-24 21:41:30 UTC ---
Tomcat only sets this in one place and if the directory can't be created there
will be a warning in the logs. There are multiple reasons why it might not be
possible for Tomcat to create the directory and the users list is the place to
seek further assistance.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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