[Bug 54663] JSP Comment processing in jsp:include

2013-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54663 --- Comment #1 from Eugene Chung (TmaxSoft) --- Sorry, my first suggestion was wrong. } else if (bodyType == JAVAX_BODY_CONTENT_PARAM) { // (note the == since we won't recognize JAVAX_*

[Bug 54663] New: JSP Comment processing in jsp:include

2013-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54663 Bug ID: 54663 Summary: JSP Comment processing in jsp:include Product: Tomcat 7 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

svn commit: r1454965 - in /tomcat/trunk/res/maven: mvn-pub.xml tomcat-websocket-api.pom tomcat-websocket.pom

2013-03-10 Thread markt
Author: markt Date: Mon Mar 11 00:11:10 2013 New Revision: 1454965 URL: http://svn.apache.org/r1454965 Log: Add the websocket JARa to the Maven publishing process Added: tomcat/trunk/res/maven/tomcat-websocket-api.pom (with props) tomcat/trunk/res/maven/tomcat-websocket.pom (with prop

svn commit: r1454962 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsSci.java

2013-03-10 Thread markt
Author: markt Date: Sun Mar 10 23:53:52 2013 New Revision: 1454962 URL: http://svn.apache.org/r1454962 Log: Prevent errors if Jar scanning is a too keen Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsSci.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/Ws

svn commit: r1454958 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2013-03-10 Thread markt
Author: markt Date: Sun Mar 10 23:31:03 2013 New Revision: 1454958 URL: http://svn.apache.org/r1454958 Log: Log message on SCI error Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/LocalStrings.properties tomcat/tc7.0.x/trunk/java/o

svn commit: r1454957 - in /tomcat/trunk/res/META-INF/tomcat-websocket.jar/services: javax.websocket.server.ServerEndpointConfig.Configurator javax.websocket.server.ServerEndpointConfigurator

2013-03-10 Thread markt
Author: markt Date: Sun Mar 10 23:28:48 2013 New Revision: 1454957 URL: http://svn.apache.org/r1454957 Log: Update file name for ServiceLoader Added: tomcat/trunk/res/META-INF/tomcat-websocket.jar/services/javax.websocket.server.ServerEndpointConfig.Configurator - copied unchanged from

svn commit: r1454953 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardContext.java

2013-03-10 Thread markt
Author: markt Date: Sun Mar 10 23:15:01 2013 New Revision: 1454953 URL: http://svn.apache.org/r1454953 Log: Log message on SCI error Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomc

buildbot success in ASF Buildbot on tomcat-trunk

2013-03-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4056 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-03-10 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1099 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

[Bug 54659] Echo Websocket Sample using Annotation API throws IllegalStateException

2013-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54659 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1454839 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-03-10 Thread markt
Author: markt Date: Sun Mar 10 11:55:41 2013 New Revision: 1454839 URL: http://svn.apache.org/r1454839 Log: Fix failing unit tests Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerCon

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-10 Thread Rainer Jung
On 09.03.2013 14:45, Rainer Jung wrote: > - some Javadoc warnings ... > - new ones: > - java/org/apache/tomcat/util/buf/UEncoder.java:67: warning - > @param argument "buf" is not a parameter name. Fixed in r1454831 (@param removed). > - two in package java/org/apache/tomcat/util/h

svn commit: r1454837 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 11:28:42 2013 New Revision: 1454837 URL: http://svn.apache.org/r1454837 Log: Fix unit test failing only for TC 7 (Java 6) by excluding the Java for-internal-use-only charset 'COMPOUND_TEXT'. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf/TestB2CC

svn commit: r1454835 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/buf/TestB2CConverter.java

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 11:23:16 2013 New Revision: 1454835 URL: http://svn.apache.org/r1454835 Log: Add info about failing charset to unit test. Backport of r1454832 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/buf

svn commit: r1454832 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 11:20:53 2013 New Revision: 1454832 URL: http://svn.apache.org/r1454832 Log: Add info about failing charset to unit test. Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2C

svn commit: r1454831 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UEncoder.java

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 11:08:02 2013 New Revision: 1454831 URL: http://svn.apache.org/r1454831 Log: Fix javadoc. Remove spurious leftover from r1452791. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UEncoder.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat

svn commit: r1454830 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 10:59:08 2013 New Revision: 1454830 URL: http://svn.apache.org/r1454830 Log: Fix external javadoc URL for commons-io. - Add correct "proper/commons-io" prefix to no longer rely on legacy link redirects - Add new needed path segment "/javadocs/" See: https://issue

svn commit: r1454828 - /tomcat/trunk/build.xml

2013-03-10 Thread rjung
Author: rjung Date: Sun Mar 10 10:57:45 2013 New Revision: 1454828 URL: http://svn.apache.org/r1454828 Log: Fix external javadoc URL for commons-io. - Add correct "proper/commons-io" prefix to no longer rely on legacy link redirects - Add new needed path segment "/javadocs/" See: https://issue