On Fri, Jun 17, 2011 at 11:06 AM, Pottinger, Hardy J. <[email protected]> wrote: > Hi, Jim, we're experiencing something similar. I wonder if you'd be able > to share your rewrite rule, as that will be a helpful stop-gap measure.
It doesn't take anything fancy if you only have one static url with the problem (which is what I'm doing): RewriteRule ^/xmlui/shibboleth-login;jsessionid.* /xmlui/shibboleth-login [R,L] If you have more widespread problem, I think the following would remove it from all requests: RewriteRule ^(.*);jsessionid.* $1 [R,L] -- James Bardin <[email protected]> Systems Engineer Boston University IS&T ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

