Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary detection issues on extensionless files #1

Closed
tekkub opened this issue Jun 7, 2011 · 3 comments
Closed

Binary detection issues on extensionless files #1

tekkub opened this issue Jun 7, 2011 · 3 comments
Assignees

Comments

@tekkub
Copy link
Contributor

tekkub commented Jun 7, 2011

Check out the md, txt, and zip files in this repo. They all contain the same content, but the zip file is presented as a binary would be. That's not right!

@tekkub
Copy link
Contributor Author

tekkub commented Jun 7, 2011

I assume this is handled in linguist, or does this only deal with highlighting?

@josh
Copy link
Contributor

josh commented Jun 7, 2011

I bet its thinking zip is the extension. Will get this fixed.

@ghost ghost assigned josh Jun 7, 2011
@josh
Copy link
Contributor

josh commented Jun 7, 2011

Fixed.

@josh josh closed this as completed Jun 7, 2011
rick pushed a commit that referenced this issue Apr 21, 2014
aroben added a commit that referenced this issue Jan 6, 2015
This was performed via `git submodule update --remote`.

* vendor/grammars/Agda.tmbundle 784f435...68a218c (1):
  > Merge pull request #1 from aroben/patch-1

* vendor/grammars/IDL-Syntax 9473b7f...3baeaea (1):
  > Merge pull request #3 from aroben/patch-1

* vendor/grammars/NimLime 7a2fb4e...9cef4b6 (4):
  > Updated command names
  > Updated generated documentation
  > renamed more from nimrod to nim
  > Renamed several files

* vendor/grammars/SCSS.tmbundle d6188e5...4147502 (1):
  > Merge pull request #181 from redgluten/master

* vendor/grammars/Sublime-VimL 6ab7e19...366fdc6 (1):
  > Merge pull request #2 from yous/fix-single-quoted-string

* vendor/grammars/factor 2dc5590...2453a78 (38):
  > json.writer: make sure we make hex values two digits zero padded.
  > json.writer: support escaping unicode > 0x10000.  Thanks @jonenst!
  > mason.git: fix status check.
  > compiler.cfg.*: new unit test vocabs
  > compiler.cfg.*: more docs
  > compiler.cfg.*: refactoring away the compute-global-sets word
  > compiler.cfg.*: docs and more tests
  > compiler.cfg.stacks.local: refactoring making stack-changes and height-changes take and return stuff instead of using variables and the make building
  > compiler.cfg.parallel-copy: docs
  > compiler.cfg.stacks.height: these words are unused
  > compiler.cfg.*: more compiler docs
  > compiler.cfg.stacks.finalize: initial docs
  > io.launcher: fix stack effects.
  > io.launcher: fix docs for with-process-reader and with-process-writer.
  > io.launcher: add versions of with-process that preserve process and status.
  > mason.git: fix use.
  > mason.git: fix for rename.
  > io.launcher: cleanup public interface, make some things private or internal.
  > gopher: set 1 minute timeout by default.
  > brainfuck: cleanup tests.
  > json.writer: don't escape spaces, thats weird.
  > unix: some using cleanups.
  > python: rename startup/shutdown hooks.
  > math.extras: adding the Möbius function.
  > alien.c-types: move definitions of stdint.h from unix.types.
  > gopher: use contents now that it works.
  > io.ports: Make buffered-port not have a length because of Linux virtual files and TCP sockets. Related to issues #1256 and #1259.
  > tools.deploy.backend: add word for deleting cached staging images.
  > command-line: save the executable in a variable so that people don't use (command-line) directly if possible.
  > bootstrap: fix this use of (command-line).
  > tools.deploy.shaker: set the rest of the args to preserve current behavior.
  > vm: store full command-line including executable first argument.
  > gopher: fix bug where empty lines weren't printed properly in menus.
  > gopher: simplify.
  > gopher: change gopher-text to use split1.
  > io.encodings.detect: simplify prolog-tag.
  > gopher: add way to get result without converting to objects.
  > tools.disassembler: allow disassemble of compose and curry.

* vendor/grammars/fsharpbinding af755c8...d097476 (24):
  > Merge pull request #909 from cbowdon/issue877-vim-73-support
  > Merge pull request #913 from 7sharp9/Move_GetColourizations_toBg
  > Merge pull request #912 from 7sharp9/TryFind_opt
  > Merge pull request #911 from 7sharp9/FoldingParser
  > Merge pull request #908 from 7sharp9/TooltipOverhaul_AutoParamFix
  > Merge pull request #907 from 7sharp9/Movegetdefinestomodule
  > Merge pull request #906 from 7sharp9/tooltipfixforclosures
  > Merge pull request #905 from 7sharp9/ResolverProvider_singletimeout
  > Merge pull request #904 from fsharp/revert-903-ResolverProvider_singletimeout
  > Merge pull request #903 from 7sharp9/ResolverProvider_singletimeout
  > Merge pull request #902 from 7sharp9/ParameterCompletion_gatherTimeout
  > Merge pull request #901 from 7sharp9/Changed_invalidate_project
  > Merge pull request #900 from 7sharp9/Syntaxmode_removeextraoperation
  > Merge pull request #899 from 7sharp9/tooltips_ensureTimout
  > Merge pull request #898 from 7sharp9/pathextension_useAddRange
  > Merge pull request #897 from 7sharp9/resolverprovider_ensuretimout
  > Merge pull request #896 from 7sharp9/completion_ensuretimout
  > Merge pull request #895 from cbowdon/894-Vim-fix-for-no-completions-stacktrace
  > Merge pull request #890 from wangzq/gotodecl
  > Merge pull request #893 from 7sharp9/fixfortooltipvaltypes
  > Merge pull request #892 from 7sharp9/fixforprojecttypechecking
  > Added correct indentation
  > Merge pull request #891 from 7sharp9/ImproveImplementInterface
  > Merge pull request #888 from VincentDondain/master

* vendor/grammars/haxe-sublime-bundle 58cad47...e2613bb (4):
  > fixed goto definition / find type
  > clean
  > adaptations for toplevel completion
  > first test

* vendor/grammars/language-gfm c6df027...7b62290 (7):
  > Prepare 0.59.0 release
  > scoped-properties -> settings
  > Prepare 0.58.0 release
  > Merge pull request #67 from davidcelis/master
  > Prepare 0.57.0 release
  > Prepare 0.56.0 release
  > Merge pull request #64 from atom/mb-new-cpp-scope-name

* vendor/grammars/language-javascript 15dc5d1...6690feb (5):
  > Prepare 0.52.0 release
  > Merge pull request #82 from Hurtak/feature/snippets-for
  > Merge pull request #80 from Hurtak/feature/snippets-querySelector
  > Merge pull request #79 from Hurtak/feature/snippets-switch-indentation-fix
  > Merge pull request #81 from Hurtak/feature/snippets-iife

* vendor/grammars/language-python 476a353...f518e49 (5):
  > Prepare 0.28.0 release
  > Use trailing scope name
  > Merge pull request #48 from msabramo/patch-1
  > Prepare 0.27.0 release
  > Add pattern for nonlocal keyword

* vendor/grammars/language-sass 064a8b5...33efa33 (2):
  > Prepare 0.29.0 release
  > Allow + and - in selector argument

* vendor/grammars/language-shellscript e2d62af...cbec163 (2):
  > Prepare 0.11.0 release
  > Merge pull request #4 from hd-deman/patch-1

* vendor/grammars/latex.tmbundle 682c4b7...52b2251 (42):
  > Replaced `python` with `python2.7` in shebangs
  > Make the preferences compatible with Python 3
  > Handle manual spacing in “Reformat” (Table)
  > Fix: Reformatting of table containing empty cells
  > Use more descriptive variable names in `format`
  > Add documentation to `reformat`
  > Fix doctest in `refresh_viewer`
  > Add tests for `reformat`
  > Ignore “exit discard” status in `cramtests`
  > Remove print statements from `reformat` function
  > Fix: Close log window option ignored
  > Automatically scroll to bottom in “HTML Output”
  > Handle “\” signs in the notification window
  > Fix missing logname in default error message
  > Extend list of auxiliary files
  > Remove unused code from `latex_watch`
  > Display default message in notification window
  > Sort error messages by line number
  > Do not store duplicate error messages anymore
  > Close notification window on cleanup
  > Improve reopening of closed notification windows
  > Improve rewrap code in `texparser`
  > Improve readability of verbose log output
  > Only parse log file if there were changes
  > Remove unnecessary function call in “LaTeX Watch”
  > Properly close file in `guess_tex_engine`
  > Handle log messages containing double quotes
  > Left justify severity in notification window
  > Handle manual closing of notification window
  > Add additional information to notification window
  > Remove unused code from `texparser`
  > Close notification when typesetting succeeds
  > Add support for notifications to “LaTeX Watch”
  > Update bundle preference values instantly
  > Make “Reformat” (Table) compatible with Ruby 2
  > Ignore escaped ampersand `\&` in “Format” (Table)
  > Remove warnings reported by `RuboCop`
  > Format code for “Reformat” (Table)
  > Move code for “Reformat” into separate script
  > Save “Reformat” command with TextMate 2
  > Remove unused import
  > Use explicit import in “Itemize Lines In Selection”

* vendor/grammars/mercury-tmlanguage b5a4fd6...eaef0b0 (8):
  > Add require_* and some, all keywords
  > Highlight %f format specifiers, `` as op
  > Correct implementation of '''', """" and 0'<char>
  > README.md: Mention GitHub grammar compatability
  > README.md: add resources and demonstration
  > reformatted whitespace; added foreign mods; missing keywords
  > Highlight variables, determ decls, more pragmas
  > no highlighting of variables, function names, type names, inst's, etc.

* vendor/grammars/sublime-mask 2f59519...632ff3c (4):
  > v0.8.7
  > v0.8.7
  > + expression in component nodes
  < v0.8.6

* vendor/grammars/swift.tmbundle 81a0164...3c7eac5 (9):
  > Use constant scope for booleans
  > Use storage scope instead of keyword
  > Correct typo in include
  > Revamp string literal matching
  > Improve punctuation scopes
  > Allow for functions without a body
  > Add simple folding markers for swift
  > Improved matching of capture specifiers
  > Add Support for UInt, Int[8|16|32|64] & Float80
adelq pushed a commit to adelq/linguist that referenced this issue Jan 6, 2015
This was performed via `git submodule update --remote`.

* vendor/grammars/Agda.tmbundle 784f435...68a218c (1):
  > Merge pull request github-linguist#1 from aroben/patch-1

* vendor/grammars/IDL-Syntax 9473b7f...3baeaea (1):
  > Merge pull request github-linguist#3 from aroben/patch-1

* vendor/grammars/NimLime 7a2fb4e...9cef4b6 (4):
  > Updated command names
  > Updated generated documentation
  > renamed more from nimrod to nim
  > Renamed several files

* vendor/grammars/SCSS.tmbundle d6188e5...4147502 (1):
  > Merge pull request github-linguist#181 from redgluten/master

* vendor/grammars/Sublime-VimL 6ab7e19...366fdc6 (1):
  > Merge pull request github-linguist#2 from yous/fix-single-quoted-string

* vendor/grammars/factor 2dc5590...2453a78 (38):
  > json.writer: make sure we make hex values two digits zero padded.
  > json.writer: support escaping unicode > 0x10000.  Thanks @jonenst!
  > mason.git: fix status check.
  > compiler.cfg.*: new unit test vocabs
  > compiler.cfg.*: more docs
  > compiler.cfg.*: refactoring away the compute-global-sets word
  > compiler.cfg.*: docs and more tests
  > compiler.cfg.stacks.local: refactoring making stack-changes and height-changes take and return stuff instead of using variables and the make building
  > compiler.cfg.parallel-copy: docs
  > compiler.cfg.stacks.height: these words are unused
  > compiler.cfg.*: more compiler docs
  > compiler.cfg.stacks.finalize: initial docs
  > io.launcher: fix stack effects.
  > io.launcher: fix docs for with-process-reader and with-process-writer.
  > io.launcher: add versions of with-process that preserve process and status.
  > mason.git: fix use.
  > mason.git: fix for rename.
  > io.launcher: cleanup public interface, make some things private or internal.
  > gopher: set 1 minute timeout by default.
  > brainfuck: cleanup tests.
  > json.writer: don't escape spaces, thats weird.
  > unix: some using cleanups.
  > python: rename startup/shutdown hooks.
  > math.extras: adding the Möbius function.
  > alien.c-types: move definitions of stdint.h from unix.types.
  > gopher: use contents now that it works.
  > io.ports: Make buffered-port not have a length because of Linux virtual files and TCP sockets. Related to issues github-linguist#1256 and github-linguist#1259.
  > tools.deploy.backend: add word for deleting cached staging images.
  > command-line: save the executable in a variable so that people don't use (command-line) directly if possible.
  > bootstrap: fix this use of (command-line).
  > tools.deploy.shaker: set the rest of the args to preserve current behavior.
  > vm: store full command-line including executable first argument.
  > gopher: fix bug where empty lines weren't printed properly in menus.
  > gopher: simplify.
  > gopher: change gopher-text to use split1.
  > io.encodings.detect: simplify prolog-tag.
  > gopher: add way to get result without converting to objects.
  > tools.disassembler: allow disassemble of compose and curry.

* vendor/grammars/fsharpbinding af755c8...d097476 (24):
  > Merge pull request github-linguist#909 from cbowdon/issue877-vim-73-support
  > Merge pull request github-linguist#913 from 7sharp9/Move_GetColourizations_toBg
  > Merge pull request github-linguist#912 from 7sharp9/TryFind_opt
  > Merge pull request github-linguist#911 from 7sharp9/FoldingParser
  > Merge pull request github-linguist#908 from 7sharp9/TooltipOverhaul_AutoParamFix
  > Merge pull request github-linguist#907 from 7sharp9/Movegetdefinestomodule
  > Merge pull request github-linguist#906 from 7sharp9/tooltipfixforclosures
  > Merge pull request github-linguist#905 from 7sharp9/ResolverProvider_singletimeout
  > Merge pull request github-linguist#904 from fsharp/revert-903-ResolverProvider_singletimeout
  > Merge pull request github-linguist#903 from 7sharp9/ResolverProvider_singletimeout
  > Merge pull request github-linguist#902 from 7sharp9/ParameterCompletion_gatherTimeout
  > Merge pull request github-linguist#901 from 7sharp9/Changed_invalidate_project
  > Merge pull request github-linguist#900 from 7sharp9/Syntaxmode_removeextraoperation
  > Merge pull request github-linguist#899 from 7sharp9/tooltips_ensureTimout
  > Merge pull request github-linguist#898 from 7sharp9/pathextension_useAddRange
  > Merge pull request github-linguist#897 from 7sharp9/resolverprovider_ensuretimout
  > Merge pull request github-linguist#896 from 7sharp9/completion_ensuretimout
  > Merge pull request github-linguist#895 from cbowdon/894-Vim-fix-for-no-completions-stacktrace
  > Merge pull request github-linguist#890 from wangzq/gotodecl
  > Merge pull request github-linguist#893 from 7sharp9/fixfortooltipvaltypes
  > Merge pull request github-linguist#892 from 7sharp9/fixforprojecttypechecking
  > Added correct indentation
  > Merge pull request github-linguist#891 from 7sharp9/ImproveImplementInterface
  > Merge pull request github-linguist#888 from VincentDondain/master

* vendor/grammars/haxe-sublime-bundle 58cad47...e2613bb (4):
  > fixed goto definition / find type
  > clean
  > adaptations for toplevel completion
  > first test

* vendor/grammars/language-gfm c6df027...7b62290 (7):
  > Prepare 0.59.0 release
  > scoped-properties -> settings
  > Prepare 0.58.0 release
  > Merge pull request github-linguist#67 from davidcelis/master
  > Prepare 0.57.0 release
  > Prepare 0.56.0 release
  > Merge pull request github-linguist#64 from atom/mb-new-cpp-scope-name

* vendor/grammars/language-javascript 15dc5d1...6690feb (5):
  > Prepare 0.52.0 release
  > Merge pull request github-linguist#82 from Hurtak/feature/snippets-for
  > Merge pull request github-linguist#80 from Hurtak/feature/snippets-querySelector
  > Merge pull request github-linguist#79 from Hurtak/feature/snippets-switch-indentation-fix
  > Merge pull request github-linguist#81 from Hurtak/feature/snippets-iife

* vendor/grammars/language-python 476a353...f518e49 (5):
  > Prepare 0.28.0 release
  > Use trailing scope name
  > Merge pull request github-linguist#48 from msabramo/patch-1
  > Prepare 0.27.0 release
  > Add pattern for nonlocal keyword

* vendor/grammars/language-sass 064a8b5...33efa33 (2):
  > Prepare 0.29.0 release
  > Allow + and - in selector argument

* vendor/grammars/language-shellscript e2d62af...cbec163 (2):
  > Prepare 0.11.0 release
  > Merge pull request github-linguist#4 from hd-deman/patch-1

* vendor/grammars/latex.tmbundle 682c4b7...52b2251 (42):
  > Replaced `python` with `python2.7` in shebangs
  > Make the preferences compatible with Python 3
  > Handle manual spacing in “Reformat” (Table)
  > Fix: Reformatting of table containing empty cells
  > Use more descriptive variable names in `format`
  > Add documentation to `reformat`
  > Fix doctest in `refresh_viewer`
  > Add tests for `reformat`
  > Ignore “exit discard” status in `cramtests`
  > Remove print statements from `reformat` function
  > Fix: Close log window option ignored
  > Automatically scroll to bottom in “HTML Output”
  > Handle “\” signs in the notification window
  > Fix missing logname in default error message
  > Extend list of auxiliary files
  > Remove unused code from `latex_watch`
  > Display default message in notification window
  > Sort error messages by line number
  > Do not store duplicate error messages anymore
  > Close notification window on cleanup
  > Improve reopening of closed notification windows
  > Improve rewrap code in `texparser`
  > Improve readability of verbose log output
  > Only parse log file if there were changes
  > Remove unnecessary function call in “LaTeX Watch”
  > Properly close file in `guess_tex_engine`
  > Handle log messages containing double quotes
  > Left justify severity in notification window
  > Handle manual closing of notification window
  > Add additional information to notification window
  > Remove unused code from `texparser`
  > Close notification when typesetting succeeds
  > Add support for notifications to “LaTeX Watch”
  > Update bundle preference values instantly
  > Make “Reformat” (Table) compatible with Ruby 2
  > Ignore escaped ampersand `\&` in “Format” (Table)
  > Remove warnings reported by `RuboCop`
  > Format code for “Reformat” (Table)
  > Move code for “Reformat” into separate script
  > Save “Reformat” command with TextMate 2
  > Remove unused import
  > Use explicit import in “Itemize Lines In Selection”

* vendor/grammars/mercury-tmlanguage b5a4fd6...eaef0b0 (8):
  > Add require_* and some, all keywords
  > Highlight %f format specifiers, `` as op
  > Correct implementation of '''', """" and 0'<char>
  > README.md: Mention GitHub grammar compatability
  > README.md: add resources and demonstration
  > reformatted whitespace; added foreign mods; missing keywords
  > Highlight variables, determ decls, more pragmas
  > no highlighting of variables, function names, type names, inst's, etc.

* vendor/grammars/sublime-mask 2f59519...632ff3c (4):
  > v0.8.7
  > v0.8.7
  > + expression in component nodes
  < v0.8.6

* vendor/grammars/swift.tmbundle 81a0164...3c7eac5 (9):
  > Use constant scope for booleans
  > Use storage scope instead of keyword
  > Correct typo in include
  > Revamp string literal matching
  > Improve punctuation scopes
  > Allow for functions without a body
  > Add simple folding markers for swift
  > Improved matching of capture specifiers
  > Add Support for UInt, Int[8|16|32|64] & Float80
arfon pushed a commit that referenced this issue Jan 17, 2015
update with latest master
arfon pushed a commit that referenced this issue Jan 24, 2015
Multiline comments for Python during tokenization
riven60 referenced this issue in octokit/go-octokit Feb 24, 2016
arfon pushed a commit that referenced this issue Mar 8, 2016
arfon pushed a commit that referenced this issue Oct 26, 2016
Update from upstream repo github/linguist
spring-operator added a commit to spring-operator/pivotal-cla that referenced this issue Mar 20, 2019
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://ogp.me/ns (301) with 1 occurrences could not be migrated:
   ([https](https://ogp.me/ns) result SSLHandshakeException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://www.ultraq.net.nz/thymeleaf/layout (302) with 15 occurrences migrated to:
  https://github.com/ultraq/thymeleaf-layout-dialect ([https](https://www.ultraq.net.nz/thymeleaf/layout) result ConnectTimeoutException).
* http://api.github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://api.github.com:1234/ ([https](https://api.github.com:1234/) result ConnectTimeoutException).
* http://github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://github.com:1234/ ([https](https://github.com:1234/) result ConnectTimeoutException).
* http://ogp.me/ns/fb (302) with 1 occurrences migrated to:
  https://graph.facebook.com/schema/og/ ([https](https://ogp.me/ns/fb) result 400).
* http://ogp.me/ns/article (302) with 1 occurrences migrated to:
  https://graph.facebook.com/schema/og/article ([https](https://ogp.me/ns/article) result 400).
* http://ogp.me/ns/object (302) with 1 occurrences migrated to:
  https://graph.facebook.com/schema/og/object ([https](https://ogp.me/ns/object) result 400).
* http://ogp.me/ns/profile (302) with 1 occurrences migrated to:
  https://graph.facebook.com/schema/og/profile ([https](https://ogp.me/ns/profile) result 400).
* http://example.com/webhook (404) with 3 occurrences migrated to:
  https://example.com/webhook ([https](https://example.com/webhook) result 404).
* http://github.com/github/gollum/issues/1 (301) with 2 occurrences migrated to:
  https://github.com/github/gollum/issues/1 ([https](https://github.com/github/gollum/issues/1) result 404).
* http://projects.spring.io/spring-nopermission (404) with 1 occurrences migrated to:
  https://projects.spring.io/spring-nopermission ([https](https://projects.spring.io/spring-nopermission) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://github.com/github/linguist/issues/1 with 2 occurrences migrated to:
  github-linguist/linguist#1 ([https](github-linguist/linguist#1) result 200).
* http://spring.io/team/rwinch with 2 occurrences migrated to:
  https://spring.io/team/rwinch ([https](https://spring.io/team/rwinch) result 200).
* http://www.thymeleaf.org with 15 occurrences migrated to:
  https://www.thymeleaf.org ([https](https://www.thymeleaf.org) result 200).
* http://projects.spring.io/spring-framework with 1 occurrences migrated to:
  https://projects.spring.io/spring-framework ([https](https://projects.spring.io/spring-framework) result 301).
* http://spring.io/spring-security with 1 occurrences migrated to:
  https://spring.io/spring-security ([https](https://spring.io/spring-security) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://localhost/github/hooks/pull_request/ with 1 occurrences
* http://localhost/login/oauth2/github with 2 occurrences
* http://localhost/sign/ with 7 occurrences
* http://localhost/sign/pivotal?repositoryId=rwinch/176_test&pullRequestId=2 with 5 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8080/login/oauth2/github with 1 occurrences
spring-operator added a commit to spring-operator/pivotal-cla that referenced this issue Mar 26, 2019
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* [ ] http://ogp.me/ns (301) with 2 occurrences could not be migrated:
   ([https](https://ogp.me/ns) result SSLHandshakeException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://www.ultraq.net.nz/thymeleaf/layout (302) with 3 occurrences migrated to:
  https://github.com/ultraq/thymeleaf-layout-dialect ([https](https://www.ultraq.net.nz/thymeleaf/layout) result ConnectTimeoutException).
* [ ] http://api.github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://api.github.com:1234/ ([https](https://api.github.com:1234/) result ConnectTimeoutException).
* [ ] http://github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://github.com:1234/ ([https](https://github.com:1234/) result ConnectTimeoutException).
* [ ] http://ogp.me/ns/fb (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/ ([https](https://ogp.me/ns/fb) result 400).
* [ ] http://ogp.me/ns/article (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/article ([https](https://ogp.me/ns/article) result 400).
* [ ] http://ogp.me/ns/object (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/object ([https](https://ogp.me/ns/object) result 400).
* [ ] http://ogp.me/ns/profile (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/profile ([https](https://ogp.me/ns/profile) result 400).
* [ ] http://example.com/webhook (404) with 3 occurrences migrated to:
  https://example.com/webhook ([https](https://example.com/webhook) result 404).
* [ ] http://github.com/github/gollum/issues/1 (301) with 2 occurrences migrated to:
  https://github.com/github/gollum/issues/1 ([https](https://github.com/github/gollum/issues/1) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://github.com/github/linguist/issues/1 with 2 occurrences migrated to:
  github-linguist/linguist#1 ([https](github-linguist/linguist#1) result 200).
* [ ] http://spring.io/team/rwinch with 8 occurrences migrated to:
  https://spring.io/team/rwinch ([https](https://spring.io/team/rwinch) result 200).
* [ ] http://www.thymeleaf.org with 3 occurrences migrated to:
  https://www.thymeleaf.org ([https](https://www.thymeleaf.org) result 200).
* [ ] http://docs.run.pivotal.io/buildpacks/java/build-tool-int.html with 2 occurrences migrated to:
  https://docs.run.pivotal.io/buildpacks/java/build-tool-int.html ([https](https://docs.run.pivotal.io/buildpacks/java/build-tool-int.html) result 301).
* [ ] http://projects.spring.io/spring-framework with 1 occurrences migrated to:
  https://projects.spring.io/spring-framework ([https](https://projects.spring.io/spring-framework) result 301).
* [ ] http://spring.io/spring-security with 1 occurrences migrated to:
  https://spring.io/spring-security ([https](https://spring.io/spring-security) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://localhost/github/hooks/pull_request/ with 1 occurrences
* http://localhost/login/oauth2/github with 2 occurrences
* http://localhost/sign/ with 7 occurrences
* http://localhost/sign/pivotal?repositoryId=rwinch/176_test&pullRequestId=2 with 3 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8080/login/oauth2/github with 1 occurrences
spring-operator added a commit to spring-operator/pivotal-cla that referenced this issue Mar 26, 2019
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* [ ] http://ogp.me/ns (301) with 2 occurrences could not be migrated:
   ([https](https://ogp.me/ns) result SSLHandshakeException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://www.ultraq.net.nz/thymeleaf/layout (302) with 3 occurrences migrated to:
  https://github.com/ultraq/thymeleaf-layout-dialect ([https](https://www.ultraq.net.nz/thymeleaf/layout) result ConnectTimeoutException).
* [ ] http://api.github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://api.github.com:1234/ ([https](https://api.github.com:1234/) result ConnectTimeoutException).
* [ ] http://github.com:1234/ (ConnectTimeoutException) with 1 occurrences migrated to:
  https://github.com:1234/ ([https](https://github.com:1234/) result ConnectTimeoutException).
* [ ] http://ogp.me/ns/fb (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/ ([https](https://ogp.me/ns/fb) result 400).
* [ ] http://ogp.me/ns/article (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/article ([https](https://ogp.me/ns/article) result 400).
* [ ] http://ogp.me/ns/object (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/object ([https](https://ogp.me/ns/object) result 400).
* [ ] http://ogp.me/ns/profile (302) with 2 occurrences migrated to:
  https://graph.facebook.com/schema/og/profile ([https](https://ogp.me/ns/profile) result 400).
* [ ] http://example.com/webhook (404) with 3 occurrences migrated to:
  https://example.com/webhook ([https](https://example.com/webhook) result 404).
* [ ] http://github.com/github/gollum/issues/1 (301) with 2 occurrences migrated to:
  https://github.com/github/gollum/issues/1 ([https](https://github.com/github/gollum/issues/1) result 404).

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://github.com/github/linguist/issues/1 with 2 occurrences migrated to:
  github-linguist/linguist#1 ([https](github-linguist/linguist#1) result 200).
* [ ] http://spring.io/team/rwinch with 8 occurrences migrated to:
  https://spring.io/team/rwinch ([https](https://spring.io/team/rwinch) result 200).
* [ ] http://www.thymeleaf.org with 3 occurrences migrated to:
  https://www.thymeleaf.org ([https](https://www.thymeleaf.org) result 200).
* [ ] http://docs.run.pivotal.io/buildpacks/java/build-tool-int.html with 2 occurrences migrated to:
  https://docs.run.pivotal.io/buildpacks/java/build-tool-int.html ([https](https://docs.run.pivotal.io/buildpacks/java/build-tool-int.html) result 301).
* [ ] http://projects.spring.io/spring-framework with 1 occurrences migrated to:
  https://projects.spring.io/spring-framework ([https](https://projects.spring.io/spring-framework) result 301).
* [ ] http://spring.io/spring-security with 1 occurrences migrated to:
  https://spring.io/spring-security ([https](https://spring.io/spring-security) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 1 occurrences
* http://localhost/github/hooks/pull_request/ with 1 occurrences
* http://localhost/login/oauth2/github with 2 occurrences
* http://localhost/sign/ with 7 occurrences
* http://localhost/sign/pivotal?repositoryId=rwinch/176_test&pullRequestId=2 with 3 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8080/login/oauth2/github with 1 occurrences
pyrmont pushed a commit to pyrmont/linguist that referenced this issue Oct 22, 2021
gamogamze15 pushed a commit to gamogamze15/linguist that referenced this issue Mar 18, 2024
gamogamze15 pushed a commit to gamogamze15/linguist that referenced this issue Mar 18, 2024
gamogamze15 pushed a commit to gamogamze15/linguist that referenced this issue Mar 18, 2024
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants