Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mac OS X invokes the handler by sending it the "open location" Apple Event.
Windows executes a shell command with the URL as parameter, or sends a message through DDE.
Gnome and KDE execute shell commands.

Wiki Markup
-JIRA Client as the Default HTTP\[S\] Handler-

The idea is to make JC catch all http:// and https:// links and forward the non-issue ones to the browser. This is achievable one way or another, but very harsh: JC is launched for any URL whatsoever, it must know or figure out the user's preferred browser. Not humble.

...

The schemes:
- almworks-jc-http, almworks-jc-https (JIRA Client HTTP/HTTPS)
- almworks-dz-http, almworks-dz-https (Deskzilla HTTP/HTTPS)

The URL http://\_ (http://_)jira.mycompany.com/browse/FOO-123_ becomes _almworks-jc-http://\_ (http://_)jira.mycompany.com/browse/FOO-123_, and so on.

URL Rewriting Extensions

...