﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17544	support optional `browse/` in osm url at open location [half patch]	Klumbumbus	team	"Keepright uses this url schema in the popup:
https://www.openstreetmap.org/browse/way/119890471

I tried this:

{{{
#!patch
--- DownloadOsmIdTask.java	(Revision 14939)
+++ DownloadOsmIdTask.java	(Arbeitskopie)
@@ -23,7 +23,7 @@
  */
 public class DownloadOsmIdTask extends DownloadOsmTask {
 
-    private static final String URL_ID_PATTERN = ""https?://(?:www\\.)?(osm|openstreetmap)\\.org/(node|way|relation)/(\\p{Digit}+).*"";
+    private static final String URL_ID_PATTERN = ""https?://(?:www\\.)?(osm|openstreetmap)\\.org/(browse/)?(node|way|relation)/(\\p{Digit}+).*"";
 
     @Override
     public String[] getPatterns() {
}}}

however when I compile this it does not work. Could someone please review? Thanks."	enhancement	closed	normal	19.03	Core		fixed		
