bschineller / ontology-browser

Automatically exported from code.google.com/p/ontology-browser
0 stars 0 forks source link

singout.html rendered as text/plain #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Browse some ontologies as usual
2. Click the "Restart" link, ie., which launches the SignOut servlet
(pattern: signout.html)

What is the expected output? What do you see instead?
I expect a regular HTML page with the links to the Yes and No options for
the confirmation. What I get is the contents of the html but rendered as
text/plain.

What version of the product are you using? On what operating system?
Latest as of today, 1.1.6.  Using firefox 3.0.13 on a Mac OS 10.5.6.

Suggest adding response.setContentType("text/html") in
org.coode.www.servlet.SignOut -
http://code.google.com/p/ontology-browser/source/browse/trunk/owlbrowser/src/org
/coode/www/servlet/SignOut.java#43

Very nice tool! Keep it up.

Thanks,

Carlos

Original issue reported on code.google.com by caru...@gmail.com on 12 Aug 2009 at 1:16

GoogleCodeExporter commented 9 years ago
Nick: please mark this as fixed. Although this still happens with the original 
deployment that I have (rather old now), I couldn't reproduce this behavior 
with a new build of the 1.1.6 code, and much less with the current version in 
the trunk.

Thanks,
Carlos

Original comment by caru...@gmail.com on 17 Aug 2010 at 9:38

GoogleCodeExporter commented 9 years ago
Fixed.
Also the signout page is now wrapped in the standard look and feel.

Original comment by NickIsConfused@gmail.com on 20 Aug 2010 at 8:52