Re: Maven plugin for code-singing. Where to host?

2018-01-19 Thread Robert Munteanu
On Fri, 2018-01-19 at 09:27 +, Mark Thomas wrote: > On 18/01/18 21:48, Robert Munteanu wrote: > > Hi, > > > > (Please keep me in CC, I'm not subscribed to this list) > > > > I have developed a Maven plugin to use with Symantec's code > > signing. > > Currently it is hosted by the Apache

svn commit: r1821623 - /tomcat/site/trunk/README.txt

2018-01-19 Thread kkolinko
Author: kkolinko Date: Fri Jan 19 11:34:19 2018 New Revision: 1821623 URL: http://svn.apache.org/viewvc?rev=1821623=rev Log: Remove instructions on updating documentation for a Tomcat 6.0 release. The "release-6" target has already been removed from build.xml in r1810310. Modified:

Re: LDAP and DNS SRV records

2018-01-19 Thread Mark Thomas
On 19/01/18 13:40, Mark Thomas wrote: > On 19/01/18 13:35, Rory O'Donnell wrote: >> Hi Mark, >> >> I'd prefer a new bug , referring to the old bug etc. > > Fair enough. Will do. Scratch that. Just tested with the latest Java 8 release (162) and it is working now. Sorry for the noise. Mark >

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Rory O'Donnell
Hi Mark, There is a discussion on possible fix/solution for JDK-8195096 at: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/050989.html Can you add your comments/suggestions there ? Rgds, Rory On 12/01/2018 13:17, Rory

LDAP and DNS SRV records

2018-01-19 Thread Mark Thomas
Hi Rory, A user has reported a problem [1] with Tomcat's kerberos (we call it Windows authentication) when using SRV DNS records to locate the LDAP server. The root cause appears to be a JRE bug. [2] The fix for that bug in Java 8 doesn't work for Tomcat. Is there any chance the fix could be

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 --- Comment #13 from marian.romasc...@nuance.com --- Will reproduce on our side and send traces and logs -- You are receiving this mail because: You are the assignee for the bug.

Re: LDAP and DNS SRV records

2018-01-19 Thread Mark Thomas
On 19/01/18 13:31, Rory O'Donnell wrote: > Hi Mark, > > Can you get a bug logged and let me know the JI ? Sure. Is the existing bug not enough? https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8149521 Cheers, Mark > > Rgds,Rory > > > On 19/01/2018 12:37, Mark Thomas wrote: >> Hi

[Bug 62020] "java.sql.SQLException: ORA-28040: No matching authentication protocol" while connecting to Oracle Datasource

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62020 BHANU CHANDAR changed: What|Removed |Added Status|RESOLVED

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #3 from joe.fletc...@sscinc.com --- The full connector config block is thus: Note that in this instance I've tried the "protocols" attribute since apparently SSLProtocol isn't

svn commit: r1821620 - /tomcat/site/trunk/README.txt

2018-01-19 Thread kkolinko
Author: kkolinko Date: Fri Jan 19 11:29:16 2018 New Revision: 1821620 URL: http://svn.apache.org/viewvc?rev=1821620=rev Log: Followup to r1821618: update svn commands, as images and css were moved into a different directory. docs/images and docs/stylesheets were replaced with docs/res. The res

Re: LDAP and DNS SRV records

2018-01-19 Thread Rory O'Donnell
Hi Mark, Can you get a bug logged and let me know the JI ? Rgds,Rory On 19/01/2018 12:37, Mark Thomas wrote: Hi Rory, A user has reported a problem [1] with Tomcat's kerberos (we call it Windows authentication) when using SRV DNS records to locate the LDAP server. The root cause appears to

Re: LDAP and DNS SRV records

2018-01-19 Thread Rory O'Donnell
Hi Mark, I'd prefer a new bug , referring to the old bug etc. Thanks,Rory On 19/01/2018 13:34, Mark Thomas wrote: On 19/01/18 13:31, Rory O'Donnell wrote: Hi Mark, Can you get a bug logged and let me know the JI ? Sure. Is the existing bug not enough?

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #1 from Remy Maucherat --- I have no idea why it crashes, so maybe this can stay open for now, but: - Please read the documentation on SSL config - The SSLProtocol attribute is a JSSE attribute and it doesn't do

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Rory O'Donnell
I'll ask Daniel to reply. Rgds,Rory On 19/01/2018 13:59, Mark Thomas wrote: On 19/01/18 12:41, Mark Thomas wrote: On 19/01/18 12:26, Rory O'Donnell wrote: Hi Mark, There is a discussion on possible fix/solution for JDK-8195096 at:

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 --- Comment #12 from Mark Thomas --- Having to remove the domain components when using a SRV record appears to be a side effect of how the Java LDAP provider operates. I can't recreate the problem with multiple JNDIRealms.

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Mark Thomas
On 19/01/18 12:26, Rory O'Donnell wrote: > Hi Mark, > > There is a discussion on possible fix/solution for JDK-8195096 > at: > > http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-January/050989.html > > > Can you add your

[Bug 62023] New: Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Bug ID: 62023 Summary: Tomcat crashes when SSLprotocol value is defined Product: Tomcat 8 Version: 8.5.23 Hardware: HP OS: Linux Status: NEW Severity:

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Mark Thomas
On 19/01/18 12:41, Mark Thomas wrote: > On 19/01/18 12:26, Rory O'Donnell wrote: >> Hi Mark, >> >> There is a discussion on possible fix/solution for JDK-8195096 >> at: >> >>

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 joe.fletc...@sscinc.com changed: What|Removed |Added Resolution|WORKSFORME |---

Re: LDAP and DNS SRV records

2018-01-19 Thread Mark Thomas
On 19/01/18 13:35, Rory O'Donnell wrote: > Hi Mark, > > I'd prefer a new bug , referring to the old bug etc. Fair enough. Will do. Mark > > Thanks,Rory > > > On 19/01/2018 13:34, Mark Thomas wrote: >> On 19/01/18 13:31, Rory O'Donnell wrote: >>> Hi Mark, >>> >>> Can you get a bug logged

svn commit: r1821661 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 14:27:22 2018 New Revision: 1821661 URL: http://svn.apache.org/viewvc?rev=1821661=rev Log: Fix javadoc Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/CharChunk.java Modified:

Re: [VOTE] Release Apache Tomcat 9.0.4

2018-01-19 Thread Rémy Maucherat
On Thu, Jan 18, 2018 at 9:14 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.4 release is now available for voting. > > The major changes compared to the 9.0.2 release are: > > - Modify the Default and WebDAV Servlets so that a 405 status code is > returned for PUT

Re: [VOTE] Release Apache Tomcat 8.5.27

2018-01-19 Thread Rémy Maucherat
On Thu, Jan 18, 2018 at 9:43 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.27 release is now available for voting. > > The major changes compared to the 8.5.24 release are: > > - Add support for GZIP compression with HTTP/2 > > - Expand the TLS functionality exposed

CPU security fixes and performance

2018-01-19 Thread Rémy Maucherat
Hi, I had a look at performance with the CPU security fixes on my Fedora 27. Although it is a bit early for final conclusions, I can report that they have an impact for Tomcat, but it doesn't seem it's as much as my initial measurements. I chose to use HTTP/2 this time, it's more complex. h2load

[VOTE] Release Apache Tomcat 7.0.84

2018-01-19 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.84 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.84/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1168/ The svn tag is:

svn commit: r1821672 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 15:43:11 2018 New Revision: 1821672 URL: http://svn.apache.org/viewvc?rev=1821672=rev Log: Increment version for next dev cycle Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default

svn commit: r1821664 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_84: ./ build.properties.default

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 14:53:57 2018 New Revision: 1821664 URL: http://svn.apache.org/viewvc?rev=1821664=rev Log: Tag 7.0.84 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_84/ (props changed) - copied from r1821662, tomcat/tc7.0.x/trunk/ Modified:

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Rory O'Donnell
Mark, Daniel has replied to the thread. Rgds,Rory On 19/01/2018 13:59, Mark Thomas wrote: On 19/01/18 12:41, Mark Thomas wrote: On 19/01/18 12:26, Rory O'Donnell wrote: Hi Mark, There is a discussion on possible fix/solution for JDK-8195096

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 --- Comment #15 from marian.romasc...@nuance.com --- Yes it seems to work. Just tested it wit JDK 8u162 and without the JNDIREalm patch. The only hic of the fix, whatever that is,is the side effect that might break other applications running on

svn commit: r24324 [2/2] - in /dev/tomcat/tomcat-7/v7.0.84: ./ bin/ bin/embed/ bin/extras/ src/

2018-01-19 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.84/bin/embed/apache-tomcat-7.0.84-embed.tar.gz.asc == --- dev/tomcat/tomcat-7/v7.0.84/bin/embed/apache-tomcat-7.0.84-embed.tar.gz.asc (added) +++

svn commit: r24324 [1/2] - in /dev/tomcat/tomcat-7/v7.0.84: ./ bin/ bin/embed/ bin/extras/ src/

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 15:40:17 2018 New Revision: 24324 Log: Stage 7.0.84 RC Added: dev/tomcat/tomcat-7/v7.0.84/ dev/tomcat/tomcat-7/v7.0.84/KEYS dev/tomcat/tomcat-7/v7.0.84/README.html dev/tomcat/tomcat-7/v7.0.84/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.84/bin/

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 60560] Support systemd/inetd style socket activation

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #7 from Coty Sutherland --- Comments from a review of the latest provided patch: * Your patch adds an unnecessary space before the TimeUnit import in NioEndpoint * There is a typo, 'automatically', in http.xml

[Bug 61977] JNDIRealm with SPNEGO, GSSAPI and SRV record fails to find LDAP SPN due to training sname period

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61977 --- Comment #16 from Mark Thomas --- OK. That looks like a regression. You'll need to report that to Oracle. I'd expect the bug to be accepted fairly quickly if there is a regression but let us know on the dev list if not.

Re: JDK 10 entered Rampdown Phase One on 14th of December

2018-01-19 Thread Mark Thomas
On 19/01/2018 14:36, Rory O'Donnell wrote: > Mark, > > Daniel has replied to the thread. Tx. Composing a response now. Mark > > Rgds,Rory > > > On 19/01/2018 13:59, Mark Thomas wrote: >> On 19/01/18 12:41, Mark Thomas wrote: >>> On 19/01/18 12:26, Rory O'Donnell wrote: Hi Mark,

[Bug 60560] Support systemd/inetd style socket activation

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #8 from Coty Sutherland --- And just individuals interested in testing this, you need the following new socket descriptor and modification to the systemd service unit: Create a socket in

svn commit: r1821712 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2018-01-19 Thread markt
Author: markt Date: Fri Jan 19 20:50:54 2018 New Revision: 1821712 URL: http://svn.apache.org/viewvc?rev=1821712=rev Log: Prevent a stack trace being written to standard out when running on Java 10 due to changes in the LogManager implementation. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1821711 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2018-01-19 Thread markt
Author: markt Date: Fri Jan 19 20:49:04 2018 New Revision: 1821711 URL: http://svn.apache.org/viewvc?rev=1821711=rev Log: Prevent a stack trace being written to standard out when running on Java 10 due to changes in the LogManager implementation. Modified: tomcat/tc8.0.x/trunk/ (props

Re: [VOTE] Release Apache Tomcat 8.5.27

2018-01-19 Thread Coty Sutherland
On Thu, Jan 18, 2018 at 3:43 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.27 release is now available for voting. > > The major changes compared to the 8.5.24 release are: > > - Add support for GZIP compression with HTTP/2 > > - Expand the TLS functionality exposed

Re: [VOTE] Release Apache Tomcat 9.0.4

2018-01-19 Thread Coty Sutherland
On Thu, Jan 18, 2018 at 3:14 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.4 release is now available for voting. > > The major changes compared to the 9.0.2 release are: > > - Modify the Default and WebDAV Servlets so that a 405 status code is > returned for PUT and

svn commit: r1821703 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_49: ./ build.properties.default webapps/docs/changelog.xml

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 20:14:05 2018 New Revision: 1821703 URL: http://svn.apache.org/viewvc?rev=1821703=rev Log: Tag 8.0.49 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_49/ (props changed) - copied from r1821701, tomcat/tc8.0.x/trunk/ Modified:

svn commit: r1821709 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2018-01-19 Thread markt
Author: markt Date: Fri Jan 19 20:46:42 2018 New Revision: 1821709 URL: http://svn.apache.org/viewvc?rev=1821709=rev Log: Prevent a stack trace being written to standard out when running on Java 10 due to changes in the LogManager implementation. Modified: tomcat/tc8.5.x/trunk/ (props

svn commit: r1821708 - in /tomcat/trunk: java/org/apache/juli/ClassLoaderLogManager.java webapps/docs/changelog.xml

2018-01-19 Thread markt
Author: markt Date: Fri Jan 19 20:45:54 2018 New Revision: 1821708 URL: http://svn.apache.org/viewvc?rev=1821708=rev Log: Prevent a stack trace being written to standard out when running on Java 10 due to changes in the LogManager implementation. Modified:

svn commit: r24329 [1/2] - in /dev/tomcat/tomcat-8/v8.0.49: ./ bin/ bin/embed/ bin/extras/ src/

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 21:07:11 2018 New Revision: 24329 Log: Stage 8.0.49 RC Added: dev/tomcat/tomcat-8/v8.0.49/ dev/tomcat/tomcat-8/v8.0.49/KEYS dev/tomcat/tomcat-8/v8.0.49/README.html dev/tomcat/tomcat-8/v8.0.49/RELEASE-NOTES dev/tomcat/tomcat-8/v8.0.49/bin/

svn commit: r24329 [2/2] - in /dev/tomcat/tomcat-8/v8.0.49: ./ bin/ bin/embed/ bin/extras/ src/

2018-01-19 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.49/bin/embed/apache-tomcat-8.0.49-embed.tar.gz.sha1 == --- dev/tomcat/tomcat-8/v8.0.49/bin/embed/apache-tomcat-8.0.49-embed.tar.gz.sha1 (added) +++

[VOTE] Release Apache Tomcat 8.0.49

2018-01-19 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.49 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.49/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1169/ The svn tag is:

svn commit: r1821715 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2018-01-19 Thread violetagg
Author: violetagg Date: Fri Jan 19 21:09:22 2018 New Revision: 1821715 URL: http://svn.apache.org/viewvc?rev=1821715=rev Log: Increment version for next dev cycle Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default Modified:

Re: Responsive Website for tomcat.apache.org

2018-01-19 Thread Igal Sapir
I have updated the site and it is now responsive. On browsers where the width is 960px or smaller, the menu on the left is hidden and an hamburger toggler button appears on the top left. Images at the banner are scaled down as well. You can see the changeset at

Re: Responsive Website for tomcat.apache.org

2018-01-19 Thread Igal Sapir
To clarify, On Fri, Jan 19, 2018 at 4:24 PM, Igal Sapir wrote: > I have updated the site and it is now responsive. On browsers where the > width is 960px or smaller, the menu on the left is hidden and an hamburger > toggler button appears on the top left. Images at the banner

[Bug 62024] New: Mery Leak org.apache.coyote.AbstractProtocol$ConnectionHandler

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024 Bug ID: 62024 Summary: Mery Leak org.apache.coyote.AbstractProtocol$ConnectionHandler Product: Tomcat 8 Version: 8.5.24 Hardware: PC Status: NEW

[Bug 62020] "java.sql.SQLException: ORA-28040: No matching authentication protocol" while connecting to Oracle Datasource

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62020 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 62020] New: "java.sql.SQLException: ORA-28040: No matching authentication protocol" while connecting to Oracle Datasource

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62020 Bug ID: 62020 Summary: "java.sql.SQLException: ORA-28040: No matching authentication protocol" while connecting to Oracle Datasource Product: Tomcat 8 Version:

Re: EOL of Tomcat 7

2018-01-19 Thread Mark Thomas
On 19/01/18 05:02, Silambarasan Madhappan wrote: > Hi , > > Please let us know by when Tomcat 7 will reach end of life . Major Tomcat versions are tied to Java EE releases. Current policy is to support 3 major versions in parallel. Current policy is to provide at least 12 months notice for EOL

svn commit: r1821618 [1/2] - in /tomcat/site/trunk: ./ docs/ docs/images/ docs/res/ docs/res/css/ docs/res/css/fonts/ docs/res/images/ docs/stylesheets/ xdocs/ xdocs/images/ xdocs/res/ xdocs/res/css/

2018-01-19 Thread markt
Author: markt Date: Fri Jan 19 10:48:52 2018 New Revision: 1821618 URL: http://svn.apache.org/viewvc?rev=1821618=rev Log: Move static resources to res directory Patch by Igal Sapir Added: tomcat/site/trunk/docs/res/ tomcat/site/trunk/docs/res/css/

svn commit: r1821618 [2/2] - in /tomcat/site/trunk: ./ docs/ docs/images/ docs/res/ docs/res/css/ docs/res/css/fonts/ docs/res/images/ docs/stylesheets/ xdocs/ xdocs/images/ xdocs/res/ xdocs/res/css/

2018-01-19 Thread markt
Modified: tomcat/site/trunk/docs/security-native.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-native.html?rev=1821618=1821617=1821618=diff == --- tomcat/site/trunk/docs/security-native.html

Re: Responsive Website for tomcat.apache.org

2018-01-19 Thread Mark Thomas
On 18/01/18 22:38, Igal Sapir wrote: > Hello, > > I have moved the static resources to a common directory at /res and I would > like to push that as the first step of updating the website since that > clean up makes the website's code easier to maintain. That will also get > the process of

Re: Responsive Website

2018-01-19 Thread Mark Thomas
On 18/01/18 21:51, Igal @ Lucee.org wrote: > On 12/23/2017 1:22 PM, Mark Thomas wrote: >> On 23 December 2017 18:39:33 GMT+00:00, "Igal @ Lucee.org" >> wrote: >>> Actually I have a question already.  I see the site's SVN at >>> http://svn.apache.org/repos/asf/tomcat/site/trunk/

Re: Maven plugin for code-singing. Where to host?

2018-01-19 Thread Mark Thomas
On 18/01/18 21:48, Robert Munteanu wrote: > Hi, > > (Please keep me in CC, I'm not subscribed to this list) > > I have developed a Maven plugin to use with Symantec's code signing. > Currently it is hosted by the Apache Sling project at [1] but that's > not a proper home for it. > > The code

Re: Responsive Website for tomcat.apache.org

2018-01-19 Thread Mark Thomas
On 19/01/18 08:34, Mark Thomas wrote: > On 18/01/18 22:38, Igal Sapir wrote: >> Hello, >> >> I have moved the static resources to a common directory at /res and I would >> like to push that as the first step of updating the website since that >> clean up makes the website's code easier to

Tagging Tomcat 7/8.0

2018-01-19 Thread Violeta Georgieva
Hi, I'm planning to start preparing Tomcat 7/8.0 for a release later today. If you would like to include something in addition, please reply here. Regards, Violeta

Re: [Git migration] Existing PRs

2018-01-19 Thread Violeta Georgieva
2018-01-18 22:40 GMT+02:00 Mark Thomas : > > Hi, > > This issue might have resolved itself. We currently only have open PRs > on the apache/tomcat github repo. Assuming that repo would be made > read/write (I'm checking with infra) then there isn't a problem. > > If anyone opnes

Re: Responsive Website for tomcat.apache.org

2018-01-19 Thread Igal Sapir
UPDATE: On Fri, Jan 19, 2018 at 4:30 PM, Igal Sapir wrote: > To clarify, > > I have updated the code for the site. I have not updated the site itself > since I'm not a committer (my previous statement seemed unclear). > > A committer needs to patch the tomcat-site accordingly.