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

2017-07-12 Thread katya-stoycheva
Github user katya-stoycheva commented on a diff in the pull request: https://github.com/apache/tomcat/pull/69#discussion_r126873704 --- Diff: test/org/apache/juli/TestFileHandlerNonRotatable.java --- @@ -0,0 +1,59 @@ +package org.apache.juli; + +import static

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

2017-07-12 Thread katya-stoycheva
Github user katya-stoycheva commented on a diff in the pull request: https://github.com/apache/tomcat/pull/69#discussion_r126873614 --- Diff: test/org/apache/juli/TestFileHandlerNonRotatable.java --- @@ -0,0 +1,59 @@ +package org.apache.juli; --- End diff -- Added

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

2017-07-11 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/69 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61232 Checks for one char separator only, not specifically for "." You can merge this pull request into a Git repository

[GitHub] tomcat pull request #62: Fix config context.xml documentation about jndiExce...

2017-06-09 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/62 Fix config context.xml documentation about jndiExceptionOnFailedWrite You can merge this pull request into a Git repository by running: $ git pull https://github.com/katya-stoycheva

[GitHub] tomcat pull request #61: [Bug 61134] remove [] around text substitutes for d...

2017-06-09 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/61 [Bug 61134] remove [] around text substitutes for default error pages partial revert of https://svn.apache.org/viewvc?view=revision=1792132 You can merge this pull request into a Git

[GitHub] tomcat pull request #57: Remove final modifiers from TagLibraryInfo uri and ...

2017-06-01 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/57 Remove final modifiers from TagLibraryInfo uri and prefix Remove final modifiers from TagLibraryInfo uri and prefix fields to match the spec You can merge this pull request into a Git

[GitHub] tomcat pull request #49: Fix parser to fail if leading zeros in IPv4 part of...

2017-03-31 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/49 Fix parser to fail if leading zeros in IPv4 part of IPv6 address Leading zeros are not causing failure if in IPv4 addresses though. You can merge this pull request into a Git repository

[GitHub] tomcat pull request #48: Fix http parser

2017-03-31 Thread katya-stoycheva
GitHub user katya-stoycheva opened a pull request: https://github.com/apache/tomcat/pull/48 Fix http parser Fix IPv6/IPv4 parsing for host header: - chars other than : should not be allowed in IPv6 address after ] - ::: should not present in IPv6 address - IPv4 part