- Affected version
 - 2.0.11
 
I've encountered a case where XF is not auto-linking a URL because the URL is considered malformed despite it being valid.
For example this url; https://xenforo.com//community/ will not auto-link but is a valid path to send to a webserver. That is with an empty path component when there is a schema defined.
From what I can read; this should be valid.
	
	
		
			
				
					
						
					
				
			
			
				
					
						
							
						
					
					stackoverflow.com
				
			
		
	
				
			For example this url; https://xenforo.com//community/ will not auto-link but is a valid path to send to a webserver. That is with an empty path component when there is a schema defined.
From what I can read; this should be valid.
Is a URL with // in the path-section valid?
I have a question regarding URLs:  I've read the RFC 3986 and still have a question about one URL:   If a URI contains an authority component, then the path component   must either be empty or begi...