[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #11 from Mark Thomas --- Good catch. That would be a bug. I'll get it fixed. -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #10 from Lazar --- Thanks Mark! I tried the fix from 8.5 trunk and it works. Something I noticed while debugging, probably it is not a problem, but I prefer to mention it: In EncodingDetector's constructor, on line 61 (https://git

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #9 from Mark Thomas --- Thew "unrelated bug" I fixed appears to have fixed the issue you were seeing. The fix is r1791298. If you can test with 9.0.x trunk or 8.5.x trunk to confirm that would be great. -- You are receiving this m

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #8 from Lazar --- Created attachment 34914 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34914&action=edit Correct war for reproducing the exotic encoding problem -- You are receiving this mail because: You are the assign

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 Lazar changed: What|Removed |Added Attachment #34913|0 |1 is obsolete|

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #6 from Lazar --- Created attachment 34913 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34913&action=edit Sample war with jspx in exotic encoding -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #5 from Lazar --- The content of the enctest.jspx is: http://java.sun.com/JSP/Page";> You should see this text. So actually there is an encoding attribute in the prolog. For some reason JRE XML parser does not detect i

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #4 from Mark Thomas --- I've done some further testing and fixed an unrelated bug but as for as unusual encodings go, they have to be specified in the prolog else the JRE's XML parser doesn't have enough information to be able to re

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #3 from Lazar --- Hello Marc, I noticed that the second scenario is still failing if the encoding is more exotic - I tried with IBM871 - IBM EBCDIC (Icelandic). I debugged a little and noticed that EncodingDetector.getPrologEncod

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #2 from Lazar --- Created attachment 34908 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34908&action=edit A sample reproducing the problem with exotic encoding -- You are receiving this mail because: You are the assignee

[Bug 60769] Problem with Jsp character encoding configuration

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW