- Maven – Security Annotation Framework – The Security Annotation Framework (SAF) is an instance-level access control framework driven by Java 5 annotations
- Wbox HTTP testing tool – Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including Benchmarking, Web server and web application stressing, Testing virtual domains, compression, etc
- filehippo.com Update Client – filehippo.com – The Update Checker will scan your computer for installed software, check the versions and then send this information to filehippo.com to see if there are any newer releases. These are then neatly displayed in your browser for you to download.
- I’m moving to Finland 🙂 | Economist.com – But American workers have perhaps the most to feel aggrieved about: theirs is the only rich-world country that does not give any statutory paid holiday
- Red Hat Magazine | Squid in 5 minutes – There are many great tools that Squid has to offer, but when I need to redirect http traffic to a caching server for performance increases or security, squid?s my pick. Squid has built in proxy and caching tools that are simple, yet effective.
Tag Archives: squid
Daily del.icio.us for Jun 02, 2007 through Jun 06, 2007
- filehippo.com Update Client – filehippo.com – The Update Checker will scan your computer for installed software, check the versions and then send this information to filehippo.com to see if there are any newer releases. These are then neatly displayed in your browser for you to download.
- I’m moving to Finland 🙂 | Economist.com – But American workers have perhaps the most to feel aggrieved about: theirs is the only rich-world country that does not give any statutory paid holiday
- Red Hat Magazine | Squid in 5 minutes – There are many great tools that Squid has to offer, but when I need to redirect http traffic to a caching server for performance increases or security, squid?s my pick. Squid has built in proxy and caching tools that are simple, yet effective.
- Coding Horror: The Best Code is No Code At All – The fundamental nature of coding is that our task, as programmers, is to recognize that every decision we make is a trade-off. To be a master programmer is to understand the nature of these trade-offs, and be conscious of them in everything we write
- Google kicks offline Web apps into gear | CNET News.com – The goal of Google Gears is to create a single, standardized way to add offline capabilities to Web applications. The initial code is aimed at JavaScript Ajax-style Web applications. It runs on IE & Firefox on Windows, Mac OS and Linux
- How to build the world’s best paper planes | Lifeandhealth | Life and Health – Get designs for the world’s best paper planes plus tips from aviation experts on how to make them fly faster and longer
- Christophe Coenraets » Flex-based SQLAdmin for Google Gears – The demo is a Flex-based Sales Force Automation application that uses Gears to save data to a local SQLite database while offline, and automatically synchronizes back with the server when you reconnect to the network.
Subversion & Proxy Servers
Is there a known issue with Subversion and proxy servers? I guess I should have run into this years ago but I don’t ever remember having an issue. I just got a new laptop with a fresh install of Windows XP and connection out to the Internet is using a Squid proxy server. When I connect to my Subversion server using TortoiseSVN (1.4.0-RC1), I get a following error message:
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http://www.vinnycarpenter.com)
I know the issues isn’t with TortoiseSVN as I get errors connecting using command line tools, IntelliJ IDEA and Eclipse with the Subclipse plugin. Is this a known issue? The Subversion FAQ doesn’t really have any answers and the recommendation of adding extension_methods in the FAQ didn’t work. Anyone else run into this?