Re: AJP connector is blocking JSON responses

2014-08-10 Thread Omar Belkhodja
spring and I added In the following configuration Thank you for having helped in locating where is the problem. For me, I have a workaround, but probably there is an issue on AJP (why adding the header with zero length ???) Regards, Omar 2014-08-10 15:50 GMT+01:00 Omar Belkhodja

Re: AJP connector is blocking JSON responses

2014-08-10 Thread Omar Belkhodja
some framework, or if they are added by the AJP connector, based on the content. Do you know the answer ? Best regards, Omar 2014-08-10 15:30 GMT+01:00 Omar Belkhodja : > Sorry, I forgot to answer to the second part of your e-mail. > > Regarding Apache directives, I didn't add any

Re: AJP connector is blocking JSON responses

2014-08-10 Thread Omar Belkhodja
0.08.2014 um 15:41 schrieb Omar Belkhodja: > > Hi, >> >> I'm adding HTTPS access to my Java site. For that, I have chosen to leave >> the management of HTTPS to an Apache server. The Apache server is >> connecting to tomcat through mod_jk and AJP 1.3. >> >

Re: AJP connector is blocking JSON responses

2014-08-10 Thread Omar Belkhodja
Thanks for your answer Rainer. Please find attached the logs you requested. Its is really strange, because it seems from the logs that jk_mod received the answer... Regards, Omar 2014-08-10 14:56 GMT+01:00 Rainer Jung : > Am 10.08.2014 um 15:41 schrieb Omar Belkhodja: > > Hi,

AJP connector is blocking JSON responses

2014-08-10 Thread Omar Belkhodja
Hi, I'm adding HTTPS access to my Java site. For that, I have chosen to leave the management of HTTPS to an Apache server. The Apache server is connecting to tomcat through mod_jk and AJP 1.3. I'm logging all my Tomcat request/responses, and I'm facing the following problem: - If I access my URL

Re: Limiting access to resources, based on username, not on the user role

2011-09-23 Thread Omar Belkhodja
Thanks. It's clear now :) 2011/9/23 Pid > On 22/09/2011 23:23, Omar Belkhodja wrote: > > Thanks Pid. What do you mean by "a mapping" ? Is it some kind of servlet > > that would read the file, and create the HTTP answer after having checked > > the lo

Re: Limiting access to resources, based on username, not on the user role

2011-09-22 Thread Omar Belkhodja
Thanks Pid. What do you mean by "a mapping" ? Is it some kind of servlet that would read the file, and create the HTTP answer after having checked the login ? 2011/9/22 Pid > On 22/09/2011 23:03, Omar Belkhodja wrote: > > Hello, > > > > I'm trying to creat

Limiting access to resources, based on username, not on the user role

2011-09-22 Thread Omar Belkhodja
Hello, I'm trying to create some kind of web application, that will provide access to sensitive data for users. Each user, should login first, then after that he will be able to display a set of pictures. So the url for pictures, should have a protected access, based on the user name. The problem