[jira] [Created] (MTOMCAT-313) shahintel

2018-02-21 Thread shahin mondal (JIRA)
shahin mondal created MTOMCAT-313: - Summary: shahintel Key: MTOMCAT-313 URL: https://issues.apache.org/jira/browse/MTOMCAT-313 Project: Apache Tomcat Maven Plugin Issue Type: Access

[Bug 60362] Missing reason phrase in response

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60362 --- Comment #68 from William Watson --- I believe an option to send a reason phrase should be maintained in Tomcat 9. The reason phrase should be ignored by RFC-compliant client software. But RFC compliant software is not

[Bug 62123] New: concurrentmodification exception on cleanup of RMI objects when stopping webapp

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62123 Bug ID: 62123 Summary: concurrentmodification exception on cleanup of RMI objects when stopping webapp Product: Tomcat 9 Version: 9.0.4 Hardware: PC Status:

[Bug 62122] New: undefined symbol: SSL_COMP_free_compression_methods

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122 Bug ID: 62122 Summary: undefined symbol: SSL_COMP_free_compression_methods Product: Tomcat Native Version: 1.2.14 Hardware: PC OS: Linux Status: NEW

FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline

Re: [Git migration] Commit message format

2018-02-21 Thread Mark Thomas
On 21/02/18 16:10, Rainer Jung wrote: > Am 21.02.2018 um 16:53 schrieb Mark Thomas: >> The next issue on the list is the format of commit messages. >> >> The commit messages we are seeing for the tomcat-training repository >> have the same format as the commit message for the main tomcat repo will

Re: [Git migration] Commit message format

2018-02-21 Thread Rainer Jung
Am 21.02.2018 um 16:53 schrieb Mark Thomas: The next issue on the list is the format of commit messages. The commit messages we are seeing for the tomcat-training repository have the same format as the commit message for the main tomcat repo will have. Does anyone have any concerns regarding

Re: [Git migration] Commit message format

2018-02-21 Thread Rémy Maucherat
On Wed, Feb 21, 2018 at 4:53 PM, Mark Thomas wrote: > The next issue on the list is the format of commit messages. > > The commit messages we are seeing for the tomcat-training repository > have the same format as the commit message for the main tomcat repo will > have. > >

[Git migration] Commit message format

2018-02-21 Thread Mark Thomas
The next issue on the list is the format of commit messages. The commit messages we are seeing for the tomcat-training repository have the same format as the commit message for the main tomcat repo will have. Does anyone have any concerns regarding the format? Mark

Re: [Git migration] How to handle svn:external used by Tomcat Native

2018-02-21 Thread Mark Thomas
On 20/02/18 13:19, Emmanuel Bourg wrote: > Le 20/02/2018 à 13:42, Mark Thomas a écrit : > >> But they'd be in the source bundle. Isn't that sufficient to build off-line? > > Yes it is, and that's fine for Debian (Although currently the Debian > package doesn't use the source bundle but checks

[tomcat-training] branch master updated (483ef61 -> 49e338a)

2018-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git. from 483ef61 Add agenda. Start to fill out intro module. new 9887e1a Keep place when refreshing after

[tomcat-training] 02/03: Add some content

2018-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git commit c9ba54c4a75ba7a49ec77f1c6b7a84c7a6bbca14 Author: Mark Thomas AuthorDate: Mon Feb 19 22:22:02

[tomcat-training] 03/03: Flesh out the background module Other minor tweaks

2018-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git commit 49e338a6dfc82674814040034167b2e5660ee555 Author: Mark Thomas AuthorDate: Wed Feb 21 15:25:05

[tomcat-training] 01/03: Keep place when refreshing after update and testing on a local server

2018-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git commit 9887e1a171e625e045e9de351d71af122eaf7583 Author: Mark Thomas AuthorDate: Mon Feb 19 22:21:38

Re: How to proceed on the CSP issue.

2018-02-21 Thread Rémy Maucherat
On Wed, Feb 14, 2018 at 1:39 PM, Mark Thomas wrote: > httpd's mod_headers module > > Since I did the rewrite valve then, I had a plan at some point to do it, but it looked like quite a bit of effort for less gain (than the rewrite valve). So no mod_headers valve, my bad :)

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #11 from Remy Maucherat --- https://github.com/apache/tomcat/blob/trunk/java/org/apache/catalina/startup/ContextConfig.java#L1339 -- You are receiving this mail because: You are the assignee for the bug.

Re: How to proceed on the CSP issue.

2018-02-21 Thread Christopher Schultz
Rahul, On 2/21/18 9:55 AM, Rahul Chhabra wrote: > > On Sat, Feb 17, 2018 at 4:30 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Mark, > > On 2/14/18 7:39 AM, Mark Thomas wrote: On 14/02/18 11:51, Harrison & Wells wrote: > Sorry to disturb you. Not at

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #10 from Christopher Schultz --- (In reply to Slava Risenberg from comment #8) > (In reply to Remy Maucherat from comment #6) > > I'd rather add an IAE to ContainerBase.setName. > > ContainerBase is

Re: How to proceed on the CSP issue.

2018-02-21 Thread Rahul Chhabra
Obviously, *guessing *a policy is beyond mortal comprehension. We could take the value as an init parameter. Then whenever the filter is applied, it just puts that CSP. default-src 'none' That's one way to make a CSP filter and preserve your sanity On Sat, Feb 17, 2018 at 4:30 AM,

svn commit: r25181 - /release/tomcat/tomcat-9/v9.0.4/

2018-02-21 Thread markt
Author: markt Date: Wed Feb 21 13:38:44 2018 New Revision: 25181 Log: Drop 9.0.4 from mirrors Removed: release/tomcat/tomcat-9/v9.0.4/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #9 from Remy Maucherat --- For starters, wrapper = servlet so that should be ok. Then containers are supposed to have names in Catalina (they go in children maps keyed by name ...), so it's good to do it that way.

svn commit: r1824964 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/RequestDumperFilter.java webapps/docs/changelog.xml

2018-02-21 Thread violetagg
Author: violetagg Date: Wed Feb 21 13:24:01 2018 New Revision: 1824964 URL: http://svn.apache.org/viewvc?rev=1824964=rev Log: Fix for RequestDumperFilter log attribute. Patch provided by Kirill Romanov via Github. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1824961 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/RequestDumperFilter.java webapps/docs/changelog.xml

2018-02-21 Thread violetagg
Author: violetagg Date: Wed Feb 21 13:11:10 2018 New Revision: 1824961 URL: http://svn.apache.org/viewvc?rev=1824961=rev Log: Fix for RequestDumperFilter log attribute. Patch provided by Kirill Romanov via Github. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1824960 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/RequestDumperFilter.java webapps/docs/changelog.xml

2018-02-21 Thread violetagg
Author: violetagg Date: Wed Feb 21 13:10:01 2018 New Revision: 1824960 URL: http://svn.apache.org/viewvc?rev=1824960=rev Log: Fix for RequestDumperFilter log attribute. Patch provided by Kirill Romanov via Github. Modified: tomcat/tc8.5.x/trunk/ (props changed)

[GitHub] tomcat pull request #100: Fix for RequestDumperFilter log attribute

2018-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/100 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1824959 - in /tomcat/trunk: java/org/apache/catalina/filters/RequestDumperFilter.java webapps/docs/changelog.xml

2018-02-21 Thread violetagg
Author: violetagg Date: Wed Feb 21 13:07:33 2018 New Revision: 1824959 URL: http://svn.apache.org/viewvc?rev=1824959=rev Log: Fix for RequestDumperFilter log attribute. Patch provided by Kirill Romanov via Github. This closes #100 Modified:

[GitHub] tomcat pull request #100: Fix for RequestDumperFilter log attribute

2018-02-21 Thread Djaler
GitHub user Djaler opened a pull request: https://github.com/apache/tomcat/pull/100 Fix for RequestDumperFilter log attribute You can merge this pull request into a Git repository by running: $ git pull https://github.com/Djaler/tomcat patch-1 Alternatively you can review

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #8 from Slava Risenberg --- (In reply to Remy Maucherat from comment #6) > I'd rather add an IAE to ContainerBase.setName. ContainerBase is an abstract class, making change in it will affect other