Erik Bray wrote: > I tried doing it (in Trac 0.11) like this: > > wget --save-cookies cookies.txt --keep-session-cookies -O /dev/null > http://.../newticket > wget --load-cookies cookies.txt --postdata > 'field_summary=Test&field_description=Test&field_type=defect&__FORM_TOKEN='`awk > '$6 ~ /trac_form_token/ { print $7 }' cookies.txt` -O /dev/null > http://.../newticket > > Now, I get an error 500 when I try that. But then again, I also have > some custom extensions installed that might be screwing things up. > But I think that should work on most installations.
Your command worked for me with Trac 0.10.4 Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
