Jens-G opened a new pull request, #3899:
URL: https://github.com/apache/thrift/pull/3899

   The ant `download_jslibs` target in `lib/js/test`, the two test result pages 
and the JavaScript
   tutorial fetch jQuery, QUnit and DataTables over plain HTTP. All of those 
hosts serve the same
   bytes over HTTPS -- fetched both ways and compared checksums -- and 
`cdn.datatables.net` answers
   HTTP with a 301 to HTTPS anyway.
   
   Verified: `ant download_jslibs` in `lib/js/test` is BUILD SUCCESSFUL after 
the change and writes
   jquery.js (95957 bytes), qunit.js (151757) and qunit.css (7875) -- the same 
sizes the HTTP URLs
   return.
   
   `lib/ts/test/build.xml` is deliberately left out: #3747 already moves its 
four QUnit URLs to
   HTTPS, and its remaining jQuery line is best folded into that PR rather than 
conflicting with it.
   The W3C validator badge links in nine other test pages are also left alone; 
they are links and
   images, not code the pages execute.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
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, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to