Site Studio Publishing Utility – Getting Up and Running
Online Documentation (Version 10.1.3.3.0)
Online Blogs & References
- Understanding SSPU by John Sims
- Fixing FTP with SSPU by John Sims
- Useful SSPU Logging from Web Monkey Magic
Now that have all these tools hanging on our belt and you have went to these various places and learned all about SSPU (you did right?) what exactly do I have to add? During some recent publishing we ran into a problem where Cascading Style Sheets and parts of HTML pages were getting replaced when they should not have. An example of the improper transformation might look like:
background: url(/original/path/coolpic.gif)
into
background url(/sspu/translated/path/coolpic.gif)
The difference is fairly subtle, the colon is getting dropped. Bad, bad. Several other issues exist but are all similar in nature. Luckily, patch p51051816 exists. I have been unable to find the patch on METALINK at this point but one Service Request later and they shipped it right out. The patch itself is very simple to apply, and the readme.txt details out the six step process.
Oh, and yes the patch did fix the problem!