Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Hey, thank you for your input!

I have just done additional tests:

I have created and alternative layout with a different title, and when I change the name of the layout in config.yml, and then stop and restart plackup, the title is changed. So, I am sure that the configuration is loaded.

I have stopped loading ANY middleware from bin/app.pl. And I load only one middleware from the config.yml file, a simple one:

plack_middlewares: - - ETag
Then I checked whether it worked, by doing a curl, and seeing if I got any ETag header (as presented here: http://advent.perldancer.org/2011/16). It didn't work.

Plack, Plack::Middleware and Plack::Middleware::ETag are installed.

Here is what I get in logs/development.log:

[HabitLab:31431] core @2013-10-21 12:39:17> looking for get / in (eva +l 231) l. 2 [HabitLab:31431] core @2013-10-21 12:39:17> Entering hook core.app.be +fore_request in /home/user/.perlbrew/libs/perl-5.16.3@devel/lib/perl5 +/Dancer2/Core/Dispatcher.pm l. 77 [HabitLab:31431] core @2013-10-21 12:39:17> Entering hook core.app.af +ter_request in /home/user/.perlbrew/libs/perl-5.16.3@devel/lib/perl5/ +Dancer2/Core/Dispatcher.pm l. 132
And the page gets loaded as it should. Simply, the plack middlewares don't work... while if I load them from bin/app.pl, then it all works.

It is annoying for loading different middlewares in development or production: I have to use an if/else in app.pl... not really elegant nor nice to maintain.

Any idea of how I could investigate further?


In reply to Re^2: Plack middlewares not loaded from Dancer config by mascip
in thread [Solved] Plack middlewares not loaded from Dancer config by mascip

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found