[Bug 57152] New: Tomcat Manager cannot start with security manager enabled

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152 Bug ID: 57152 Summary: Tomcat Manager cannot start with security manager enabled Product: Tomcat 7 Version: 7.0.50 Hardware: PC Status: NEW

[Bug 57153] New: StandardJarScanner only searches WEB_INF/lib classes rather than full classpath

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57153 Bug ID: 57153 Summary: StandardJarScanner only searches WEB_INF/lib classes rather than full classpath Product: Tomcat 8 Version: 8.0.14 Hardware: PC

[Bug 57152] Tomcat Manager cannot start with security manager enabled

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

[Bug 57152] Tomcat Manager cannot start with security manager enabled

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152 Paweł Chorążyk joegreen+bugzi...@joegreen.pl changed: What|Removed |Added Status|NEEDINFO|NEW

[Bug 57152] Tomcat Manager cannot start with security manager enabled

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1634690 - in /tomcat/trunk: test/org/apache/catalina/startup/LoggingBaseTest.java webapps/docs/changelog.xml

2014-10-27 Thread kkolinko
Author: kkolinko Date: Mon Oct 27 21:18:21 2014 New Revision: 1634690 URL: http://svn.apache.org/r1634690 Log: Log the current test name when the test starts. It makes reading the log files easier. Modified: tomcat/trunk/test/org/apache/catalina/startup/LoggingBaseTest.java

[Bug 56397] Establish parallel Maven-based build process

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 Pierre Viret pierre.vi...@gmail.com changed: What|Removed |Added Attachment #32120|0 |1 is

svn commit: r1634697 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspReader.java Parser.java ParserController.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:03:22 2014 New Revision: 1634697 URL: http://svn.apache.org/r1634697 Log: JspReader.singleFile is always true. The nested files it supports have not been used since Tomcat 3.x. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

[Bug 57154] New: Failure of TestWsWebSocketContainer when there is directory %TEMP%\test

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154 Bug ID: 57154 Summary: Failure of TestWsWebSocketContainer when there is directory %TEMP%\test Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Summary|Failure of |Failure

svn commit: r1634703 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspReader.java Parser.java ParserController.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:09:05 2014 New Revision: 1634703 URL: http://svn.apache.org/r1634703 Log: Simplify JspRead.hasMoreInput() and remove the JasperException which is no longer thrown by that method. Remove a number of other JasperExceptions which are now no longer thrown Modified:

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32152 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32152action=edit TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO.txt Log

[Bug 57154] Failure of TestWsWebSocketContainer when directory %TEMP%\test exists

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 32153 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32153action=edit TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO2.txt Log

svn commit: r1634706 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:21:41 2014 New Revision: 1634706 URL: http://svn.apache.org/r1634706 Log: pushFile() is only called from one location so move the code to that location (since it will allow further simplication). Modified:

svn commit: r1634707 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:21:45 2014 New Revision: 1634707 URL: http://svn.apache.org/r1634707 Log: current can only be null since this is a constructor and it hasn't been previously set so simplify the code and remove a branch that will never execute Modified:

svn commit: r1634708 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:21:50 2014 New Revision: 1634708 URL: http://svn.apache.org/r1634708 Log: If the exception is thrown then current will be null. If current is null then popFile() is a NO-OP. Since popFile() is only called in the exception handler it can be removed. Also remove

svn commit: r1634711 - /tomcat/trunk/java/org/apache/jasper/compiler/Mark.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:29:55 2014 New Revision: 1634711 URL: http://svn.apache.org/r1634711 Log: pushStream() and popStream() are no longer used - remove them Modified: tomcat/trunk/java/org/apache/jasper/compiler/Mark.java Modified:

svn commit: r1634712 - /tomcat/trunk/java/org/apache/jasper/compiler/Mark.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:29:59 2014 New Revision: 1634712 URL: http://svn.apache.org/r1634712 Log: Remove code no longer used after [push|pop]Stream() were removed Modified: tomcat/trunk/java/org/apache/jasper/compiler/Mark.java Modified:

svn commit: r1634714 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspReader.java Mark.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:35:35 2014 New Revision: 1634714 URL: http://svn.apache.org/r1634714 Log: Mark.fileId and Mark.reader are no longer read anywhere. Remove them. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

svn commit: r1634720 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:51:00 2014 New Revision: 1634720 URL: http://svn.apache.org/r1634720 Log: registerSourceFile() is only called from the constructor. At this point sourceFiles is always empty so registerSourceFile() will always return zero. That makes the code that follows

svn commit: r1634719 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:50:55 2014 New Revision: 1634719 URL: http://svn.apache.org/r1634719 Log: Use the file name directly and remove the now unused getFile() method Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java Modified:

svn commit: r1634724 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspReader.java Mark.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 22:56:25 2014 New Revision: 1634724 URL: http://svn.apache.org/r1634724 Log: Remove unused Mark.baseDir This in turn allowed JspReader.master to be removed which was already marked as suspect. Modified:

svn commit: r1634726 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 23:00:24 2014 New Revision: 1634726 URL: http://svn.apache.org/r1634726 Log: Complete missing Javadoc Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java URL:

svn commit: r1634729 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 23:05:59 2014 New Revision: 1634729 URL: http://svn.apache.org/r1634729 Log: Add a peek method that allows the look ahead to be specified Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java Modified:

svn commit: r1634732 - /tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 23:11:34 2014 New Revision: 1634732 URL: http://svn.apache.org/r1634732 Log: Whoops. Correct the logic. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java URL:

svn commit: r1634735 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java

2014-10-27 Thread kkolinko
Author: kkolinko Date: Mon Oct 27 23:14:20 2014 New Revision: 1634735 URL: http://svn.apache.org/r1634735 Log: Correct typo Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.java Modified:

svn commit: r1634740 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 23:43:11 2014 New Revision: 1634740 URL: http://svn.apache.org/r1634740 Log: Follow-up to r1634161 Use JspReader.peek() rather than nextChar() and pushChar() as this allows cleaner end of stream handling. Modified:

svn commit: r1634741 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2014-10-27 Thread markt
Author: markt Date: Mon Oct 27 23:43:16 2014 New Revision: 1634741 URL: http://svn.apache.org/r1634741 Log: Follow up to 1634161 Update XML template text parser so \${ and \#{ are considered escapes but \$ and \# are not. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

Re: svn commit: r1634161 - in /tomcat/trunk: java/org/apache/jasper/compiler/ELParser.java java/org/apache/jasper/compiler/Parser.java test/org/apache/jasper/compiler/TestParser.java

2014-10-27 Thread Mark Thomas
On 26/10/2014 08:50, Mark Thomas wrote: On 26/10/2014 08:20, Mark Thomas wrote: On 25/10/2014 01:59, Konstantin Kolinko wrote: 2014-10-25 3:27 GMT+04:00 ma...@apache.org: Author: markt Date: Fri Oct 24 23:27:40 2014 New Revision: 1634161 URL: http://svn.apache.org/r1634161 Log: Follow

[Bug 57155] New: Allow Context without real docbase in embedded Tomcat

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155 Bug ID: 57155 Summary: Allow Context without real docbase in embedded Tomcat Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: enhancement

[Bug 57155] Allow Context without real docbase in embedded Tomcat

2014-10-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-10-27 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-10-27 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.