svn commit: r1803638 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2017-08-01 Thread markt
/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/ -- --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Aug 1 12:10:47 2017

svn commit: r1803636 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2017-08-01 Thread markt
/ParserController.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java?rev=1803636=1803635=1803636=diff

svn commit: r1795308 - in /tomcat/trunk/java/org/apache/jasper/compiler: EncodingDetector.java ParserController.java

2017-05-16 Thread markt
/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java?rev=1795308=1795307=1795308=diff

svn commit: r1783460 - in /tomcat/trunk/java/org/apache/jasper/compiler: EncodingDetector.java ParserController.java

2017-02-17 Thread markt
/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java?rev=1783460=1783459=1783460=diff

svn commit: r1774528 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2016-12-15 Thread markt
Author: markt Date: Thu Dec 15 21:36:02 2016 New Revision: 1774528 URL: http://svn.apache.org/viewvc?rev=1774528=rev Log: Switch Jasper to use the new, simpler encoding detector Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/webapps/docs

svn commit: r1727437 - in /tomcat/trunk/java/org/apache/jasper/compiler: Node.java PageDataImpl.java PageInfo.java Parser.java ParserController.java SmapStratum.java TagFileProcessor.java

2016-01-28 Thread markt
/apache/jasper/compiler/PageInfo.java tomcat/trunk/java/org/apache/jasper/compiler/Parser.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/SmapStratum.java tomcat/trunk/java/org/apache/jasper/compiler

svn commit: r1675581 - /tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 12:14:36 2015 New Revision: 1675581 URL: http://svn.apache.org/r1675581 Log: Remove Javadoc for parameters that are no longer present Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper

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

2014-10-27 Thread markt
/trunk/java/org/apache/jasper/compiler/Parser.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java?rev=1634697r1

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

2014-10-27 Thread markt
: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java tomcat/trunk/java/org/apache/jasper/compiler/Parser.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java URL: http://svn.apache.org

svn commit: r1541506 - /tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 12:41:35 2013 New Revision: 1541506 URL: http://svn.apache.org/r1541506 Log: Don't close jar here - may need to read other files from the JAR. Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache

svn commit: r1501303 - in /tomcat/trunk/java/org/apache/jasper: JspC.java compiler/ParserController.java

2013-07-09 Thread markt
Author: markt Date: Tue Jul 9 14:48:24 2013 New Revision: 1501303 URL: http://svn.apache.org/r1501303 Log: Fix Eclipse warnings Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org

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

2013-04-09 Thread kkolinko
class. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java tomcat/trunk/java/org/apache/jasper/compiler/Mark.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspReader.java URL: http

svn commit: r1446766 - in /tomcat/trunk/java/org/apache/jasper/compiler: ParserController.java ScriptingVariabler.java ServletWriter.java SmapGenerator.java SmapStratum.java

2013-02-15 Thread markt
Author: markt Date: Fri Feb 15 21:03:34 2013 New Revision: 1446766 URL: http://svn.apache.org/r1446766 Log: UCDetector - use of final - reduce visibility Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler

svn commit: r1380384 - in /tomcat/trunk/java/org/apache/jasper/compiler: Parser.java ParserController.java TagFileProcessor.java TagLibraryInfoImpl.java

2012-09-03 Thread markt
/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Parser.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler

svn commit: r1003923 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-03 Thread timw
: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java?rev=1003923r1

svn commit: r1004039 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2010-10-03 Thread timw
: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1004039r1=1004038r2

svn commit: r1002509 - in /tomcat/trunk: java/org/apache/jasper/compiler/ParserController.java java/org/apache/jasper/compiler/TagFileProcessor.java webapps/docs/changelog.xml

2010-09-29 Thread timw
/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

svn commit: r946591 - in /tomcat/trunk/java/org/apache/jasper/compiler: Parser.java ParserController.java SmapUtil.java TagFileProcessor.java TagLibraryInfoImpl.java

2010-05-20 Thread markt
/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/SmapUtil.java tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Parser.java URL: http

svn commit: r784764 - in /tomcat/trunk/java/org/apache/jasper/compiler: JspDocumentParser.java JspUtil.java ParserController.java TagFileProcessor.java TagLibraryInfoImpl.java

2009-06-15 Thread markt
/JspUtil.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler

svn commit: r731651 - in /tomcat/trunk/java/org/apache/jasper/compiler: ImplicitTagLibraryInfo.java JspUtil.java ParserController.java TagFileProcessor.java TagLibraryInfoImpl.java

2009-01-05 Thread markt
unique. Modified: tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

svn commit: r721925 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/ParserController.java webapps/docs/changelog.xml

2008-11-30 Thread markt
: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc6.0.x/trunk

svn commit: r710205 - /tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

2008-11-03 Thread markt
: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java?rev=710205r1=710204r2=710205view=diff

svn commit: r522964 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper: compiler/JspUtil.java compiler/ParserController.java xmlparser/XMLEncodingDetector.java

2007-03-27 Thread remm
/ParserController.java tomcat/tc6.0.x/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JspUtil.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JspUtil.java?view=diffrev=522964r1

svn commit: r470325 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper: compiler/ParserController.java compiler/TagFileProcessor.java resources/LocalStrings.properties runtime/PageContextImpl.java

2006-11-02 Thread remm
.x/trunk/java/org/apache/jasper/compiler/ParserController.java tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java tomcat/tc6.0.x/trunk/java/org/apache/jasper/resources/LocalStrings.properties tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/PageContextImpl.java

svn lock: /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ParserController.java

2006-07-20 Thread mturk
Author: mturk Comment: SVN Propset in progress. Locked paths: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ParserController.java - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn commit: r386829 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-18 Thread jfclere
Author: jfclere Date: Sat Mar 18 01:23:48 2006 New Revision: 386829 URL: http://svn.apache.org/viewcvs?rev=386829view=rev Log: Rollback commit... Searching for a better solution. Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java Modified: tomcat

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
what the problem is, but this isn't the fix. Possibly a better way to guess the encoding of the Reader? Thinking to it the patch is not prefect but the old code is worse we have a piece of code that detects correctly the source encoding and detroy it... In doParse() in ParserController.java

RE: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Bill Barker
your patch. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null isDefaultPageEncoding = false. But the line before the jspReader uses the sourceEnc to create the InputStreamReader so the content of the file

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Costin Manolache
of code that detects correctly the source encoding and detroy it... However, the old code adheres to the JSP spec, whereas your patch breaks the JSP spec (Appendix D). That automatically makes the old code better than your patch. In doParse() in ParserController.java the following

RE: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Bill Barker
code adheres to the JSP spec, whereas your patch breaks the JSP spec (Appendix D). That automatically makes the old code better than your patch. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Costin Manolache
. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null isDefaultPageEncoding = false. But the line before the jspReader uses the sourceEnc to create the InputStreamReader so the content of the file

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
(Appendix D). That automatically makes the old code better than your patch. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null isDefaultPageEncoding = false. But the line before the jspReader

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Jean-frederic Clere
). That automatically makes the old code better than your patch. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null isDefaultPageEncoding = false. But the line before the jspReader uses the sourceEnc

Re: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-17 Thread Costin Manolache
(Appendix D). That automatically makes the old code better than your patch. In doParse() in ParserController.java the following happends parse() is called with pageEnc = sourceEnc jspConfigPageEnc = null isDefaultPageEncoding = false. But the line before the jspReader uses

Re: ParserController.java

2006-03-16 Thread Mladen Turk
Jean-frederic Clere wrote: Hi, One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) Cheers, Mladen. - To unsubscribe, e-mail:

svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-16 Thread jfclere
Author: jfclere Date: Thu Mar 16 03:54:29 2006 New Revision: 386315 URL: http://svn.apache.org/viewcvs?rev=386315view=rev Log: If the encoding is not specified use the detected one. Modified: tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java Modified: tomcat

Re: ParserController.java

2006-03-16 Thread Jean-frederic Clere
Mladen Turk wrote: Jean-frederic Clere wrote: Hi, One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) Have to fix the past to be allow to live in the future :) Cheers, Mladen.

Re: ParserController.java

2006-03-16 Thread Ian Darwin
One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) What!? EBCDIC makes a comeback in the future? :-) Quick, let me phone my stock broker...

RE: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/ParserController.java

2006-03-16 Thread Bill Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 3:55 AM To: tomcat-dev@jakarta.apache.org Subject: svn commit: r386315 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Pa rserController.java Author: jfclere

Re: ParserController.java

2006-03-16 Thread Henri Gomez
Yes EBCDIC is everywhere, even on IBM OS/400 (I5/OS) where using each day at ... work 2006/3/16, Ian Darwin [EMAIL PROTECTED]: One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) What!?