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 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 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 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 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&revision=1792132
You can merge this pull request in
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 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 by
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 of