GithubHelp home page GithubHelp logo

routes_onerror about web2py HOT 8 OPEN

web2py avatar web2py commented on June 25, 2024
routes_onerror

from web2py.

Comments (8)

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on September 26, 2012 02:17:30

Reference to google groups: https://groups.google.com/d/topic/web2py/58QHO4eVULg/discussion

from web2py.

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on September 28, 2012 10:55:23

I tried your code and it works for me. Can you check again?

from web2py.

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on October 01, 2012 21:34:59

I tried on Version 2.0.9 (2012-09-17 21:37:10) stable and it doesn't work.

I have just tried on the latest git clone : Version 2.0.9 (2012-10-01 21:16:35) dev and it still doesn't work.

There are no errors, so I don't know what info I can provide to help. The exact code works in the main routes.py file but Not the app-specific routes.py, which is in the app directory.

Thanks Massimo. Pls let me know what info you need to troubleshoot.

from web2py.

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on October 14, 2012 04:50:38

i can confirm that

routes_onerror = [
(r'/404', r'/app/static/error404.html')
,(r'
/*', r'/app/static/error.html')
]

works only on the global routes.py but not app-specific routes.py

from web2py.

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on October 14, 2012 04:52:46

it's on 2.0.9 where app-specific routes_onerror not working.

from web2py.

niphlod avatar niphlod commented on June 25, 2024

From [email protected] on October 22, 2012 21:03:47

I confirm that this issue still exists in:
Version 2.2.1 (2012-10-22 18:50:13) stable

Not sure if this is related to another app-specific issue on the google groups: https://groups.google.com/d/topic/web2py/OQKvy0XI3Ps/discussion

from web2py.

niphlod avatar niphlod commented on June 25, 2024

@jklundell : can you verify if this is still happening ? I feel like more and more users are getting discontinued results from app-specific routes vs global ones. frankly, I use always global ones, and I'm lost in the rewrite code to understand if some syntax is only allowed in app-specific or not...

from web2py.

jklundell avatar jklundell commented on June 25, 2024

The problem, I think, is that the routes_onerror code is basically part of the pattern-based router, and the app-specific routing logic is part of the parametric router. I think. I haven't done anything at all with web2py for almost two years, so I'm really hazy on the details right now. But I am starting a new project with it, so I should be getting up to speed.

from web2py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.