https://issues.apache.org/bugzilla/show_bug.cgi?id=55801
--- Comment #3 from Maciej Lypik ---
(In reply to Christopher Schultz from comment #2)
> (In reply to Marek Jagielski from comment #1)
> > This patch would be useful also for those who cope with self-signed
> > certificates for test purpose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 22/11/2013 03:16, Jeremy Boynes wrote:
> On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote:
>
>> Author: markt Date: Thu Nov 21 12:59:36 2013 New Revision:
>> 1544165
>>
>> URL: http://svn.apache.org/r1544165 Log: Extend the reach of the
>> Co
Author: markt
Date: Fri Nov 22 09:51:28 2013
New Revision: 1544453
URL: http://svn.apache.org/r1544453
Log:
Better Javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
Modified: tomcat/trunk/java/org/apache/catalina/Context.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk
Author: markt
Date: Fri Nov 22 09:55:24 2013
New Revision: 1544455
URL: http://svn.apache.org/r1544455
Log:
Rename fields to align with attribute names.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardCont
Author: markt
Date: Fri Nov 22 09:58:37 2013
New Revision: 1544457
URL: http://svn.apache.org/r1544457
Log:
Minor clean-up. Inherit the Javadoc.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Author: markt
Date: Fri Nov 22 10:05:31 2013
New Revision: 1544460
URL: http://svn.apache.org/r1544460
Log:
Separate validation of *.jspx and *.tagx files into a new option.
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/Globals.java
Author: markt
Date: Fri Nov 22 10:33:14 2013
New Revision: 1544469
URL: http://svn.apache.org/r1544469
Log:
Better Javadoc
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
Propchange: tomcat/tc7.0.x/trunk/
--
Author: kkolinko
Date: Fri Nov 22 10:37:16 2013
New Revision: 1544472
URL: http://svn.apache.org/r1544472
Log:
Followup to r1544460
Correct typos in javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/Globals.java
Modified: tomcat/trunk/java/org/apache/catalina/Globals.java
URL:
http://
Author: markt
Date: Fri Nov 22 10:37:38 2013
New Revision: 1544473
URL: http://svn.apache.org/r1544473
Log:
Minor clean-up. Inherit the Javadoc.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
Propchange: tomcat/tc
Author: kkolinko
Date: Fri Nov 22 10:41:15 2013
New Revision: 1544474
URL: http://svn.apache.org/r1544474
Log:
Followup to r1544455 and r1544460
Rename method arguments as well
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/ca
Author: markt
Date: Fri Nov 22 10:45:36 2013
New Revision: 1544477
URL: http://svn.apache.org/r1544477
Log: (empty)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java
Author: markt
Revision: 1544477
Modified property: svn:log
Modified: svn:log at Fri Nov 22 10:47:03 2013
--
--- svn:log (original)
+++ svn:log Fri Nov 22 10:47:03 2013
@@ -0,0 +1 @@
+Separate validation of *.jspx and *.tag
Author: markt
Date: Fri Nov 22 11:11:56 2013
New Revision: 1544487
URL: http://svn.apache.org/r1544487
Log:
Always use a namespace aware parser for TLD files.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardCo
Author: markt
Date: Fri Nov 22 11:14:36 2013
New Revision: 1544488
URL: http://svn.apache.org/r1544488
Log:
Tomcat 7 has a specific attribute for TLD validation so use it.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified:
tomcat/tc7.0.x/trunk/jav
Author: markt
Date: Fri Nov 22 11:26:51 2013
New Revision: 1544492
URL: http://svn.apache.org/r1544492
Log:
Hook up validate option
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java
URL:
http://svn.apache.org/view
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1564
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
Author: markt
Date: Fri Nov 22 11:45:00 2013
New Revision: 1544499
URL: http://svn.apache.org/r1544499
Log:
Add command line support for TLD and JSP document validation to JspC
Modified:
tomcat/trunk/java/org/apache/jasper/JspC.java
Modified: tomcat/trunk/java/org/apache/jasper/JspC.java
URL
Author: markt
Date: Fri Nov 22 11:45:10 2013
New Revision: 1544500
URL: http://svn.apache.org/r1544500
Log:
Add command line support for TLD and JSP document validation to JspC
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java
Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasp
All,
I think I have finished cleaning up the configuration of the XML parsers
in 7.0.x and trunk. There is one obvious difference between 7.0.x and
8.0.x and that is that 7.0.x separates enabling validation for TLDs and
enabling validation for web.xml/web-fragment.xml
I'm currently on the fence w
I think you have to update documentation on this attribute in
docs/config/context.xml.
It is also mentioned in docs/config/systemprops.xml as one of the
attributes changed by "strict compliance" option.
2013/11/22 :
> Author: markt
> Date: Fri Nov 22 11:11:56 2013
> New Revision: 1544487
>
> URL
2013/11/22 :
> Author: markt
> Date: Fri Nov 22 11:14:36 2013
> New Revision: 1544488
>
> URL: http://svn.apache.org/r1544488
> Log:
> Tomcat 7 has a specific attribute for TLD validation so use it.
>
> Modified:
> tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
>
>
2013/11/22 Mark Thomas :
> All,
>
> I think I have finished cleaning up the configuration of the XML parsers
> in 7.0.x and trunk. There is one obvious difference between 7.0.x and
> 8.0.x and that is that 7.0.x separates enabling validation for TLDs and
> enabling validation for web.xml/web-fragme
Author: markt
Date: Fri Nov 22 13:31:23 2013
New Revision: 1544530
URL: http://svn.apache.org/r1544530
Log:
Update docs after deprecation of tldNamespaceAware
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml
tomcat/tc7.0.x/
On 22/11/2013 12:31, Konstantin Kolinko wrote:
> I think you have to update documentation on this attribute in
> docs/config/context.xml.
>
> It is also mentioned in docs/config/systemprops.xml as one of the
> attributes changed by "strict compliance" option.
Thanks.
Fixed.
Mark
>
> 2013/11/2
Author: markt
Date: Fri Nov 22 13:33:14 2013
New Revision: 1544531
URL: http://svn.apache.org/r1544531
Log:
Follow-up to r1544488
Reviewed by kkolinko
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina
On 22/11/2013 12:44, Konstantin Kolinko wrote:
> 2013/11/22 :
>> Author: markt
>> Date: Fri Nov 22 11:14:36 2013
>> New Revision: 1544488
>>
>> URL: http://svn.apache.org/r1544488
>> Log:
>> Tomcat 7 has a specific attribute for TLD validation so use it.
>>
>> Modified:
>>
>> tomcat/tc7.0.x/t
On 22/11/2013 13:04, Konstantin Kolinko wrote:
> 2013/11/22 Mark Thomas :
>> All,
>>
>> I think I have finished cleaning up the configuration of the XML parsers
>> in 7.0.x and trunk. There is one obvious difference between 7.0.x and
>> 8.0.x and that is that 7.0.x separates enabling validation for
Author: markt
Date: Fri Nov 22 13:46:06 2013
New Revision: 1544535
URL: http://svn.apache.org/r1544535
Log:
Update 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/viewvc/tomcat/tc7.0.x/
Author: markt
Date: Fri Nov 22 13:46:49 2013
New Revision: 1544537
URL: http://svn.apache.org/r1544537
Log:
With separate .xml validation options no need to spell everything out in
xmlValidation
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml
Modified: tomcat/tc7.0.x/trunk/we
[
https://issues.apache.org/jira/browse/MTOMCAT-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829980#comment-13829980
]
Laurent GARCIA commented on MTOMCAT-238:
Same problem here, and in any configurat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55811
Bug ID: 55811
Summary: Do not parse web-fragment.xml files when empty
absolute-ordering
Product: Tomcat 7
Version: 7.0.47
Hardware: PC
Status: NEW
Author: markt
Date: Fri Nov 22 15:50:55 2013
New Revision: 1544582
URL: http://svn.apache.org/r1544582
Log:
Use correct attribute for TLD validation.
Add missing attribute.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java
Modified:
tomcat/tc7.0.x/trunk/ja
Author: markt
Date: Fri Nov 22 15:51:24 2013
New Revision: 1544584
URL: http://svn.apache.org/r1544584
Log:
Better Javadoc
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
URL:
Author: markt
Date: Fri Nov 22 15:51:57 2013
New Revision: 1544585
URL: http://svn.apache.org/r1544585
Log:
Reinstate the TLD validation option
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
tomcat/trunk/
Author: markt
Date: Fri Nov 22 15:56:25 2013
New Revision: 1544589
URL: http://svn.apache.org/r1544589
Log:
Better name
Modified:
tomcat/trunk/java/org/apache/jasper/JspC.java
tomcat/trunk/test/org/apache/jasper/TestJspC.java
Modified: tomcat/trunk/java/org/apache/jasper/JspC.java
URL:
Author: markt
Date: Fri Nov 22 15:59:44 2013
New Revision: 1544591
URL: http://svn.apache.org/r1544591
Log:
Better name
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java
Propchange: tomcat/tc7.0.x/trunk/
--
Author: markt
Date: Fri Nov 22 16:02:16 2013
New Revision: 1544593
URL: http://svn.apache.org/r1544593
Log:
Better names
Modified:
tomcat/trunk/java/org/apache/catalina/Globals.java
tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
tomcat/trunk/java/org/apache/jasper/
Author: markt
Date: Fri Nov 22 16:07:45 2013
New Revision: 1544595
URL: http://svn.apache.org/r1544595
Log:
Better names
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Appl
On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote:
Still catching up on the changes but this jumped out:
>
> > Looks like JasperInitializer now reads to read an attribute not an
> > init-param. In trunk, I'd been trying to decouple Jasper from
> > Catalina so having the latter set a jasper-specifi
On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote:
> On 22/11/2013 13:04, Konstantin Kolinko wrote:
>> 2013/11/22 Mark Thomas :
...
>
>> It does not mention anything else.
>>
>> There might be 3rd-party tag libraries that do not validate. I think
>> it is good to have a separate option.
>
> OK. T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 22/11/2013 16:18, Jeremy Boynes wrote:
> On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote:
>
>> On 22/11/2013 13:04, Konstantin Kolinko wrote:
>>> 2013/11/22 Mark Thomas :
> ...
>>
>>> It does not mention anything else.
>>>
>>> There might be 3rd-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 22/11/2013 16:10, Jeremy Boynes wrote:
> On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote:
>
> Still catching up on the changes but this jumped out:
>>
>>> Looks like JasperInitializer now reads to read an attribute
>>> not an init-param. In trunk,
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813
Bug ID: 55813
Summary: in 8.0.0-RCx Maven artifacts, tomcat-util artifact
does not contain
org/apache/tomcat/util/digester/RuleSet
Product: Tomcat 8
Version
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813
ludo changed:
What|Removed |Added
CC||ludovic.champen...@gmail.co
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813
--- Comment #1 from ludo ---
You can easily find that the class or entire package is missing from
http://repo2.maven.org/maven2/org/apache/tomcat/tomcat-util/8.0.0-RC5/
but needed to have a functional
org.apache.tomcat.util.descriptor.web.W
Author: markt
Date: Fri Nov 22 17:19:36 2013
New Revision: 1544606
URL: http://svn.apache.org/r1544606
Log:
Switch from ServletContext attribute to init-param. Note that Jasper was
incorrectly (now correctly) looking at init-params in some places.
Modified:
tomcat/trunk/java/org/apache/catal
Author: markt
Date: Fri Nov 22 17:24:27 2013
New Revision: 1544607
URL: http://svn.apache.org/r1544607
Log:
Switch from ServletContext attribute to init-param. Note that Jasper was
incorrectly (now correctly) looking at init-params in some places.
Modified:
tomcat/tc7.0.x/trunk/ (props cha
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5254
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Fri Nov 22 19:14:05 2013
New Revision: 1544649
URL: http://svn.apache.org/r1544649
Log:
Line length
Modified:
tomcat/trunk/java/org/apache/jasper/Constants.java
Modified: tomcat/trunk/java/org/apache/jasper/Constants.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/ja
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5255
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: kkolinko
Date: Fri Nov 22 20:02:29 2013
New Revision: 1544662
URL: http://svn.apache.org/r1544662
Log:
Align documentation with the code. The attribute names were wrong.
Modified:
tomcat/trunk/webapps/docs/config/jar-scan-filter.xml
Modified: tomcat/trunk/webapps/docs/config/jar-scan
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo/FasterStartUp" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=15&rev2=16
Comment:
Rework. Add introduction. D
Hi!
In Tomcat 8 the default list of jars to skip is provided to
StandardJarScanFilter by the following system property:
> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip"
It differs from the property used by Tomcat 7:
> "tomcat.util.scan.DefaultJarScanner.jarsToSkip"
I find this inconvenien
On 22/11/2013 20:47, Konstantin Kolinko wrote:
> Hi!
>
> In Tomcat 8 the default list of jars to skip is provided to
> StandardJarScanFilter by the following system property:
>
>> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip"
>
> It differs from the property used by Tomcat 7:
>
>> "tomcat
2013/11/23 Mark Thomas :
> On 22/11/2013 20:47, Konstantin Kolinko wrote:
>> Hi!
>>
>> In Tomcat 8 the default list of jars to skip is provided to
>> StandardJarScanFilter by the following system property:
>>
>>> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip"
>>
>> It differs from the property
Author: markt
Date: Fri Nov 22 21:06:48 2013
New Revision: 1544679
URL: http://svn.apache.org/r1544679
Log:
Fix copy/paste error in log message
Modified:
tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings
Author: kkolinko
Date: Fri Nov 22 21:16:18 2013
New Revision: 1544684
URL: http://svn.apache.org/r1544684
Log:
Merged r1544472 from tomcat/trunk:
Correct typos in javadoc
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java
Propchan
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "HowTo/FasterStartUp" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=16&rev2=17
Comment:
Correction: TLD scanning do
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 taglibs-standard-spec has an issue affecting its community integration.
Th
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-test has an issue affecting its community integration.
This
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-trunk-test has an issue affecting its community integration.
This i
On Nov 22, 2013, at 8:24 AM, Mark Thomas wrote:
> Signed PGP part
> On 22/11/2013 16:18, Jeremy Boynes wrote:
> > On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote:
> >
> >> On 22/11/2013 13:04, Konstantin Kolinko wrote:
> >>> 2013/11/22 Mark Thomas :
> > ...
> >>
> >>> It does not mention anything
62 matches
Mail list logo