[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] [tomcat] be-hase commented on pull request #493: Do not use legacy character encoding(Shift_JIS) as default

2022-04-06 Thread GitBox
be-hase commented on PR #493: URL: https://github.com/apache/tomcat/pull/493#issuecomment-1090173899 Sorry, I'm not familiar with full history. I would be grateful if you could consider this issue. -- This is an automated message from the Apache Git Service. To respond to the message,

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #4 from James Covington --- I had submitted a bug report 65994 which was marked as a duplicate of this. In my case, I did not have bindOnInit set to false. My SSL Connector: and my context.xml: In my case, removing

[GitHub] [tomcat] be-hase opened a new pull request, #493: Do not use legacy character encoding(Shift_JIS) as default

2022-04-06 Thread GitBox
be-hase opened a new pull request, #493: URL: https://github.com/apache/tomcat/pull/493 ## Motivation With this commit, `Shift_JIS` is now used as the default for `jp`. eda77cd88b84d6002d9efb818e6d3fbc241e2284 `Shift_JIS` is a legacy character code, and this change causes a

[GitHub] [tomcat] markt-asf commented on pull request #493: Do not use legacy character encoding(Shift_JIS) as default

2022-04-06 Thread GitBox
markt-asf commented on PR #493: URL: https://github.com/apache/tomcat/pull/493#issuecomment-1090159236 This needs careful thought as the mapping was added to address a TCK failure. We need to look into the full history to figure out the right fix. -- This is an automated message from the

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #5 from Remy Maucherat --- You will not get the NPE, but it is up to you to test it. -- You are receiving this mail because: You are the assignee for the bug. -

[GitHub] [tomcat] Oliverwqcwrw closed pull request #492: Remove redundant 'of'

2022-04-06 Thread GitBox
Oliverwqcwrw closed pull request #492: Remove redundant 'of' URL: https://github.com/apache/tomcat/pull/492 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[Bug 65995] New: Change JavaScript MIME type from application/javascript to text/javascript

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65995 Bug ID: 65995 Summary: Change JavaScript MIME type from application/javascript to text/javascript Product: Tomcat 8 Version: 8.5.78 Hardware: PC OS:

[Bug 65995] Change JavaScript MIME type from application/javascript to text/javascript

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65995 --- Comment #1 from Konstantin Kolinko --- (In reply to Alexander Veit from comment #0) > Ref.: > [1] https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/17/ > [2]

[GitHub] [tomcat] be-hase commented on pull request #493: Do not use legacy character encoding(Shift_JIS) as default

2022-04-06 Thread GitBox
be-hase commented on PR #493: URL: https://github.com/apache/tomcat/pull/493#issuecomment-1091012924 [off topic] For [Spring4Shell](https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement), I did a version up of Spring Boot. Then I met this `Shift_JIS` problem. 