My browser fails to navigate when I click the hyperlink on the produced PDF.
\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{"a b c.tex"}
one
two
\end{filecontents*}
\usepackage{listings}
\PassOptionsToPackage{obeyspaces}{url}
\usepackage{hyperref}
\begin{document}
\lstinputlisting[caption={\url{a b c.tex}}]{"a b c.tex"}
\end{document}
The screenshots below tell you the details.

Shortly speaking, how to fix this issue?
Edit:
I used pdflatex from TeX Live 2012. My PDF viewer is Adobe Reader 11 (version 11.0.1). My browser is Google Chrome(Version 24.0.1312.57m).
