Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #310, comment 1


Ignore:
Timestamp:
02/06/2014 11:28:17 AM (11 years ago)
Author:
mikemanger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #310, comment 1

    initial v1  
    11attachment:310.patch replaces the encoded `%2F` with `/` so https://core.trac.wordpress.org/component/Date%2FTime becomes https://core.trac.wordpress.org/component/Date/Time
    22
    3 Another fix would be to enable encoded forward slashes in Apache `AllowEncodedSlashes On`.
     3Could also be applied to the focus filter.
     4
     5Another fix could be to enable encoded forward slashes in Apache (?) with something like `AllowEncodedSlashes On`.