| glassfish:/appserv-webtier/src/java/org/apache/tomcat/util/buf/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
SJSAS91_FCS_BRANCH:jluehe:20080417183657
by jluehe on
17 April 2008, 13:36:57 -0500
(7 months ago)
Copyright update
./Ascii.java
1.3.6.1
./B2CConverter.java
1.7.6.1
./Base64.java
1.4.6.1
./ByteChunk.java
1.5.6.1
./C2BConverter.java
1.11.6.1
MAIN:jluehe:20070814173003
by jluehe on
14 August 2007, 12:30:03 -0500
(15 months ago)
Fixed indentation
./UDecoder.java
1.6
SAILFIN_BRANCH:prasads:20070706103840
by prasads on
06 July 2007, 05:38:40 -0500
(16 months ago)
Merging b54 from GlassFish TRUNK to SAILFIN_BRANCH
./Ascii.java
1.2.30.1
./B2CConverter.java
1.6.6.1
./Base64.java
1.3.26.1
./ByteChunk.java
1.4.2.1
./C2BConverter.java
1.9.2.1
MAIN:jluehe:20070604184953
by jluehe on
04 June 2007, 13:49:53 -0500
(17 months ago)
Fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=3115 ("Problem with HttpServletResponse.getWriter().println() after it printed a string with multibyte characters") Patch by: scott.oak…
./C2BConverter.java
1.11
MAIN:tcfujii:20070505052313
by tcfujii on
05 May 2007, 00:23:13 -0500
(18 months ago)
CDDL+GPL header updates.
./Ascii.java
1.3
./B2CConverter.java
1.7
./Base64.java
1.4
./ByteChunk.java
1.5
./C2BConverter.java
1.10
MAIN:jluehe:20070416205137
by jluehe on
16 April 2007, 15:51:37 -0500
(19 months ago)
Incremental fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704 ("Stream-based Encoders are inefficient") Patch provided by: scott.oaks Tests run: QL, Servlet/TCK, JSP/TCK
./ByteChunk.java
1.4
./C2BConverter.java
1.9
./UEncoder.java
1.5
SJSAS91_BETA2_BRANCH:jfarcand:20070409141646
by jfarcand on
09 April 2007, 09:16:46 -0500
(19 months ago)
Rollback fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704 ("Stream-based Encoders are inefficient") The performance improvement introduced several issues (jsf, mod_jk). Will fix it …
./C2BConverter.java
1.6.2.3
./UEncoder.java
1.4.2.1
GF_V3_PREWORK_BRANCH:dochez:20070407044537
by dochez on
06 April 2007, 23:45:37 -0500
(19 months ago)
trunk merge Issue number: Obtained from: Submitted by: Reviewed by:
./B2CConverter.java
1.5.2.1
./C2BConverter.java
1.5.8.1
./MessageBytes.java
1.3.18.1
./StringCache.java
1.4.2.1
./UDecoder.java
1.3.14.1
SJSAS91_BETA2_BRANCH:jfarcand:20070403162931
by jfarcand on
03 April 2007, 11:29:31 -0500
(19 months ago)
Port fix from the trunk Fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2766 ("Tomcat AJP connector stopped to work from v2 b41") Don't break mod_jk compatibility by making the cons…
./C2BConverter.java
1.6.2.2
SJSAS91_BETA2_BRANCH:jfarcand:20070403162641
by jfarcand on
03 April 2007, 11:26:41 -0500
(19 months ago)
Port fix from the trunk: Fix regression introduced for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704 ("Stream-based Encoders are inefficient") Fix typo - ALL EE QL passed - Tested…
./C2BConverter.java
1.6.2.1
MAIN:jfarcand:20070402173530
by jfarcand on
02 April 2007, 12:35:30 -0500
(19 months ago)
Fix regression introduced for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704 ("Stream-based Encoders are inefficient") Fix typo - ALL EE QL passed - Tested jsf-guessnumber.war Patch pro…
./C2BConverter.java
1.8
MAIN:jfarcand:20070402173106
by jfarcand on
02 April 2007, 12:31:06 -0500
(19 months ago)
Fix for https://glassfish.dev.java.net/issues/show_bug.cgi?id=2766 ("Tomcat AJP connector stopped to work from v2 b41") Don't break mod_jk compatibility by making the constructor protected. - ALL QL…
./C2BConverter.java
1.7
MAIN:jfarcand:20070329205231
by jfarcand on
29 March 2007, 15:52:32 -0500
(19 months ago)
Fix issue https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704 ("Stream-based Encoders are inefficient") Use NIO to decode char + ALL QL passed + All Servlet TCKs passed + All JSP TCKs passed…
./C2BConverter.java
1.6
./UEncoder.java
1.4
MAIN:jfarcand:20070213210023
by jfarcand on
13 February 2007, 15:00:23 -0600
(21 months ago)
Fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=41017 ("MessageBytes used to call recycle() before setString(), now impossible to clear a http header as in setHeader(null)") Port fix from T…
./MessageBytes.java
1.7
MAIN:jfarcand:20070213205532
by jfarcand on
13 February 2007, 14:55:32 -0600
(21 months ago)
Port fix from Tomcat 6 Add some options for handling URL chars. Those property should be used when GlassFish is fronted by Apache. - ALL QL passed
./UDecoder.java
1.4
MAIN:jluehe:20061212174124
by jluehe on
12 December 2006, 11:41:24 -0600
(23 months ago)
Fix for 6496237 ("Avoid invoking ByteChunk.getLength repeatedly in loops") Patch provided by: Arvi.Srinivasan@Sun.COM Tests run: QL
./B2CConverter.java
1.6
PWC12Dev_Branch:as25299:20061212121447
by as25299 on
12 December 2006, 06:14:47 -0600
(23 months ago)
Reduce ByteChunk.getLength invocations. Affected file(s): appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteRequest.java appserv-webtier/src/java/org/apache/tomcat/util/buf/B2CConverter.ja…
./B2CConverter.java
1.4.12.2
PWC12Dev_Branch:kmeduri:20061130235816
by kmeduri on
30 November 2006, 17:58:16 -0600
(23 months ago)
CR 6499413 Merge some minor (but very useful) changes from GF trunk to PWC12Dev_Branch Files modified: --------------- appserv-jstl/src/javax/servlet/jsp/jstl/core/IndexedValueExpression.java appse…
./MessageBytes.java
1.3.16.2
./StringCache.java
1.3.12.2
MAIN:jfarcand:20061117163222
by jfarcand on
17 November 2006, 10:32:22 -0600
(2 years ago)
Make sure we aren't failing when a MessageBytes is compared with a null String. The bug has been reported here: http://recompile.net/2006/11/how_to_deploy_jruby_on_rails_a.html - ALL QL passed. Pat…
./MessageBytes.java
1.6
MAIN:jfarcand:20061117162803
by jfarcand on
17 November 2006, 10:28:03 -0600
(2 years ago)
Fix indentation before making changes.
./MessageBytes.java
1.5
PWC12Dev_Branch:kmeduri:20061109033040
by kmeduri on
08 November 2006, 21:30:40 -0600
(2 years ago)
- Merged changes done until 2006-11-02 from HEAD branch to PWC12Dev_Branch branch - Retained same revision of /cvs/glassfish/servlet-api/src/jsr245/src/share/javax/el/ExpressionFactory.java to make…
./B2CConverter.java
1.4.12.1
./ByteChunk.java
1.2.16.1
./CharChunk.java
1.2.16.1
./MessageBytes.java
1.3.16.1
./StringCache.java
1.3.12.1
MAIN:jluehe:20061106211127
by jluehe on
06 November 2006, 15:17:44 -0600
(2 years ago)
Avoid use of inefficient constructors
./StringCache.java
1.6
MAIN:jluehe:20061030233453
by jluehe on
30 October 2006, 17:34:53 -0600
(2 years ago)
Avoid "Covariant equals() method defined, Object.equals(Object) inherited" warning
./MessageBytes.java
1.4
MAIN:jluehe:20061027160323
by jluehe on
27 October 2006, 11:03:23 -0500
(2 years ago)
Avoid WRITE_TO_STATIC_FROM_INSTANCE_METHOD warnings
./StringCache.java
1.5
MAIN:jluehe:20061018162756
by jluehe on
18 October 2006, 11:27:56 -0500
(2 years 1 month ago)
Avoid "Field isn't final but should be" warnings
./StringCache.java
1.4
MAIN:jluehe:20061004235824
by jluehe on
04 October 2006, 18:58:24 -0500
(2 years 1 month ago)
Removed unused class/instance fields
./B2CConverter.java
1.5
MAIN:jluehe:20060929214126
by jluehe on
29 September 2006, 16:41:26 -0500
(2 years 1 month ago)
Changed non-serializable instance vars of serializable classes to be transient. Reported by FindBugs
./ByteChunk.java
1.3
./CharChunk.java
1.3
SJSAS90_FCS_BRANCH:jluehe:20060713213607
by jluehe on
13 July 2006, 16:36:07 -0500
(2 years 4 months ago)
Incremental fix for 6440861 ("appserv-rt.jar has the incorrect localized files")
./res/LocalStrings_es.properties
1.1.1.1.8.1
./res/LocalStrings_fr.properties
1.1.1.1.8.1
./res/LocalStrings_ja.properties
1.1.1.1.8.1
MAIN:jluehe:20060713000234
by jluehe on
12 July 2006, 19:02:34 -0500
(2 years 4 months ago)
Incremental fix for 6440861 ("appserv-rt.jar has the incorrect localized files")
./res/LocalStrings_es.properties
1.2
./res/LocalStrings_fr.properties
1.2
./res/LocalStrings_ja.properties
1.2
TANGO_WSTX:ryan_shoemaker:20060622183847
by ryan_shoemaker on
22 June 2006, 13:38:47 -0500
(2 years 5 months ago)
Merging trunk changes into TANGO_WSTX branch.
./C2BConverter.java
1.3.4.1
|