~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to STATUS.txt

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  limitations under the License.
16
16
================================================================================
17
17
 
18
 
$Id: STATUS.txt 900477 2010-01-18 17:46:12Z pero $
 
18
$Id: STATUS.txt 920918 2010-03-09 15:17:25Z kkolinko $
19
19
 
20
20
                         =================================
21
21
                         Apache Tomcat 6.0 Patch Proposals
68
68
  -1: remm: no for TC 6.0
69
69
  -1: funkman : api change in Session.java for .x.x release
70
70
 
71
 
* Allow special characters recognized by the Windows command-line shell to
72
 
  be present in the names of CATALINA_HOME/_BASE and the current directory
73
 
  used to call the Tomcat scripts.
74
 
  Fixes the problem reported for the '&' character:
75
 
    https://issues.apache.org/bugzilla/show_bug.cgi?id=48464#c4
76
 
  "help cmd" lists the following characters as special:
77
 
   <space> and &()[]{}^=;!'+,`~
78
 
  Note that:
79
 
   - cd, set, echo commands have to use quotes when a name contains '&'
80
 
   - names containing the space character are already working without this patch
81
 
  Patch:
82
 
  http://people.apache.org/~kkolinko/patches/2010-01-03_bug48464-c4_ampersand_tc6.patch
83
 
  (a backport of revs. 895191, 895392)
84
 
  Tested on Windows XP.
85
 
  +1: kkolinko, rjung
86
 
  -1:
87
 
  rjung: I would slightly prefer to apply after we finally managed to produce a working
88
 
         release for 6.0.x, since changes in the Windows bat files are hard to test
89
 
         for all possible cases, paths etc.
90
 
         The 'set "a=%b%"' trick is nice, because if you only use the quotation
91
 
         marks around the rhs, Windows actually adds them to the value of 'a'.
92
 
 
93
 
* Force disconnect upon transmission failure
94
 
  http://svn.apache.org/viewvc?rev=898906&view=rev
95
 
  +1: fhanik, jim, pero
96
 
  -1: 
97
 
 
98
 
* Remove @Deprecated annotations from javax.servlet.jsp.JspContext
99
 
  Part of http://svn.apache.org/viewvc?rev=899635&view=rev
100
 
  http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/jsp/JspContext.java?view=diff&r1=899634&r2=899635&pathrev=899635
101
 
  +1: kkolinko
102
 
  -1:
103
 
 
104
 
* Use CRLF line ends in conf/* files installed by the Windows exe installer
105
 
  http://people.apache.org/~kkolinko/patches/2010-01-18_tc6_installer-crlf.patch
106
 
  +1: kkolinko, jfclere
107
 
  -1:
108
 
 
 
71
* Fix the maven stuff for the maven repo.
 
72
  Before it does't find tomcat-juli.jar and the remoteRepository seems broken .
 
73
  http://people.apache.org/~jfclere/patches/maven.patch
 
74
  +1: jfclere
 
75
  -1: fhanik - easier to pass in the root path (lib/bin) to the macro instead of hacking around it
 
76
               if we remove the SCP auto feature, then there should be something to replace it with
 
77
               (http://ant.apache.org/manual/OptionalTasks/scp.html)  
 
78
 
 
79
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48545
 
80
  Truststores don't have to have passwords
 
81
  Based on a patch by 'smmwpf54'
 
82
  http://svn.apache.org/viewvc?view=revision&revision=910266
 
83
  +1: markt
 
84
  -1: jfclere: Doc says it should use keystorePass (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html).
 
85
               so that would break existing configurations.
 
86
      markt: It shouldn't break existing configs. JSSE allows trust stores to be
 
87
             read without providing the password
 
88
 
 
89
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48589
 
90
  Make JNDIRealm easier to extend
 
91
  Based on a patch by Candid Dauth
 
92
  http://svn.apache.org/viewvc?rev=910485&view=rev
 
93
  http://svn.apache.org/viewvc?rev=918489&view=rev (review feedback)
 
94
  +1: markt, kkolinko
 
95
  -1: 
 
96
 
 
97
  Additional patch:
 
98
  http://svn.apache.org/viewvc?rev=918803&view=rev
 
99
  +1: kkolinko, markt
 
100
  -1:
 
101
 
 
102
* Improve log messages when a potential leak is detected by including the name
 
103
  of the offending context
 
104
  http://svn.apache.org/viewvc?view=revision&revision=920298
 
105
  +1: markt, kkolinko
 
106
  -1: 
 
107
 
 
108
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48629
 
109
  Allow user names as well as DNs to be used with the nested role search
 
110
  Add roleNested to the docs
 
111
  Patch provided by Felix Schumacher
 
112
  http://svn.apache.org/viewvc?rev=920422&view=rev
 
113
  +1: markt, kkolinko
 
114
  -1: 
 
115
 
 
116
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48661
 
117
  Make error page behaviour consistent. If a response has been committed, include
 
118
  the error page
 
119
  http://svn.apache.org/viewvc?rev=920449&view=rev
 
120
  +1: markt, kkolinko
 
121
  -1: 
 
122
 
 
123
* Revisit https://issues.apache.org/bugzilla/show_bug.cgi?id=48701
 
124
  Allow TagVariableInfo as well as VariableInfo to introduce objects later used
 
125
  by <jsp:getProperty> - JSP.5.3
 
126
  http://svn.apache.org/viewvc?rev=920532&view=rev
 
127
  http://svn.apache.org/viewvc?rev=920907&view=rev (review comment)
 
128
  +1: markt
 
129
  -1: 
 
130
 
 
131
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48729
 
132
  Return roles defined by both userRoleName and roleName mechanisms
 
133
  Patch provided by 'eric'
 
134
  +1: markt, kkolinko
 
135
  -1: 
 
136
 
 
137
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48737
 
138
  Don't assume paths that start with /META-INF/... are always in JARs. This is
 
139
  not true for some IDEs
 
140
  Patch provided by Fabrizio Giustina
 
141
  http://svn.apache.org/viewvc?rev=920840&view=rev
 
142
  +1: markt, kkolinko
 
143
  -1: 
 
144
 
 
145
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48760
 
146
  Ensure multiple threads do not end up with the same InputStream
 
147
  http://svn.apache.org/viewvc?rev=920858&view=rev
 
148
  +1: markt, kkolinko
 
149
  -1: 
 
150
 
 
151
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48701
 
152
  Add system property to allow disabling enforcement of JSP.5.3
 
153
  The spec recommends, but does not require this enforcement.
 
154
  http://svn.apache.org/viewvc?rev=920880&view=rev
 
155
  +1: kkolinko
 
156
  -1:
 
157
 
 
158
* Address https://issues.apache.org/bugzilla/show_bug.cgi?id=48007#c5
 
159
  Improve exception processing in CustomObjectInputStream#resolveClass(),
 
160
  to help find the cause behind BZ 48007.
 
161
  http://svn.apache.org/viewvc?rev=920912&view=rev
 
162
  +1: kkolinko
 
163
  -1: