Monthly Archives: January 2008

Avoid escaping URLs in Apache rewrite rules

Today we started hacking some Apache rewrite rules to make some URLs a little more friendly. All of the URLs we are rewriting are entry points for our application, which in the WO world means direct actions. All of them … Continue reading

Posted in UNIX, WebObjects | Leave a comment

A decent XML validator

As written on all the good practice books about development, I write my applications ready for localization. To do that in WebObjects, one should put all the localizable strings in a strings file. In WebObjects applications, a strings file may … Continue reading

Posted in WebObjects | 3 Comments