~ubuntu-branches/ubuntu/raring/jruby/raring

« back to all changes in this revision

Viewing changes to lib/ruby/1.9/webrick/httpresponse.rb

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-20 21:17:04 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110920211704-qpps2dgm982mpd8d
Tags: 1.5.6-1
* New upstream version (Closes: #636554)
* Document licenses and copyright holders of code in
  jruby-launcher-1.0.3-java.gem.
* Change debian/watch to read tags from github. Remove get-orig-source
  target from debian/rules because we mirror the github repo in our repo.
* Use cdbs to build the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
        @keep_alive = false
209
209
        self.status = HTTPStatus::RC_INTERNAL_SERVER_ERROR
210
210
      end
211
 
      @header['content-type'] = "text/html"
 
211
      @header['content-type'] = "text/html; charset=ISO-8859-1"
212
212
 
213
213
      if respond_to?(:create_error_page)
214
214
        create_error_page()