ryancblack / webgoat

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

Show solution for HTTP splitting doesn't display images correctly. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the HTTP Splitting lesson.
2. Select Show Solution
3.

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

Images displayed in the solution help window, no images are displayed.

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

 5.1 under ubuntu 8

Please provide any additional information below.

The file WebGoat/lession_solutions/HttpSplitting.html contains links to 
the images as 

<img width=640 height=370 
src="WebGoat/lesson_solutions/HttpSplitting_files/image029.jpg" 
v:shapes="Picture_x0020_159">

it should be

<img width=640 height=370
src="/WebGoat/lesson_solutions/HttpSplitting_files/image029.jpg" 
v:shapes="Picture_x0020_159">

Original issue reported on code.google.com by jplo...@gmail.com on 5 May 2008 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by mayhe...@gmail.com on 5 May 2008 at 2:36

GoogleCodeExporter commented 8 years ago
Version 5.2

Original comment by mayhe...@gmail.com on 12 May 2008 at 2:14