[RADIATOR] webserver serving tgz files as text/html

2012-07-02 Thread Alexander Hartmaier
Hi, I experience that problem since years and finally took the time to look into it. Radiator-4.10.tgz and patches-4.10.tar.gz are both served with an incorrect Content-Type which leads to Firefox saving the file decompressed due to the set Content-Encoding: gzip. Radiator-4.10.tgz is served as

Re: [RADIATOR] Help Radiator wimax Session Table

2012-07-02 Thread Heikki Vatiainen
On 06/30/2012 08:51 AM, Adam O'Reilly wrote: The key_expires field doesn't seem to be very helpful here are a few examples: key_expires: 10 key_expires: 2147483647 key_expires: 621 key_expires: 400 Can you explain how I would derive if the key is expired or not. The values look

Re: [RADIATOR] webserver serving tgz files as text/html

2012-07-02 Thread Heikki Vatiainen
On 07/02/2012 11:09 AM, Alexander Hartmaier wrote: I experience that problem since years and finally took the time to look into it. Radiator-4.10.tgz and patches-4.10.tar.gz are both served with an incorrect Content-Type which leads to Firefox saving the file decompressed due to the set

[RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Aaron Holtz
Hello - I've noticed with 4.10 that you can no longer have multi-line Handler statements. Under 4.9 something like this loads properly: Handler Called-Station-Id=/(7103925369|7105941010|\ 563974|4445690321|3335774198)/, CHAP-Password=/[\w]+/ Under 4.10 I'm getting: Sun Jul 1 13:27:43

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Heikki Vatiainen
On 07/02/2012 09:47 PM, Aaron Holtz wrote: Hello - I've noticed with 4.10 that you can no longer have multi-line Handler statements. Thanks for reporting this. There were changes between 4.9 and 4.10 related to parsing hooks and I think this may be what caused the problem you are seeing.

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Michael
I also have really complex config files and Handlers and putting things on multiple lines does help to keep things neat. Hopefully this can be fixed, although i guess it's not a pressing issue to upgrade so no need to rush. On 12-07-02 05:22 PM, Heikki Vatiainen wrote: On 07/02/2012 09:47