Re: CSS and HTTPS problem ...

2009-03-27 Thread Tal Liron
To add to Rob's hunch -- My guess is that you are using a relative URL to access the CSS, and that you don't have a trailing slash after your base URL. For example, your base URL might be: http://localhost:8080/myapplication/main While your CSS link would be: Re: CSS and HTTPS problem ...
Hard to diagnose without seeing the HTML source ... but is it possible your HTML is constructed with an absolute URL (starting with http://) in the CSS tag? Any snippets of the HTML you can share, or a link to a page if it's public? On Fri, Mar 27, 2009 at 10:46 AM, Mohamed Abdel-Aziz Bayoumi <

CSS and HTTPS problem ...

Hi All, It's been a long time since i posted here ... hope u r all fine n well .. Now my problem. I've planned to add some style to one of my restlet (which is actually a TEXT_HTML MediaType repreaentation) so i made an external stylesheet n saved my .css file and linked it to my html restlet a

How to Force URL Encoding Before URI Matching?

Hello - When running through Apache (and the weblogic plugin), the urlencoding that we're originally setting up is getting lost. So /bob/joe%20%7C%20sam/pete becomes /bob/joe | sam/pete On it's way through apache from the browser to the restlet. As a result, the URI pattern isn't matching,

Apache URLEncode Pattern Match Issue

Hello - We're running through Apache in front of WebLogic to connect to our restlet. Apache urldecodes the incoming url, which is turning this: %7C into this: | This is causing our URI pattern not to match in the restlet. There doesn't seem to be any way to force Apache not to urldecode the