Re: [Catalyst] Returning to referer - which action to take?

2010-09-28 Thread Ekki Plicht (DF4OR)
Am Sonntag 26 September 2010, 23:05:51 schrieben Sie: Of course, you don't need to create a En or Ro controller for doing this. You can override prepare_path() or you can use the module: http://search.cpan.org/~mendel/Catalyst-Plugin-I18N-PathPrefix-0.02/lib/Cat

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80028

2010-09-28 Thread Tomas Doran
Hi It gives me great pleasure to announce the latest maintenance release of Catalyst-Runtime. This fixes a couple of small bugs which were causing issues for a couple of people. Full changelog below as always. Cheers t0m --- 5.80028 2010-09-28 20:49:00 Bug fixes: - use Class::MOP

Re: [Catalyst] Returning to referer - which action to take?

2010-09-28 Thread Ekki Plicht (DF4OR)
Am Dienstag 28 September 2010, 21:42:35 schrieb Ekki Plicht (DF4OR): Am Sonntag 26 September 2010, 23:05:51 schrieben Sie: Of course, you don't need to create a En or Ro controller for doing this. You can override prepare_path() or you can use the module:

[Catalyst] Re: Returning to referer - which action to take?

2010-09-28 Thread Aristotle Pagaltzis
* Ekki Plicht (DF4OR) e...@plicht.de [2010-09-26 23:50]: Am Sonntag 26 September 2010, 23:05:51 schrieb Octavian Rasnita: For example, you can have urls like: www.site.com/en/dir1/dir2 www.site.com/ro/dir1/dir2 Hm, I don't like URLs like that very much, but your later argument, that SEs

Re: [Catalyst] Remote authN not getting username from remote_user()

2010-09-28 Thread Tomas Doran
On 27 Sep 2010, at 23:33, Trevor Leffler wrote: So, I've opened bugs under C::E::Apache with patch files that fix this issue as well as fix broken tests and minimally bring the code up to date with more current C::Runtime standards. I've just shipped Catalyst-Engine-Apache-1.13_01.tar.gz

[Catalyst] Re: Wrong Content-Length value

2010-09-28 Thread Aristotle Pagaltzis
* Bill Moseley mose...@hank.org [2010-09-08 23:15]: Shouldn't that just return 411, 413, or just a 400? Returning 411 is indeed exactly what the server should do. (413 is wrong. 400 is fine but not as helpful.) The server should definitely not throw an error. It shouldn’t even log a warning,