[opencms-dev] 7.5 - galleries
a.westermann at alkacon.com
a.westermann at alkacon.com
Tue Jul 7 16:54:39 CEST 2009
Hi Christoph,
thanks for reporting.
Perhaps mod_jk with [PT] is an option:
http://www.opencms-wiki.org/MultiSite_configuration_instructions_(apache_%2B_mod_jk)
?
Kind Regards,
Achim.
-------------------
Achim Westermann
Alkacon Software GmbH - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
Christoph Trassl wrote:
>> The problem is related to the escaping of the "
>>
>> from within the editor I see %2522 and with "open gallery" I see %22
>> - the last one works fine.
>
>> I try to find the reason for the %2522 here...
>
> Fixed.
>
> The problem is the way we are redirecting the requests to /opencms/
> inside Apache.
>
> When using a simple [R], Apache does escape the %22 to extra-url-escaped
> %2522. Unescaping %2522 leads to %22. Not sure if this could be handled
> inside OpenCMS.
>
> For archiving purposes:
>
> Broken:
> RewriteRule ^/opencms/(.*) /$1 [R]
>
> Working:
> RewriteRule ^/opencms/(.*) /$1 [NE,R]
>
>
> Christoph.
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list