[GitHub] tomcat pull request #70: Add new accesslog valve pattern %X for recording co...

2017-07-20 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/70 Add new accesslog valve pattern %X for recording connection status - https://bz.apache.org/bugzilla/show_bug.cgi?id=61164 You can merge this pull request into a Git repository by running: $ git

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

2017-08-07 Thread zemian
Github user zemian commented on the issue: https://github.com/apache/tomcat/pull/72 Hi Mark, > Tomcat provides (by default) a static content cache in the resources layer so I do wonder if there is much benefit in caching the content in the JSP engine as w

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

2017-08-09 Thread zemian
Github user zemian commented on the issue: https://github.com/apache/tomcat/pull/72 Okay Mark. At this point, I am not sure I have a full grasp of the solution you wanted yet. I will study little more and revisit this issue later. --- If your project is set up for it, you can reply

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

2017-08-06 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/72 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59901 Caching jsp file read to improve performance Hi, I added jsp file content cache inside ParserController for this enhancement

[GitHub] tomcat pull request #106: Fix cygpath is checking for empty path

2018-04-04 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/106 Fix cygpath is checking for empty path Hi, When running Tomcat under Cygwin shell, I see `cygpath: can't convert empty path` error message printed, but it will continue to work. Looking closely

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

2018-11-10 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/132 Fix cygpath error by adding cond check with JAVA_ENDORSED_DIRS The new `bin/tool-wrapper.sh` script gives the error `cygpath: can't convert empty path` when used in Cygwin shell. This is due