Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 105
    • Issues 105
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #3110
Closed
Open
Issue created May 26, 2002 by Peter Bortas@zinoOwner

Protocols.HTTP.Server problem with the Calendar module

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=3110

Reported by Marek Habersack, The Caudium Group grendel@caudium.net

when Pike is installed with the --traditional parameter passed to install.pike, the line below (given either in a script or in hilfe) gives a longish backtrace (see the attachment):

Protocols.HTTP.Server.http_date(1);

The function above contains the following code:

Calendar.ISO_UTC.Second(time)->format_http();

When the offending line is preceeded by executing the above code by hand, the backtrace doesn't occur. Since ISO_UTC is a 'magic' index in the Calendar module, I suppose there's some confusion with path resolving, although I cannot find the reason why this is happening. When Pike is installed with the --new-style (the default) parameter, nothing of the above occurs.

Assignee
Assign to
Time tracking