JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Can't open remote site from loaded local tutorial #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the Browsing section
2. Load a local tutorial (html file) that contains link to remote site
   For example this html:
   <html>
     <head>
         <title>Local page</title>
     </head>
     <body>
         <a href="http://google.com">Google</a>
     </body>
   </html> 
3. Click on the link

What is the expected output? What do you see instead?

The link will look like this:
http://127.0.0.1:8002/local?url=/remote?url=http://google.com 
However the expected output is:
http://127.0.0.1:8002/remote?url=http://google.com 

What version of the product are you using? On what operating system?
Revision 495

Please provide any additional information below and use tags to categorise
your report.

Original issue reported on code.google.com by h4wk...@gmail.com on 17 Dec 2007 at 2:15

GoogleCodeExporter commented 9 years ago
Thank you for the bug report.  Fixed in svn (andre's branch) - which is 
currently the
main branch (i.e. the real trunk!).

Original comment by andre.ro...@gmail.com on 17 Dec 2007 at 2:19