Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=118&rev2=119
Comment:
Add link to HowTo/SSLCiphers
== How to configure
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "FAQ/Security" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=13&rev2=14
Comment:
Add link to HowTo/SSLCiphers
1. [[#Q8|
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo/SSLCiphers" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/HowTo/SSLCiphers
Comment:
New FAQ page - how configure the list of ciphers on a Connecto
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379
--- Comment #5 from Violeta Georgieva ---
Created attachment 29840
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29840&action=edit
Patch proposal + tests
Hi,
Please find attached a patch proposal and tests.
Important notes t
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #6 from Christopher Schultz ---
Sorry, yes, I meant "fail()".
As for "throws Exception" doesn't that change a failure into an "error" when
JUnit runs?
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060
--- Comment #11 from Konstantin Kolinko ---
(In reply to comment #10)
>
> The reason, it seems, is that their Digest response includes either
> algorithm="MD5" when it should be algorithm=MD5, or qop="auth" when it
> should be qop=auth.
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135
--- Comment #16 from Konstantin Kolinko ---
Created attachment 29837
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29837&action=edit
globalerrortest.war
For the record: a sample web application that I used to test that it DOES
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135
Konstantin Kolinko changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|-
Author: kkolinko
Date: Thu Jan 10 02:37:42 2013
New Revision: 1431181
URL: http://svn.apache.org/viewvc?rev=1431181&view=rev
Log:
Merged revisions r1430775 r1430791 from tomcat/trunk:
Tabs -> spaces, as reminded by Checkstyle
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.
Author: kkolinko
Date: Thu Jan 10 01:31:39 2013
New Revision: 1431172
URL: http://svn.apache.org/viewvc?rev=1431172&view=rev
Log:
Merged revisions 1431171 from tomcat/trunk:
Fix release of processors in AjpNioProtocol. Wrong object was used as a key in
the connections map.
"connections" is "Map>
Author: kkolinko
Date: Thu Jan 10 01:24:46 2013
New Revision: 1431171
URL: http://svn.apache.org/viewvc?rev=1431171&view=rev
Log:
Fix release of processors in AjpNioProtocol. Wrong object was used as a key in
the connections map.
"connections" is "Map>", so the key in the map is socket, not
its
Author: kkolinko
Date: Thu Jan 10 00:42:05 2013
New Revision: 1431165
URL: http://svn.apache.org/viewvc?rev=1431165&view=rev
Log:
Merged revision 1431164 from tomcat/trunk:
A pair of typos
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
Author: kkolinko
Date: Thu Jan 10 00:40:30 2013
New Revision: 1431164
URL: http://svn.apache.org/viewvc?rev=1431164&view=rev
Log:
A pair of typos
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/
Author: kkolinko
Date: Thu Jan 10 00:17:22 2013
New Revision: 1431161
URL: http://svn.apache.org/viewvc?rev=1431161&view=rev
Log:
Note that the fix for 54260 has to be backported, if we ever implement JSP
unloading in Tomcat 6.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.
Author: kkolinko
Date: Thu Jan 10 00:10:24 2013
New Revision: 1431160
URL: http://svn.apache.org/viewvc?rev=1431160&view=rev
Log:
Remove Filip's proposal. The issue was closed as WONTFIX.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #5 from Konstantin Kolinko ---
(In reply to comment #3)
> FWIW, test cases using the following idiom:
> (..)
> can be written somewhat more simply like this:
>
> try {
> props
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Glen Taylor changed:
What|Removed |Added
Attachment #29836|application/octet-stream|text/plain
mime type|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Glen Taylor changed:
What|Removed |Added
Attachment #29835|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #3 from Christopher Schultz ---
FWIW, test cases using the following idiom:
caught = null;
try {
props.getJdbcInterceptorsAsArray();
} catch (Exception e) {
ca
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #2 from Glen Taylor ---
Created attachment 29835
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29835&action=edit
New unit test for parser
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
--- Comment #1 from Glen Taylor ---
Created attachment 29833
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29833&action=edit
Patch for PoolProperties.java
--
You are receiving this mail because:
You are the assignee for the b
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395
Bug ID: 54395
Summary: JdbcInterceptor config parameter parsing errors
Product: Tomcat Modules
Version: unspecified
Hardware: All
OS: All
Status: NEW
Modified:
tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html?rev=1431052&r1=1431051&r2=1431052&view=diff
===
Modified:
tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/sonar.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/sonar.html?rev=1431052&r1=1431051&r2=1431052&view=diff
===
[
https://issues.apache.org/jira/browse/MTOMCAT-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza resolved MTOMCAT-193.
Resolution: Duplicate
Duplicate of MTOMCAT-119
> Odd need to create an empty cont
[
https://issues.apache.org/jira/browse/MTOMCAT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-199.
--
Resolution: Fixed
Fix Version/s: 2.1
fixed http://svn.apache.org/r14310
Author: olamy
Date: Wed Jan 9 20:39:41 2013
New Revision: 1431048
URL: http://svn.apache.org/viewvc?rev=1431048&view=rev
Log:
fix link
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java
Modified:
tomcat/maven-
[
https://issues.apache.org/jira/browse/MTOMCAT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza updated MTOMCAT-199:
---
Attachment: goalDefs.patch
> Text cleanup of goal definitions
>
Glen Mazza created MTOMCAT-199:
--
Summary: Text cleanup of goal definitions
Key: MTOMCAT-199
URL: https://issues.apache.org/jira/browse/MTOMCAT-199
Project: Apache Tomcat Maven Plugin
Issue Type:
All,
Bump: any interest?
I'd roll it myself, but I've never done something like that and I'd need
a large amount of hand-holding.
Thanks,
-chris
On 12/21/12 3:54 PM, Christopher Schultz wrote:
> All,
>
> There is a particular fix in tcnative-trunk ant the 1.1.x branch to the
> ssl.c::hasOp fun
Remy,
On 1/9/13 10:04 AM, Remy Maucherat wrote:
> Hi,
>
> I ported a valve providing mod_rewrite functionality (most of it) for
> Tomcat "8", and committed it in the sandbox. This could be easily placed
> in the main repository, where it would provide an additional item in the
> "new features" de
https://issues.apache.org/bugzilla/show_bug.cgi?id=54386
Christopher Schultz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: olamy
Date: Wed Jan 9 17:45:54 2013
New Revision: 1430971
URL: http://svn.apache.org/viewvc?rev=1430971&view=rev
Log:
fix format and not used imports
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployMojo.java
[
https://issues.apache.org/jira/browse/MTOMCAT-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-198.
--
Resolution: Fixed
Fix Version/s: 2.1
fixed http://svn.apache.org/r14309
Author: olamy
Date: Wed Jan 9 17:45:18 2013
New Revision: 1430970
URL: http://svn.apache.org/viewvc?rev=1430970&view=rev
Log:
[MTOMCAT-198] Fix base classes for redeploy and redeploy-only goals
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/pl
Glen Mazza created MTOMCAT-198:
--
Summary: Fix base classes for redeploy and redeploy-only goals
Key: MTOMCAT-198
URL: https://issues.apache.org/jira/browse/MTOMCAT-198
Project: Apache Tomcat Maven Plugin
[
https://issues.apache.org/jira/browse/MTOMCAT-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-197.
--
Resolution: Fixed
fixed http://svn.apache.org/r1430966
> tomc
Author: olamy
Date: Wed Jan 9 17:24:37 2013
New Revision: 1430966
URL: http://svn.apache.org/viewvc?rev=1430966&view=rev
Log:
[MTOMCAT-197] tomcat7:undeploy goal not ignoring non-war projects
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plug
https://issues.apache.org/bugzilla/show_bug.cgi?id=54244
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jan 9 16:01:11 2013
New Revision: 1430923
URL: http://svn.apache.org/viewvc?rev=1430923&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54244
Clarify documentation for BIO/NIO SSL config attributes sslEnabledProtocols and
sslProtocol
Modified:
to
Author: markt
Date: Wed Jan 9 15:58:01 2013
New Revision: 1430922
URL: http://svn.apache.org/viewvc?rev=1430922&view=rev
Log:
Fix whitespace
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESo
Author: markt
Date: Wed Jan 9 15:57:48 2013
New Revision: 1430921
URL: http://svn.apache.org/viewvc?rev=1430921&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54244
Clarify documentation for BIO/NIO SSL config attributes sslEnabledProtocols and
sslProtocol
Modified:
to
Nice!
Thanks,
Yoav
On Wed, Jan 9, 2013 at 10:04 AM, Remy Maucherat wrote:
> Hi,
>
> I ported a valve providing mod_rewrite functionality (most of it) for
> Tomcat "8", and committed it in the sandbox. This could be easily placed
> in the main repository, where it would provide an additional it
[
https://issues.apache.org/jira/browse/MTOMCAT-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) updated MTOMCAT-197:
---
Fix Version/s: 2.1
> tomcat7:undeploy goal not ignoring non-war projects
Hi,
I ported a valve providing mod_rewrite functionality (most of it) for
Tomcat "8", and committed it in the sandbox. This could be easily placed
in the main repository, where it would provide an additional item in the
"new features" department for this major release.
I have a documentation page
Glen Mazza created MTOMCAT-197:
--
Summary: tomcat7:undeploy goal not ignoring non-war projects
Key: MTOMCAT-197
URL: https://issues.apache.org/jira/browse/MTOMCAT-197
Project: Apache Tomcat Maven Plugin
Guillaume Soing created MTOMCAT-196:
---
Summary: Add the possiblilty to search warRunDepencies and
extraDependcies throug the dependencyManagement
Key: MTOMCAT-196
URL: https://issues.apache.org/jira/browse/MTOMCA
https://issues.apache.org/bugzilla/show_bug.cgi?id=54394
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54394
Bug ID: 54394
Summary: Connector ciphers not populated in AprEndpoint
SSLCipherSuite
Product: Tomcat 7
Version: 7.0.20
Hardware: PC
Status: NEW
Author: remm
Date: Wed Jan 9 13:43:51 2013
New Revision: 1430854
URL: http://svn.apache.org/viewvc?rev=1430854&view=rev
Log:
- Descriptor for the valve (just in case).
Added:
tomcat/sandbox/rewrite/trunk/src/main/resources/
tomcat/sandbox/rewrite/trunk/src/main/resources/org/
tomcat/
Author: markt
Date: Wed Jan 9 13:42:39 2013
New Revision: 1430852
URL: http://svn.apache.org/viewvc?rev=1430852&view=rev
Log:
Better description of <%= obj =%>
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://sv
Author: markt
Date: Wed Jan 9 13:39:13 2013
New Revision: 1430850
URL: http://svn.apache.org/viewvc?rev=1430850&view=rev
Log:
Correct changelog
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/vie
https://issues.apache.org/bugzilla/show_bug.cgi?id=54372
--- Comment #6 from Konstantin Kolinko ---
By the way, a workaround was implemented in r1429124
It will be included in 7.0.35 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Wed Jan 9 12:42:48 2013
New Revision: 1430827
URL: http://svn.apache.org/viewvc?rev=1430827&view=rev
Log:
Add issue number for r1429124, move according to the sort order.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/
2013/1/2 :
> Author: markt
> Date: Wed Jan 2 15:11:24 2013
> New Revision: 1427821
>
> URL: http://svn.apache.org/viewvc?rev=1427821&view=rev
> Log:
> Revert the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=35410
> as it is not specification compliant
> Remove the remainder of the
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379
--- Comment #4 from Mark Thomas ---
That sounds great. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-un
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379
--- Comment #3 from Violeta Georgieva ---
I'm preparing the test cases just now.
I'll be ready till end of the day is that OK?
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Wed Jan 9 12:08:01 2013
New Revision: 1430812
URL: http://svn.apache.org/viewvc?rev=1430812&view=rev
Log:
Merged revisions r1430799 r1430809 from tomcat/trunk:
Avoid ArrayIndexOutOfBoundsException in HttpParser on incorrect input.
Inspired by o.a.t.util.buf.HexUtils.getDec(
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379
--- Comment #2 from Mark Thomas ---
Could you provide a progress update please. This is (currently) the only
remaining issue that needs fixing before the 7.0.35 tag.
--
You are receiving this mail because:
You are the assignee for the bug
Author: markt
Date: Wed Jan 9 12:00:23 2013
New Revision: 1430810
URL: http://svn.apache.org/viewvc?rev=1430810&view=rev
Log:
Java 6 not 7
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java
UR
Author: kkolinko
Date: Wed Jan 9 11:59:51 2013
New Revision: 1430809
URL: http://svn.apache.org/viewvc?rev=1430809&view=rev
Log:
Followup to r1430799:
Fix trailing whitespace
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java
Modified: tomcat/trunk/java/org/apach
https://issues.apache.org/bugzilla/show_bug.cgi?id=54391
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jan 9 11:57:57 2013
New Revision: 1430808
URL: http://svn.apache.org/viewvc?rev=1430808&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54391
Provide a value for the javax.servlet.context.orderedLibs attribute
Modified:
tomcat/tc7.0.x/trunk/ (p
Author: markt
Date: Wed Jan 9 11:56:22 2013
New Revision: 1430806
URL: http://svn.apache.org/viewvc?rev=1430806&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54391
Provide a value for the javax.servlet.context.orderedLibs attribute
Modified:
tomcat/trunk/java/org/apac
Author: kkolinko
Date: Wed Jan 9 11:41:18 2013
New Revision: 1430799
URL: http://svn.apache.org/viewvc?rev=1430799&view=rev
Log:
Avoid ArrayIndexOutOfBoundsException in HttpParser on incorrect input.
Inspired by o.a.t.util.buf.HexUtils.getDec()
Modified:
tomcat/trunk/java/org/apache/tomcat/u
Author: markt
Date: Wed Jan 9 11:18:53 2013
New Revision: 1430791
URL: http://svn.apache.org/viewvc?rev=1430791&view=rev
Log:
Tab police
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1430791&r1=1430790&r2=1430
Author: kkolinko
Date: Wed Jan 9 11:06:44 2013
New Revision: 1430785
URL: http://svn.apache.org/viewvc?rev=1430785&view=rev
Log:
Reduce visibility.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/Ascii.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Ascii.java
URL:
http:
Author: markt
Date: Wed Jan 9 10:50:27 2013
New Revision: 1430776
URL: http://svn.apache.org/viewvc?rev=1430776&view=rev
Log:
Reduce the dependencies for building the source JARs
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/build.xml
tomcat/tc7.0.x/trunk/mod
Author: markt
Date: Wed Jan 9 10:49:43 2013
New Revision: 1430775
URL: http://svn.apache.org/viewvc?rev=1430775&view=rev
Log:
Tab police
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1430775&r1=1430774&r2=1430
Author: markt
Date: Wed Jan 9 10:47:41 2013
New Revision: 1430773
URL: http://svn.apache.org/viewvc?rev=1430773&view=rev
Log:
Reduce the dependencies for building the source JARs
Modified:
tomcat/trunk/build.xml
tomcat/trunk/modules/jdbc-pool/build.xml
Modified: tomcat/trunk/build.xml
U
On 09/01/2013 09:28, Konstantin Kolinko wrote:
> 2013/1/7 :
>> Author: markt
>> Date: Mon Jan 7 16:01:01 2013
>> New Revision: 1429864
>>
>> URL: http://svn.apache.org/viewvc?rev=1429864&view=rev
> I wonder why "package-src-jar" has to depend on this new
> "build-tomcat-jdbc" target.
Because i
Author: markt
Date: Wed Jan 9 10:38:44 2013
New Revision: 1430771
URL: http://svn.apache.org/viewvc?rev=1430771&view=rev
Log:
This dir is created by the prepare target
Modified:
tomcat/trunk/modules/jdbc-pool/build.xml
Modified: tomcat/trunk/modules/jdbc-pool/build.xml
URL:
http://svn.apac
Author: kkolinko
Date: Wed Jan 9 10:09:56 2013
New Revision: 1430763
URL: http://svn.apache.org/viewvc?rev=1430763&view=rev
Log:
s/2012/2013/g
It is a merge of r1430753 from tomcat/native/trunk
Modified:
tomcat/native/branches/1.1.x/ (props changed)
tomcat/native/branches/1.1.x/NOTICE
Author: kkolinko
Date: Wed Jan 9 10:06:00 2013
New Revision: 1430759
URL: http://svn.apache.org/viewvc?rev=1430759&view=rev
Log:
Remove svn:mergeinfo property from the file
(was: /tomcat/native/trunk/NOTICE.txt:r815411 )
Modified:
tomcat/native/branches/1.1.x/NOTICE (props changed)
Propch
Author: kkolinko
Date: Wed Jan 9 09:59:16 2013
New Revision: 1430753
URL: http://svn.apache.org/viewvc?rev=1430753&view=rev
Log:
s/2012/2013/g
Modified:
tomcat/native/trunk/NOTICE
tomcat/native/trunk/build.xml
tomcat/native/trunk/xdocs/style.xsl
Modified: tomcat/native/trunk/NOTICE
https://issues.apache.org/bugzilla/show_bug.cgi?id=54386
--- Comment #7 from Peter Rader ---
You got me, i am working in a madhouse.
Well, the "classpath:/META-INF/resources/" identifier load the correct
resources, as it is result of the current webapp-classloader. This is even
better than use a
2013/1/7 :
> Author: markt
> Date: Mon Jan 7 16:01:01 2013
> New Revision: 1429864
>
> URL: http://svn.apache.org/viewvc?rev=1429864&view=rev
> Log:
> Build the missing jni and spdy source JARs
>
> Modified:
> tomcat/trunk/build.xml
>
> Modified: tomcat/trunk/build.xml
> URL:
> http://svn.ap
Author: kkolinko
Date: Wed Jan 9 09:15:01 2013
New Revision: 1430741
URL: http://svn.apache.org/viewvc?rev=1430741&view=rev
Log:
CTR: docs
Review the section on setting the environment variables.
It is a merge of r1430481 from tomcat/trunk
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
80 matches
Mail list logo