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.
T
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.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=57155
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
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
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 :
Author: markt
Date: Fri Oct 24 23:27:40 2014
New Revision: 1634161
URL: http://svn.apache.org/r1634161
L
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.j
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:
tomcat/trunk/java/org/apache/jasper/compiler/Pa
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:
tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainer.
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:
http://svn.
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: tomcat/trunk/java/org/apache/jasper/compile
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:
http://svn.ap
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:
tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java
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: tomcat/trunk/java/org/apache/jaspe
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 register
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
tomcat/trunk/java/org/apache/jasper/compi
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: tomcat/trunk/java/org/apache/jasper/compiler
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: tomcat/trunk/java/org/apache/jasper/compiler/Ma
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:
tomcat/trunk/java/org/a
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 the
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:
tomcat/trunk/java/org/apache/jasper/compiler/JspReade
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154
--- Comment #2 from Konstantin Kolinko ---
Created attachment 32153
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32153&action=edit
TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO2.txt
Log file from testing Tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154
--- Comment #1 from Konstantin Kolinko ---
Created attachment 32152
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32152&action=edit
TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO.txt
Log file from testing Tomcat
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:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57154
Konstantin Kolinko changed:
What|Removed |Added
Summary|Failure of |Failure of
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
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
tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
Pierre Viret changed:
What|Removed |Added
Attachment #32120|0 |1
is obsolete|
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
tomcat/trunk/w
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152
Paweł Chorążyk changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #2 from Paweł Cho
https://issues.apache.org/bugzilla/show_bug.cgi?id=57152
Christopher Schultz changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS|
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
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
Seve
33 matches
Mail list logo