[ https://issues.apache.org/jira/browse/AXIS2C-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Malinda Kaushalye Kapuruge closed AXIS2C-411. --------------------------------------------- Closing issue > rampart segfaults with unavailability of "timeToLive" property > --------------------------------------------------------------- > > Key: AXIS2C-411 > URL: https://issues.apache.org/jira/browse/AXIS2C-411 > Project: Axis2-C > Issue Type: Bug > Components: rampart > Affects Versions: 0.95, Current (Nightly) > Reporter: Dinesh Premalal > Assigned To: Malinda Kaushalye Kapuruge > Fix For: Current (Nightly) > > > <snippet file="rampart_out_handler.c" line="249"> > ttl_str = RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env); > ttl = atoi(RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env)); > if (ttl <= 0) > { > AXIS2_LOG_INFO(env->log, "[rampart][rampart_out_handler] Using default > timeToLive value %s", > RAMPART_TIMESTAMP_TOKEN_DEFAULT_TIME_TO_LIVE); > ttl = RAMPART_TIMESTAMP_TOKEN_DEFAULT_TIME_TO_LIVE; > } > timestamp_token = rampart_timestamp_token_create(env); > </snippet> > before creating timestamp_token rampart checks for timeToLive property, when > one need to "timestamp" without "timeToLive", rampart segfaults. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]