Skip to Content.
Sympa Menu

en - Re: [sympa-users] Archive section and html messages with referenced css and embedded images

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Nestor Oviedo <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Archive section and html messages with referenced css and embedded images
  • Date: Wed, 14 Dec 2011 13:45:25 -0300

Tanks a lot for your answers! 
I had been looking for some related bug report but couldn't find any so far. Now I know it is reported.

So, what do you think about using an AliasMatch apache directive to prevent the arc action to be executed?
Something like:

AliasMatch /arc/([^/]*)/([^/]*)/(.*\.jpg) /path/to/sympa/arc/$1@[host]/$2/$3

Where $1 would be the list, $2 the year-month and $3 the filename requested.
I know this have some problemas:
- As far as I know, the [host] part isn't available for the AliasMatch directive, so this needs to be set in a per virtualhost manner
- The jpg resources would be accesible even when the archive is private to subscribers
- This regexp is only for jpg files

Also, something about the css issue and MHonArc ?

Thanks!
Nestor


On Wed, Dec 14, 2011 at 03:22, Erik Olson <address@concealed> wrote:
On Tue, 13 Dec 2011, Adam Bernstein wrote:

The problem is that the image requests are very close one to another and
that doesn't allow the browser to update the sympa_session cookie with
the renewed session_id (it sends the previous seesion_id).

I've already submitted a bug report for this one:

https://sourcesup.cru.fr/tracker/?func=detail&aid=8056&group_id=23&atid=167

and I hope and pray it will get some attention soon, because I have no idea how to handle it.

I've been encountering this for almost two years now.  Any private list archive with more than about 2 inline images auto-logs-out the user. Here's a dup of your bug report:

https://sourcesup.cru.fr/tracker/index.php?func=detail&aid=6663&group_id=23&atid=167


 - Erik

--
Erik Olson
Sent from my crusty old Linux box





Archive powered by MHonArc 2.6.19+.

Top of Page