osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
145 stars 71 forks source link

Broken pages with + on the url #32

Closed osrf-migration closed 8 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  1. Go into a tutorial which has more than one version, for example Building a world. You should be at version 2.2+ by default.

  2. Using the top-right box, choose Version: 1.9, the tutorial loads fine.

  3. Now using the same box, go back to 2.2+, you'll go to this page, which is broken and mixed up with bitbucket. It seems to be a problem for all urls containing +.

tutorial_broken.png

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


It works if the + characters are escaped as %2B:

http://www.gazebosim.org/tutorials?cat=build_world&tut=build_world&ver=2.2%2B

osrf-migration commented 8 years ago

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


maybe this is something to be fixed in https://bitbucket.org/osrf/gazebo_web_app

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


Fixed with a change to gazebo_web_app

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


osrf-migration commented 8 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


This is happening again, see issue #63

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


fixed in gazebo_web_app