Check also for shortcut URIs if path contains '.'.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 1 May 2013 09:54:09 +0000 (11:54 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 1 May 2013 09:54:09 +0000 (11:54 +0200)
commit1b6f9b5500c260d4e39e06c7a2e40b66aaf6bb00
tree90e52f0b330c8a4434a7ec6e676d8b88beafaf3d
parent5c1d4f9aa1de3cd98a53521d78fc62a6bc22223b
Check also for shortcut URIs if path contains '.'.

The shortcut URIs where only checked if the given path variable contained no
dot. This made it impossible to easily search via shortcut URI for params like
'document.activeElement'. This patch lookup the shortcut URIs also if the
given path contains spaces, to avoid this misbehaviour.
src/main.c