Ticket #42 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

Separate functions for paste.deploy entry points

Reported by: ianb Owned by: ianb
Priority: normal Milestone:
Component: deploy Version: svn-trunk
Severity: minor Keywords:
Cc:

Description

Separate all the paste.deploy entry points from the middleware or applications they come from.

Change History

Changed 6 years ago by anonymous

  • milestone changed from 0.4 to 0.9

Changed 6 years ago by http://ianbicking.org/

  • component changed from *paste to deploy
  • type set to enhancement
  • milestone changed from 0.9 to 1.0

Changed 6 years ago by ianb

  • severity changed from normal to minor

These are the ones still needing fixing:

      error_catcher = paste.exceptions.errormiddleware:ErrorMiddleware
      cgitb = paste.cgitb_catcher:CgitbMiddleware
      flup_session = paste.flup_session:SessionMiddleware [Flup]
      gzip = paste.gzipper:middleware
      profile = paste.debug.profile:ProfileMiddleware [hotshot]
      recursive = paste.recursive:RecursiveMiddleware
      paste_session = paste.session:SessionMiddleware
      wdg_validate = paste.debug.wdg_validate:WDGValidateMiddleware [subprocess]
      evalerror = paste.evalexception:EvalException

Changed 6 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Changed 5 years ago by anonymous

  • milestone 1.0 deleted

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.