[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 --- Comment #4 from Mark Thomas ma...@apache.org --- Fixed in 6.0.x for 6.0.40 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- As far as I am reading, such value can only be used when calling the JspFactory.getPageContext() API directly. The buffer size that can be used in JSP configurations (in a

[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-01-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 --- Comment #1 from Eugene Chung (TmaxSoft) bluewolf.ch...@gmail.com --- Created attachment 31206 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31206action=edit Test Source I suggest that