https://issues.apache.org/bugzilla/show_bug.cgi?id=11248
Artem Anisimov changed:
What|Removed |Added
Component|Catalina|Catalina
Version|4.0.4
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248
--- Comment #5 from Tim Funk 2010-10-25 08:36:38 EDT ---
It seems this functionality is already present with the use of ExpiresFilter
(which is new to Tomcat7) and more powerful than the existing patch.
--
Configure bugmail: https://issue
Author: kkolinko
Date: Mon Oct 25 13:50:36 2010
New Revision: 1027117
URL: http://svn.apache.org/viewvc?rev=1027117&view=rev
Log:
Write 'deprecated' in bold
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
Author: markt
Date: Mon Oct 25 13:55:54 2010
New Revision: 1027120
URL: http://svn.apache.org/viewvc?rev=1027120&view=rev
Log:
Fix numerous typos.
Patch provide by Luke Meyer.
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL:
Author: markt
Date: Mon Oct 25 13:57:15 2010
New Revision: 1027121
URL: http://svn.apache.org/viewvc?rev=1027121&view=rev
Log:
Fix a couple of other typos
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL:
http://svn.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248
--- Comment #6 from Cyrille Le Clerc 2010-10-25 10:08:25
EDT ---
FYI, a standalone version of ExpiresFilter is available and deployable in your
webapps on older Tomcat versions (6, 5.5, etc) as well as on other Java EE
servers (Websphere,
Author: markt
Date: Mon Oct 25 15:04:38 2010
New Revision: 1027160
URL: http://svn.apache.org/viewvc?rev=1027160&view=rev
Log:
Staled is not a word
Modified:
tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java
Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentVal
Author: markt
Date: Mon Oct 25 15:27:05 2010
New Revision: 1027166
URL: http://svn.apache.org/viewvc?rev=1027166&view=rev
Log:
Trivial typo
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.jav
Author: markt
Date: Mon Oct 25 15:28:24 2010
New Revision: 1027167
URL: http://svn.apache.org/viewvc?rev=1027167&view=rev
Log:
Vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10271
Author: markt
Date: Mon Oct 25 15:45:35 2010
New Revision: 1027170
URL: http://svn.apache.org/viewvc?rev=1027170&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50138
Correct threading issues in SecurityUtil
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x
https://issues.apache.org/bugzilla/show_bug.cgi?id=50138
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Mon Oct 25 16:02:51 2010
New Revision: 1027176
URL: http://svn.apache.org/viewvc?rev=1027176&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50105
Use Enum.name() rather than Enum.toString() when evaluating composite
expressions
Modified:
tomcat/tc6.0.x/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=50105
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Mon Oct 25 16:37:14 2010
New Revision: 1027187
URL: http://svn.apache.org/viewvc?rev=1027187&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50078
Fix threading issues in EL caches and make cache sizes configurable
Threading patch provided by Takayoshi Kimu
https://issues.apache.org/bugzilla/show_bug.cgi?id=50078
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=44454
--- Comment #25 from Joe Kislo 2010-10-25 13:00:50
EDT ---
(In reply to comment #21)
> Well, we are already misusing the phrase optlock vs real locking, so perhaps
> an
> additional pedantic mode that always locks?
>
> 32 bit math is not
Author: markt
Date: Mon Oct 25 17:00:43 2010
New Revision: 1027196
URL: http://svn.apache.org/viewvc?rev=1027196&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49811
Add context option to disable URL re-writing and session parsing from URLs
Based on a patch by Wesley.
Modifi
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50140
--- Comment #4 from Mark Thomas 2010-10-25 16:31:27 EDT ---
Thanks to the NSIS folks for pointing out our (probably "my" but I haven't
check the history) error.
I'm currently looking into a patch for this that will also allow the 32-bit
se
https://issues.apache.org/bugzilla/show_bug.cgi?id=50153
Summary: Remapping the default servlet
Product: Tomcat 7
Version: 7.0.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=50147
--- Comment #3 from balusc 2010-10-25 21:28:59 EDT ---
>From JSP 2.2 EL specification:
---
1.14 Reserved Words
The following words are reserved for the language and must not be used as
identifiers.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156
Summary: AccessLogValve.rotate() overwrites the existing file
Product: Tomcat 6
Version: 6.0.29
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
P
https://issues.apache.org/bugzilla/show_bug.cgi?id=50153
--- Comment #1 from Chuck Caldarale 2010-10-25
22:56:58 EDT ---
(In reply to comment #0)
> Since I'm using a framework that maps its own servlet to /*, I have to remap
> the default servlet. In Tomcat 7.0.0 this mapping was working:
>
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=50156
--- Comment #1 from Chuck Caldarale 2010-10-25
23:12:50 EDT ---
(In reply to comment #0)
> If you specify "../log.txt" for a new filename, the existing log file is
> renamed to "/../log.txt".
> And, rotate() overwrite other existing files,
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064
--- Comment #3 from Rex Wang 2010-10-26 02:02:05 EDT ---
(In reply to comment #2)
> Should we add the meta-data to all jars anyway (option 1)? Could you provide a
> patch to the POMs to run the OSGi plugins?
Hi Jeremy,
Sure, the attachme
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064
--- Comment #4 from Rex Wang 2010-10-26 02:03:44 EDT ---
Created an attachment (id=26211)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26211)
the patch for impl and spec
--
Configure bugmail: https://issues.apache.org/bugzil
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064
--- Comment #5 from Rex Wang 2010-10-26 02:04:30 EDT ---
Created an attachment (id=26212)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26212)
the patch for parent pom
--
Configure bugmail: https://issues.apache.org/bugzilla/
https://issues.apache.org/bugzilla/show_bug.cgi?id=50064
--- Comment #6 from Rex Wang 2010-10-26 02:08:12 EDT ---
Hi Jeremy,
If you decide apply the patches. Could you please deploy the build artifacts to
Apache snapshot site after that? Then we can run the TCK to test the jstl
bundles in the Ge
https://issues.apache.org/bugzilla/show_bug.cgi?id=11248
Artem Anisimov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi,
Is it me, or is the Tomcat site experiencing some problems?
It seems very slow to respond, on some occasions is timing out before
page load.
p
0x62590808.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
30 matches
Mail list logo