After making an update to my wiki, Google now cannot render the page and 
reports an Error 500.

This is the broken wiki URL:

https://code.google.com/p/openesignforms/wiki/ProgrammingGuide

Yet my other wikis work fine, so it's not Google Code as a whole:

https://code.google.com/p/openesignforms/w/list

I believe this is the section I updated to be:

  * For *URL* specify the URL that will accept your data. It must begin 
with `http://` (data is in the clear over the Internet) or `https://` (data 
will be encrypted over the Internet) or a `${` field spec that expands to a 
valid URL, then have the server domain name and optional port number, along 
with any path specifiers. You can even include some hard-coded name-value 
params.  A typical URL looks like 
`https://open.esignforms.com/demo/HttpVariableTester.jsp`.  Note that every 
deployment has just such an URL available using your deployment's server 
name and application name. You can use this when testing as it will echo 
back all of the data it receives and can be used to help ensure you are 
sending the data you expect. When your URL changes based on Test versus 
Production modes, we recommend using a propertyset to configure the URL 
along with the same property name with _TEST added. You can then set the 
HTTP Send Action's URL to something like `${property:MyConfig.URL}` which 
will expand at run-time (and when in test mode, it will automatically find 
property `MyConfig.URL_TEST` if you have defined it).


Would something in there break Google Code's ability to render a wiki?

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/d/optout.

Reply via email to