Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13339 closed defect (fixed)

extension did not work with trac url of http://

Reported by: walty8@… Owned by: walty8@…
Priority: normal Component: TracCmdScript
Severity: normal Keywords:
Cc: Trac Release:

Description

When the trac is http protocol (e.g. http://trac.example.com ), the extension did not work (complain about permission error).

I believe line 145 need to be changed a bit (replace plus sign to question !mark):

    token = re.sub(r'(http[s]+)://(.*)',

=>

    token = re.sub(r'(http[s]?)://(.*)',

Attachments (0)

Change History (2)

comment:1 Changed 6 years ago by Ryan J Ollos

Owner: set to Ryan J Ollos
Resolution: fixed
Status: newclosed

In 17002:

Fix match for HTTPS

Patch by walty8.

Fixes #13339.

comment:2 Changed 6 years ago by Ryan J Ollos

Owner: changed from Ryan J Ollos to walty8@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain walty8@….
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.