[jira] [Resolved] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-321. - Resolution: Invalid This looks like a Tomcat issue rather than a Tomcat Maven plugin issue so p

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Description: Hello, We have a Spring based web application project where we have about 35

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Description: Hello, We have a Spring based web application project where we have about 35

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Description: Hello, We have a Spring based web application project where we have about 35

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Description: Hello, We have a Spring based web application project where we have about 35

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Attachment: image-2020-11-27-14-17-23-102.png > trimDirectiveWhitespaces does not apply fo

[jira] [Updated] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hicham Mouloudi updated MTOMCAT-321: Environment: tomcat.version  : 7.0.82.A.RELEASE spring.version :  4.3.17.RELEASE java.ve

[jira] [Created] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib

2020-11-27 Thread Hicham Mouloudi (Jira)
Hicham Mouloudi created MTOMCAT-321: --- Summary: trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib Key: MTOMCAT-321 URL: https://issues.apache.org/jira/browse/MTOMCAT-321

[Bug 63943] Add possibility to overwrite remote port with information from header value

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63943 --- Comment #8 from Mark Thomas --- A little research suggests that this is usually included in the X-Forwarded-For header rather than as a separate header. RFC 7239 uses that format as does Azure. I haven't found any references to a dedicated

[Bug 64938] response.setCharacterEncoding(null) should clear previous charset

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64938 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Mark Thomas

JDK 16 Early Access build 26 is now available

2020-11-27 Thread Rory O'Donnell
Hi Mark, OpenJDK 16 Early Access build 26**is now available at http://jdk.java.net/16 * These early-access , open-source builds are provided under the o GNU General Public License, version 2, with the Classpath Exception . * Schedule:

[Bug 64938] response.setCharacterEncoding(null) should clear previous charset

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64938 --- Comment #3 from Remy Maucherat --- According to the javadoc, null is probably not a valid value (it says: "charset: a String specifying only the character set defined by IANA", so "null" is obviously not one of these). Unlike other places,

[Bug 64938] response.setCharacterEncoding(null) should clear previous charset

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64938 --- Comment #2 from Mark Thomas --- The behaviour of other Servlet containers is irrelevant. What matters is the Sevlet specification. You could argue that the ServletResponse.setCharacterEncoding Javadoc does not permit null to be passed as t

[Bug 64938] response.setCharacterEncoding(null) should clear previous charset

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64938 --- Comment #1 from quaff --- Jetty is respect this https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/jetty-server/src/main/java/org/eclipse/jetty/server/Response.java#L1000 -- You are receiving this mail because: You are the assign

[Bug 64938] New: response.setCharacterEncoding(null) should clear previous charset

2020-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64938 Bug ID: 64938 Summary: response.setCharacterEncoding(null) should clear previous charset Product: Tomcat 9 Version: unspecified Hardware: PC OS: Mac OS X