[GitHub] tomcat pull request: Fixed UnsupportedOperationException when rele...

2015-11-04 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/23 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: Support of Digest authentication in the JNDIR...

2015-11-12 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/24 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request:

2015-12-02 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/commit/548d60449a40248e9b7fb2a8103a5e4419d6c290#commitcomment-14730299 The patch is unnecessary. The Tribes StringManager does not have to support multiple locales whereas the main StringManager

[GitHub] tomcat pull request: Change response character encoding

2015-12-21 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/25 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat issue #115: Setting Timezone to GMT for Expires Header as per RFC1123

2018-06-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/115 Thanks for the PR. We have fixed this but with a simpler approach that makes use of `ConcurrentDateFormat.formatRfc1123

[GitHub] tomcat pull request #115: Setting Timezone to GMT for Expires Header as per ...

2018-06-20 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/115 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #118: Fix typos detected by github.com/client9/misspell

2018-08-10 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/118 Thanks for this. Working through a review of the patch now. Note that there are some files that we can't change such as the Oracle provided

[GitHub] tomcat pull request #118: Fix typos detected by github.com/client9/misspell

2018-08-10 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/118#discussion_r209290720 --- Diff: java/org/apache/tomcat/dbcp/dbcp2/managed/ManagedConnection.java --- @@ -1,4 +1,4 @@ -/** +vi /** --- End diff -- No

[GitHub] tomcat pull request #118: Fix typos detected by github.com/client9/misspell

2018-08-10 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/118#discussion_r209292288 --- Diff: java/org/apache/catalina/ha/session/SessionMessageImpl.java --- @@ -144,7 +144,7 @@ public String getEventTypeString() case

[GitHub] tomcat pull request #117: Enhance the CATALINA_BASE documentation

2018-08-10 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/117#discussion_r209306777 --- Diff: webapps/docs/introduction.xml --- @@ -89,6 +80,122 @@ same as $CATALINA_HOME. + + Throughout the documentation, there

[GitHub] tomcat pull request #117: Enhance the CATALINA_BASE documentation

2018-08-10 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/117#discussion_r209308073 --- Diff: webapps/docs/introduction.xml --- @@ -89,6 +80,122 @@ same as $CATALINA_HOME. + + Throughout the documentation, there

[GitHub] tomcat pull request #117: Enhance the CATALINA_BASE documentation

2018-08-13 Thread markt-asf
Github user markt-asf commented on a diff in the pull request: https://github.com/apache/tomcat/pull/117#discussion_r20982 --- Diff: webapps/docs/introduction.xml --- @@ -89,6 +80,122 @@ same as $CATALINA_HOME. + + Throughout the documentation, there

[GitHub] tomcat issue #117: Enhance the CATALINA_BASE documentation

2018-08-24 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/117 Looks great. Applied. Many thanks. (note: there was one s/HOME/BASE/ required in the webapps section) --- - To unsubscribe

[GitHub] tomcat pull request #120: fix -Djava.security.policy setting

2018-09-04 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/120 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #120: fix -Djava.security.policy setting

2018-09-04 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/120 The double = is deliberate. The OP needs to RTFM. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

[GitHub] tomcat issue #122: Added a default value for ApplicationSessionCookieConfig#...

2018-09-17 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/122 Closing the PR as the requested change is not correct. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

[GitHub] tomcat pull request #122: Added a default value for ApplicationSessionCookie...

2018-09-17 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/122 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #122: Added a default value for ApplicationSessionCookieConfig#...

2018-09-17 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/122 There is nothing in the spec that says Tomcat is required to do that. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] tomcat pull request: Honour server side precompressed format prefe...

2016-05-04 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/30 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat issue #33: Clear up confusion about mbeans-descriptors.xml in docs; f...

2016-08-10 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/33 Rename the page. If someone complains, we can look at adding a redirect although we'll need to handle both Tomcat (for releases) and httpd (for the website). I'd prefer to have a singl

[GitHub] tomcat pull request #33: Clear up confusion about mbeans-descriptors.xml in ...

2016-08-10 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/33 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat issue #47: Make ParameterMap immutable using containment instead of i...

2017-03-06 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/47 Patch applied. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] tomcat pull request #47: Make ParameterMap immutable using containment inste...

2017-03-06 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request #:

2017-03-30 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/commit/d46012cb159c3384303eeceffc54eb78e6a62671#commitcomment-21553794 In java/org/apache/el/Messages.properties: In java/org/apache/el/Messages.properties on line 32: Let me take a closer

[GitHub] tomcat issue #50: update the download of objenesis

2017-03-31 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/50 This change was made to trunk over 6 months ago. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] tomcat pull request #50: update the download of objenesis

2017-03-31 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/50 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat issue #52: Commit the added comment on Application.java

2017-04-09 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/52 Spam --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] tomcat pull request #52: Commit the added comment on Application.java

2017-04-09 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/52 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat issue #53: Commit the added comment on Application.java

2017-04-09 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/53 Spam --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] tomcat pull request #53: Commit the added comment on Application.java

2017-04-09 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: merge lastest update

2016-01-18 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/26 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: merge lastest update

2016-01-18 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/26#issuecomment-172488725 It appears this pull request was opened in error. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] tomcat pull request: test

2016-02-15 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/27 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: test

2016-02-15 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/27#issuecomment-184110339 Spam. This idiot has been blocked. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] tomcat pull request: Generalize the precompressed content serving ...

2016-02-24 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/28#issuecomment-188460191 Generally I like this patch. I do have a couple of comments: - I think it makes sense to make the change to a generic approach immediately. One way of doing this

[GitHub] tomcat issue #124: Allow empty 'Host' HTTP header

2018-10-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/124 Nice catch with handling the port. The patch I had come up with missed that. I refactored populateHost() as it bugged me to set the server name one way (that might throw an IOE and break the

[GitHub] tomcat issue #125: Provide port offset functionality (BZ-61171)

2018-10-10 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/125 I've skimmed this and it looks good. I'm currently buried in TLS 1.3 stuff but wanted to let you know that the PR had been seen and that I hope to get it into the next 9.0

[GitHub] tomcat issue #126: The feature of the transfer rate control are added to the...

2018-10-12 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/126 -1 here too for much the same reason. A filter would work better for this. Ignoring the thread related concerns, I'd also point out that new features without a description of the use ca

[GitHub] tomcat pull request #126: The feature of the transfer rate control are added...

2018-10-12 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/126 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #127: Add a fake attribute for source

2018-10-21 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/127 Nice idea. I've applied a variation of this patch to Tomcat. The key changes were: - Only ignore source on Context elements - Ignore source on Context elements in server.xml and contex

[GitHub] tomcat pull request #123: Checking the signing service response

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

[GitHub] tomcat issue #123: Checking the signing service response

2018-10-21 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/123 Thanks for reviewing this code and providing a patch. Unfortunately, we plan to shortly move away from our custom signing service and switch to the solution provided by DigiCert that integrates a

[GitHub] tomcat issue #125: Provide port offset functionality (BZ-61171)

2018-10-29 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/125 I've now spent some time looking at this more closely. I like the idea of setting this once on the `Server` and then auto-magically setting this on the `Connector`s. As I rev

[GitHub] tomcat pull request #129: Fix typo in Spanish translation

2018-10-31 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/129 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #129: Fix typo in Spanish translation

2018-10-31 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/129 Thanks. Patch applied to 9.0.x, 8.5.x and 7.0.x for the next release of each. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] tomcat issue #125: Provide port offset functionality (BZ-61171)

2018-11-01 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/125 Patch has been applied with a few changes: - portOffset was not cached on the Connector (to align with recent changes to how port is handled) - handle special case port values where the

[GitHub] tomcat issue #130: Add two spaces (nbsp) in front of the Undeploy button

2018-11-01 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/130 I can see what you are trying to do but I'm not sure the change creates enough of a visual separation to make much of a difference. I don't think it will do much to reduce the

[GitHub] tomcat issue #131: qqq

2018-11-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/131 Spam. Reported to GitHub's abuse team. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional com

[GitHub] tomcat pull request #131: qqq

2018-11-05 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/131 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat pull request #132: Fix cygpath error by adding cond check with JAVA_E...

2018-11-12 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/132 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #132: Fix cygpath error by adding cond check with JAVA_ENDORSED...

2018-11-12 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/132 Fixed in: - trunk for 9.0.14 onwards - 8.5.x for 8.5.36 onwards - 7.0.x for 7.0.93 onwards Thanks for the report and for the patch

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 How easy it is to get hold of the last modified date does vary by browser but - given that Tomcat already provides this in the headers - I don't see much benefit here. And micheal-o's

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 The browser history will give you what you need (to the minute anyway) in both Chrome Firefox and IE. This is a generic solution that works for any web page for any service - not just one page of

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 I tried adding a Last-Modified HTTP header but that didn't help. The history approach looks to be the best solution at this

[GitHub] tomcat issue #74: added javadoc comment

2017-10-04 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/74 There is definitely some value here although we might not choose to skip some parts of the patch. Let me pull in the obvious stuff and then we can see what is left

[GitHub] tomcat issue #74: added javadoc comment

2017-10-04 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/74 I think I've pulled the obvious wins into Tomcat. Take a look and if you think there is merit in further changes please feel free to open another pull re

[GitHub] tomcat pull request #74: added javadoc comment

2017-10-04 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/74 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #63: added portOffset attribute to server.xml per BZ-61171

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/63 I've added some comments to the bugzilla issue on how this might be addressed. --- - To unsubscribe, e-mail: dev-uns

[GitHub] tomcat issue #73: Bug 57767 - Websocket client proprietary configuration

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/73 Chris's original concern with the BZ 57767 patch (lack of Javadoc) still needs to be addressed. --- - To unsubscribe, e

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/76 I did wonder if this would be better as configuration on WsFilter but on reflection a separate Filter looks to be simpler for users to configure. The patch needs documentation (webapps/docs

[GitHub] tomcat issue #77: Removed findbugs bad practice warnings by making classes f...

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/77 Making those classes final will cause problems if users have extended any of them. While that seems unlikely, experience suggests it has probably been done somewhere. Is there any reason

[GitHub] tomcat pull request #78: added findbugs false positive

2017-10-13 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/78 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #78: added findbugs false positive

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/78 Thanks. Patch applied to trunk and back-ported to 8.5.x, 8.0.x and 7.0.x. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] tomcat issue #73: Bug 57767 - Websocket client proprietary configuration

2017-10-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/73 No objections to back-porting here. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/79 Those aren't placeholders. It is intentional content. I believe they are meant to be a lighthearted way of indicating that 'Context' is the only term that ne

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/79 We could pull the entries and add "That's it!" after the list. --- - To unsubscribe, e-mail: dev-unsubscr...@to

[GitHub] tomcat issue #83: Bug 61668 - Possible NullPointerException in AbstractHttp1...

2017-11-03 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/83 The duplicated code is a sign that this could be handled elsewhere with less code (i.e. in StringUtils) --- - To unsubscribe, e

[GitHub] tomcat pull request #82: Add maven-install target

2017-11-03 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/82 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #83: Bug 61668 - Possible NullPointerException in AbstractHttp1...

2017-11-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/83 Thanks for the proposed patch. I opted for a more general solution in StringUtils since fixing that problem there should - in theory - prevent it appearing anywhere else StringUtils is used

[GitHub] tomcat pull request #83: Bug 61668 - Possible NullPointerException in Abstra...

2017-11-08 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/83 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/84 This needs a wider discussion on the dev list first. However I do have some initial high level comments: - The choice of package is unexpected - Headers need to be standard ASF

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-11-09 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/76 Looking at this is on my TODO list to look at before the next release --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] tomcat pull request #73: Bug 57767 - Websocket client proprietary configurat...

2017-11-16 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/73 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #85: Fix NPE in AuthConfigFactoryImpl.detachListener()

2017-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/85 Note there is a minor typo in the test method name. I'll fix that when I apply the patch. --- - To unsubscribe, e-mail

[GitHub] tomcat issue #87: Fix NPE on removeRegistration in case getConfigProvider is...

2017-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/87 Applied in r1815802 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

[GitHub] tomcat pull request #87: Fix NPE on removeRegistration in case getConfigProv...

2017-11-20 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/87 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #95: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61223

2017-12-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/95 This is a partial fix. It only addresses the attributes of the mbean element. I'm wondering if, rather than duplicate the comments in the DTD file, if it would be simpler to copy th

[GitHub] tomcat issue #95: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61223

2017-12-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/95 Thanks for the patch. There wasn't anything wrong with it but the more I thought about it, the more I thought that referencing the DTD directly was a better sol

[GitHub] tomcat pull request #95: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=...

2017-12-05 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/95 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2017-12-13 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 The current OPTIONS behaviour is intentional. OPTIONS lists the valid methods, not the permitted methods, for a resource. The GET/POST issue is before my time with the project. There

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2017-12-14 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 The inconsistency stems from the different status codes used. If TRACE is disabled at the connector, level then a 405 is returned for TRACE requests. If readOnly is set in the DefaultServlet, a 403

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2018-01-02 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 I wanted to clear something up. It is not a case of me being willing to change something or not. I don't get to decide these things on my own. It is a community decision. Normally, we di

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2018-01-02 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 Getting back to whether readOnly should affect POST, my own view is that it should not. readOnly refers to whether the default Servlet can change static content. For static content request

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2018-01-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 Lack of response == lazy consensus. I plan to look at applying these patches (or possibly a variation of them) before tagging 9.0.x

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2018-01-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 No argument with Konstantin's points here. I started to look at implementing this and I realised that the WebDAV is inconsistent with how the allow header is generated. A method may not be inc

[GitHub] tomcat issue #96: Remove PUT and DELETE methods from an OPTIONS request if r...

2018-01-09 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/96 I've fixed this in trunk. Given the behaviour changes (you can bet someone depends on a 403 rather than a 405 response) I'm not going to back-port it. The way I ended up tackling th

[GitHub] tomcat pull request #135: fix bug 63050: NumberFormatException depending on ...

2019-01-04 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/135 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[GitHub] tomcat issue #135: fix bug 63050: NumberFormatException depending on languag...

2019-01-04 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/135 This has been fixed via [POEditor](https://poeditor.com/projects/view?id=221603) and will be included in 9.0.15 onwards

[GitHub] tomcat issue #137: Add HTML lang="en"

2019-01-28 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/137 I'm all in favour of improving accessibility. The changes to package.html and similar look good. The changes to anything under test/ need to be reverted. Those are test artefacts.

[GitHub] tomcat issue #137: Add HTML lang="en"

2019-01-29 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/137 > Anyway, those package.html files are just fragments consumed by javadoc tool. I suspect that changing the attributes of the HTML element does not have any effect on generated Java

[GitHub] tomcat pull request: Recursively create document base directory

2015-05-28 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/20#issuecomment-106360093 Starting Tomcat with an appBase that is not an existing directory is an error and is reported as such in the logs. --- If your project is set up for it, you can reply

[GitHub] tomcat pull request: Add JASPIC API (JSR 196) to build process

2015-06-08 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/21#issuecomment-109959429 OK. I've copied the Geronimo classes across and fixed the checkstyle and compilation errors. I've now seen some additional issues that need to be addres

[GitHub] tomcat pull request: Add JASPIC API (JSR 196) to build process

2015-06-09 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/21#issuecomment-110393102 1) I haven't reviewed the build.xml changes since I don't want to start building this JAR until the API is correct. 2) Patch was incomplete. Applied

[GitHub] tomcat pull request: Add JASPIC API (JSR 196) to build process

2015-06-10 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tomcat pull request: [Bug 58242] Scanning jars in classpath to get...

2015-08-13 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/22#issuecomment-130565904 The patch appears to be quite large for a marginal benfit. Separating the refactoring and the changes into separate commits would enable the true scale of the changes

[GitHub] tomcat pull request: [Bug 58242] Scanning jars in classpath to get...

2015-08-16 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/22#issuecomment-131576391 My comment regarding separating the refactoring and the functional changes stands. It is not the refactoring I am against, it is the mixing of refactoring and

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-30 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/19#issuecomment-87757450 -1. Servlet 3.0 and later webapps have resource JARs (assuming the JAR is packaged correctly). For single JAR apps, the Tomcat 8 resources implementation can be

[GitHub] tomcat pull request: Added support for addWebapp(String, InputStre...

2015-03-31 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/19#issuecomment-87983701 No. That is not what I am saying at all. I am saying the functionality you state you want to add (serving JSPs from within a JAR) can already be achieved by

[GitHub] tomcat pull request: now json is fashion

2015-01-12 Thread markt-asf
Github user markt-asf commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69624704 This pull request is declined. Even ignoring the poor quality of this pull request, supporting JSON formatted data is an application concern, not a container concern

[GitHub] tomcat issue #58: add nioendpoint note

2017-06-05 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/58 Given the name of the method call, the proposed comment adds no value. The patch also uses tabs rather than spaces. --- If your project is set up for it, you can reply to this email and have your

  1   2   >