-
Me again, one of the ideas of using PippoProxy was to avoid any local configuration. Then I discovered that LOCAL_PREFIX is actually a configuration to be made as it must contain the context path of the application. But it's not necessary at all, and the context path should not be inside web.xml. It's something only the application server should know and set not the application itself...
2009-04-19 18:52:11 UTC in PippoProxy
-
Pippo Proxy was the perfect choice to fix these problems with our webapp:
1) A mapserver should be reached from openlayers client in users browser, but user is on a VPN and is not allowed to access the url. Server is allowed to access the URL.
2) Users use IE and it has this stupid "mixed content" messages if http appears on a https page. It's quite hard to get rid of, as users...
2009-04-19 12:00:05 UTC in PippoProxy
-
Logged In: YES
user_id=1402035
[0-1] must be [0-9] or \d of course.
2006-08-19 17:59:03 UTC in Convert and Paste
-
I'd like to transform the information which I paste to
firefox background before it is used by firefox.
Example application:
I paste: 1234
I'd like to transform it using this pattern
(^[0-1][0-1][0-1][0-1]$)
to
http://somesite/bugzilla?bugid=$1
so that firefox loads the page with the bug of interest.
It is a rather different functionality but it may be
possible to add it to...
2006-08-19 17:56:27 UTC in Convert and Paste